Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Code Samples & Tips > Additional Libraries
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Additional Libraries Users contributed libraries.
This sub-forum is only available to licensed users.

AbouPanel Library

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-04-2007, 10:10 AM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 2,344
Awards Showcase
Forum Contributer 
Total Awards: 1
Default AbouPanel Library

HI guys!!

Thanks to this great comunity, and special thanks to dzt and agraham, I've now able to present a decently working dll...
an "AboutPanel"...to use on the device...Thought it works on the desktop, there are some issues about the control position, If there are enoughht interest, I'll create a desktop version, correcting this issue...
This is a custom form/control dll wich displays a 200x150 form with 4 labels, 1 picture box and 1 button...
The labels are:

CationText : A text to be displayed int the Caption bar
TitleText : Well...some kind of Title text
MainTexT : need help with this one?
CopyrightText : Small print....
Logo : the image in the picturebox

Button is not a property, when clicked it disposes of the control

Hereis a screenshot




PS: I don't understand why but in landscape the form is added both horizontal and vertical scrollbars...I'll have to look into it...any thoughts?
Attached Files
File Type: zip About Panel.zip (10.1 KB, 336 views)
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)

My Posts helped you? Consider Buying me a Porto Glass!

Last edited by Cableguy : 08-04-2007 at 01:10 PM. Reason: added complementary information
Reply With Quote
  #2 (permalink)  
Old 08-04-2007, 10:22 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,689
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default


It's great to see how Basic4ppc improves from the users custom libraries.
Reply With Quote
  #3 (permalink)  
Old 08-04-2007, 10:53 AM
dzt's Avatar
dzt dzt is offline
Basic4ppc Veteran
 
Join Date: May 2007
Location: Ioannina, Greece
Posts: 356
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

This is a live example of what can make the force of will.
Beginning from the scratch, in so much little time!

EXCELLENT JOB!!!
__________________
Dimitris Zacharakis
http://www.terracom.gr
Reply With Quote
  #4 (permalink)  
Old 08-04-2007, 10:57 AM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 2,344
Awards Showcase
Forum Contributer 
Total Awards: 1
Default

Only 2 more request for this dll to be "as I want it to be":

How to get rid of the scrollbars in landscape mode?, do i need to resize the control acording to the screen mode?

Why/what is the "toString" property There/for and how to remove it...
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)

My Posts helped you? Consider Buying me a Porto Glass!
Reply With Quote
  #5 (permalink)  
Old 08-04-2007, 11:19 AM
dzt's Avatar
dzt dzt is offline
Basic4ppc Veteran
 
Join Date: May 2007
Location: Ioannina, Greece
Posts: 356
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
How to get rid of the scrollbars in landscape mode?, do i need to resize the control acording to the screen mode?
I've quickly tested in a "normal" PPC (yours as I remember has a VGA? Try to resize it) and the scrollbars problem does not exist.

Quote:
Why/what is the "toString" property There/for and how to remove it...
You should live with this. Exists in every library.
__________________
Dimitris Zacharakis
http://www.terracom.gr
Reply With Quote
  #6 (permalink)  
Old 08-04-2007, 01:08 PM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 2,344
Awards Showcase
Forum Contributer 
Total Awards: 1
Default

Once again Thank you dzt...

Yes my device supports vga but it's is not set to work as a vga..
Since vga screens are still not that popular, maybe I'll concentrate on other jobs (dlls)....

Erel, you're comment was very appreciated, but I would like to ear from others about their experience, wiahes and critics about my dll...
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)

My Posts helped you? Consider Buying me a Porto Glass!
Reply With Quote
  #7 (permalink)  
Old 08-04-2007, 04:58 PM
Knows the basics
 
Join Date: May 2007
Posts: 82
Default

This is great library, Cableguy ! Hope I can do it like you
Reply With Quote
  #8 (permalink)  
Old 08-05-2007, 06:37 PM
taximania's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 592
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Good stuff Cableguy.
A much better 'About Screen' than a new Form.

The compiled .dll works on my device, (that makes a change for me).
It's also fully configerable, (all the 'a.' 'bla bla' options work)
It even shows .GIF images.

Any chance you can post the code to see if i'm able to compile a working .dll
Laughs lots cos I don't know what I've not got installed that I should have
__________________
.
.
.
Don't ask, I'm fine, honest. !!
.
.
.
Just a little crazy at times



O2 XDA, GW Evo 2.1 UC WWE Rom, WM6.1
Radio Ver 03.34.90
With Basic4ppc V6.80


http://www.taximania.co.uk
Reply With Quote
  #9 (permalink)  
Old 08-05-2007, 06:52 PM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 2,344
Awards Showcase
Forum Contributer 
Total Awards: 1
Default

@ Taximania:
Of course my friend, this forum purpose is just that:
SHARING INFORMATION...
Attached Files
File Type: zip AboutPanel.zip (15.3 KB, 130 views)
__________________
Paulo Gomes - Porto, Portugal - Living/Working in France
Mobile Device: Samsung Galaxy S, Android 2.3.4 CUstom ROM
Laptop: Toshiba NB100-130 (running on Win7Ultimate)

My Posts helped you? Consider Buying me a Porto Glass!
Reply With Quote
  #10 (permalink)  
Old 08-06-2007, 06:00 PM
taximania's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 592
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by Cableguy View Post
@ Taximania:
Of course my friend, this forum purpose is just that:
SHARING INFORMATION...
I can alter the code and compile to many different options, CF1, CF2, etc, using SharpDevelop2.2, but they only work on the desktop.



Error on device.



2 side by side screen shots from device. Are these files named correctly ?
They're in the 'Windows' directory.
The Windows\.NET CF 2.0\ has no files in it. Why was this directory made ??

Don't fall over each other with answers to my problem

I'm going to Spain for a week Tuesday.

See my post in 'Chit Chat'
__________________
.
.
.
Don't ask, I'm fine, honest. !!
.
.
.
Just a little crazy at times



O2 XDA, GW Evo 2.1 UC WWE Rom, WM6.1
Radio Ver 03.34.90
With Basic4ppc V6.80


http://www.taximania.co.uk
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Door library (Beta) - Special library Erel Official Updates 60 01-13-2011 11:23 AM
Merging Outlook library and Phone library Erel Official Updates 11 09-15-2010 09:22 AM
PhoneticAlgorithms Library (ex-StringComparison Library) moster67 Additional Libraries 10 11-11-2008 07:46 PM


All times are GMT. The time now is 07:21 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0