too many silk buttons

2006-07-05 Thread roguek
hello, have you seen such error: Too many silk buttons Too many silk areas after tapping in DIA on Home (device: T3)? Is there any connection between mentioned error and increased application stack size? My app has 8KB stack, and it is developed with CW 9.3; thank You RafCz -- For

re: Urgent help is needed to display image

2006-07-05 Thread roguek
hello, Have you tried to create bitmap family in resources and bind it with your graphic button? programatical way: CtlSetGraphics (pButton, YourBitmapFamilyID, NULL); bibliography: Constructor for Palm OS.pdf -- For information on using the PalmSource Developer Forums, or to unsubscribe,

Re: Multi segment background application

2006-07-05 Thread Ralf Dietrich
I have also tried the suggested way: a) Patch PalmOS_Startup.cpp from runtime to remove static from __LoadAndRelocate__() and export __LoadAndRelocate__() in CWPalmOS.h Recompile CWs Palm OS Runtime. Is there a easier way to get access to __LoadAndRelocate__() ? b) Call __LoadAndRelocate__()

Re: Multi segment background application

2006-07-05 Thread Neil Whitworth
Which version of CW do you have. We have done this successfully with CW 9.3. __LoadAndRelocate__() should not access globas. Our start up code looks like this:- _CW_SetupExpandedMode ( ); if ( !(launchFlags sysAppLaunchFlagNewGlobals) ) { SysAppInfoType *appInfoP = NULL;

Re[2]: Problems with PalmSource Installer and Treo 700p

2006-07-05 Thread shirshin
Hello John, Tuesday, July 4, 2006, 4:48:18 PM, you wrote: Package Installer: No default path found for .prc extension This is just a stab in the dark but in the documentation is this quote... OutputDirectory - The OutputDirectory attribute can be used to specify the directory on a card

Re: Multi segment background application

2006-07-05 Thread Ralf Dietrich
Ahh - you are using the expanded mode project type (PalmOSRuntime_Xi_A4A5.lib) - instead of standard 68k application (PalmOSRuntime_Xi_A5.lib). I will give this a try - but it takes some time to remove globals to enable the expansion mode. grmp. Anyone has a similar case (standard 68k within

How to delete an application Preference Resource

2006-07-05 Thread imran baig
Hi, I have looked in Palm OS Development help files and could not findany function to remove any application preference. There are some functions to create/modifiy and get preferences but I could find any function to delete any preference. I have noticed some applications delete preferences

NVFS, E2 and HotSync

2006-07-05 Thread Tilman Skobowsky
Hello, I am trying to sync the data of my application onto an E2 and a TX, which means that I have to write around 27000 records for one of the database files. On the TX, it is no problem, but on the E2: During the HotSync run, I get no errors calling SyncWriteRecord, but when I close the

Files pane in Resource Editor gone!

2006-07-05 Thread WBurt
Hello, I accidentally erased the file pane under the Palm OS Resource editor. See?: http://www.upload2.net/page/download/bxaRnsxw3bP0aKj/FilePaneMissing.jpg.html No amount of clicking or dragging will bring it back, I've already looked in the INI's and the registry to see where the Palm OS