Basic4ppc - Windows Mobile Development  

Go Back   Basic4ppc - Windows Mobile Development > Main Category > Code Samples & Tips > Additional Libraries
Home Register FAQ Members List 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, 11:10 AM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 1,321
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, 147 views)
__________________
Paulo Gomes
Porto, Portugal

PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD
PPC: Qtek9000, 1GB SD

DLL Version Listing

Last edited by Cableguy : 08-04-2007 at 02:10 PM. Reason: added complementary information
Reply With Quote
  #2 (permalink)  
Old 08-04-2007, 11:22 AM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 3,143
Default


It's great to see how Basic4ppc improves from the users custom libraries.
Reply With Quote
  #3 (permalink)  
Old 08-04-2007, 11:53 AM
dzt's Avatar
dzt dzt is offline
Basic4ppc Veteran
 
Join Date: May 2007
Location: Greece
Posts: 353
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, 11:57 AM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 1,321
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

PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD
PPC: Qtek9000, 1GB SD

DLL Version Listing
Reply With Quote
  #5 (permalink)  
Old 08-04-2007, 12:19 PM
dzt's Avatar
dzt dzt is offline
Basic4ppc Veteran
 
Join Date: May 2007
Location: Greece
Posts: 353
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, 02:08 PM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 1,321
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

PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD
PPC: Qtek9000, 1GB SD

DLL Version Listing
Reply With Quote
  #7 (permalink)  
Old 08-04-2007, 05: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, 07:37 PM
taximania's Avatar
Basic4ppc Veteran
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 234
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
__________________
Endemol
Waste of space

O2 XDA Artemis Touch Flo 4.02 Full Cube Rom WM6.1

http://www.taximania.net
Reply With Quote
  #9 (permalink)  
Old 08-05-2007, 07:52 PM
Cableguy's Avatar
Basic4ppc Expert
 
Join Date: Apr 2007
Location: N 41º11'30.30" W 8º39'46.60"
Posts: 1,321
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, 95 views)
__________________
Paulo Gomes
Porto, Portugal

PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD
PPC: Qtek9000, 1GB SD

DLL Version Listing
Reply With Quote
  #10 (permalink)  
Old 08-06-2007, 07:00 PM
taximania's Avatar
Basic4ppc Veteran
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 234
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'
__________________
Endemol
Waste of space

O2 XDA Artemis Touch Flo 4.02 Full Cube Rom WM6.1

http://www.taximania.net
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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PhoneticAlgorithms Library (ex-StringComparison Library) moster67 Additional Libraries 10 11-11-2008 08:46 PM
Door library (Beta) - Special library Erel Official Updates 48 07-18-2008 03:33 PM
Merging Outlook library and Phone library Erel Official Updates 2 07-14-2008 04:38 PM


All times are GMT. The time now is 09:58 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0