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
  #11 (permalink)  
Old 08-06-2007, 07: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

I got the same error trying a tramsparent non-rectangular form....
see my post in Q&A...
__________________
Paulo Gomes
Porto, Portugal

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

DLL Version Listing
Reply With Quote
  #12 (permalink)  
Old 11-09-2007, 09:57 PM
Junior Member
 
Join Date: Jun 2007
Location: South Africa
Posts: 21
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Hi cableguy,
I used you about panel for a splash screen, works great.
what are the posibilities for changing the size of the panel eg a.new1 (panel,35,5,185,25) and on the desktop displaying it in the form window, on my Pc, the panel is displayed in random positions.
I attach my code how i use it
Keep up the good work on DLL's
thx
Friedrich
Attached Files
File Type: sbp Splash screen.sbp (810 Bytes, 23 views)
Reply With Quote
  #13 (permalink)  
Old 11-10-2007, 12:31 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

My first intent was to create a good looking about panel for the device were we could just pass the string we wanted it to contain, plus a logo, and not worry about the graficas aspect...

I'll see what I can do, but I also suggest you to use the special form lib as it only works on the desktop and support non rectangular forms...
You can place it wereever you want and add any amount objects to it (they are visible only in inside the form....), thus creating your won custom screen...
__________________
Paulo Gomes
Porto, Portugal

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

DLL Version Listing
Reply With Quote
  #14 (permalink)  
Old 06-18-2008, 10:39 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
Exclamation

HELP...

My Dll does not work with v6.3, and I can't figure out why....

The IDE just "explodes" and I get a message saying that there sorry for the incovinience, and that I should try to save my work and close the IDE...

HELP!!!!
__________________
Paulo Gomes
Porto, Portugal

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

DLL Version Listing
Reply With Quote
  #15 (permalink)  
Old 06-19-2008, 09:37 AM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,700
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Which version of the dll? Which IDE, device or desktop?

The version in the first post of this thread works fine for me on both device and desktop with v6.30 under .NET 2.0.

The code in post #9 seems different to that which was used to compile the version in post #1. If you post the code you are currently using and the dll I will try both your compiled dll and one that I compile from that code.
Reply With Quote
  #16 (permalink)  
Old 06-19-2008, 12: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

i used the first post, since i had to format my desktop some time ago and "lost" the source code...
I runned the dll in the desktop with B4PPC 6.3, and I get just that cordial message saying that B4ppc has encoutered a problem and need to close, so i should save my work, bla bla bla...
If I remove the dll from the project, all works ok....
I'm puzzled...
__________________
Paulo Gomes
Porto, Portugal

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

DLL Version Listing
Reply With Quote
  #17 (permalink)  
Old 06-19-2008, 12:20 PM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,700
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Does it happen with your demo app included in that first post?

If so have you tried an optimised compile? That might give a different error message if it fails.

If it is a different project then post the failing source and I'll see if it works for me.
Reply With Quote
  #18 (permalink)  
Old 06-19-2008, 12:40 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

Thanks Andrew, I will post later in the evening....
In this case it's just a sub, basically a copy-paste from my demo...called upon a menu selection...
__________________
Paulo Gomes
Porto, Portugal

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

DLL Version Listing
Reply With Quote
  #19 (permalink)  
Old 06-19-2008, 03:24 PM
agraham's Avatar
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,700
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

Quote:
Originally Posted by Cableguy View Post
i used the first post, since i had to format my desktop some time ago and "lost" the source code...
Here's the source extracted from your dll in the first post.
Attached Files
File Type: zip AboutPanelSource.zip (1.1 KB, 9 views)
Reply With Quote
  #20 (permalink)  
Old 06-19-2008, 10:15 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

As promised here is my project so far...
This is my second try at this project...first try was at 80% when I struck a wall...
Hopefully, with the new things learned, this "Alpha" version will arise to 95% working, so that the forum users can test it and comment...

My own example on post #1 does work, but I have to had the AppPath keyword to the Logo picture path...

In my app, even a copy past does not work...
I'm guessing some interaction with another of the two dlls is compromising the app....

Once again, Andrew, thanks for the time to test this...

EDIT:
In the INI4PPC project i was naming the AboutPAnel object as "About", wich was the cause of the problem....
Sticking with th simple "a"as in the sample, dos work OK...
The question remains...Why?
Attached Files
File Type: zip INI4PPC.zip (36.8 KB, 15 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 : 06-19-2008 at 10:20 PM.
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 10:32 PM.


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