test

2008-05-29 Thread Bulent Gecer
test -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

How do I retrieve the Creator ID of an app from within another app?

2008-05-29 Thread Bulent Gecer
Hello, I'm using "SysAppLaunch(...)" to launch an app from within another app. Now, in the application that gets launched, I want to be able to get the creator ID of the application that performed the launch. How would I do that? I'd be glad for any input! /Bulen

Is it possible to dynamically replace resources on a form?

2008-05-29 Thread Bulent Gecer
Is it possible to dynamically replace resources such as check boxes, buttons, strings, field etc. on a specific form? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Automatic reinstallation after hard reset?

2008-05-29 Thread Bulent Gecer
I've noticed that some of the applications I've downloaded to my Palm, automatically get reinstalled after a hard reset if I hotsync. How come all the applications don't get reinstalled? How do I add this feature to my app? -- For information on using the ACCESS Developer Forums, or to unsu

SV: Programmatically launching apps

2008-05-29 Thread Bulent Gecer
Try dbID = DmFindDatabase(0, "The name of the prc file you want to launch"); /Bulent Gecer venkatesh <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Hi > > I want to launch an application(third party) from my application > prog

beaming problem

2008-05-29 Thread Bulent Gecer
When I'm trying to beam an application to another Palm device I get an alert saying: "There are no exchange libraries available." I had them on my device earlier because I had no problems beaming before. I have no idea of how they disappeared but how do I get the exchange libraries

global variables?

2008-05-29 Thread Bulent Gecer
ets launched by another app? I've tried the exact same code on a Palm Vx device without getting any errors. By the way, "MyApp" gets launched with the 'sysAppLaunchCmdNormalLaunch' as the message above shows. If I can't use globals, then what should I do? I'd be

SV: global variables?

2008-05-29 Thread Bulent Gecer
// don't leak that memory /*Do something...*/ } error = AppStart(); if (error) return error; FrmGotoForm(MainForm); AppEventLoop(); AppStop(); break; default: break; } return 0; } What is the problem? Regards, /Bulent Gecer Steve Mann <

SV: global variables?

2008-05-29 Thread Bulent Gecer
) should be set to 0. When you use SysAppLaunch(...) in your function below, you havn't followed these guidelines. Doesn't that cause any problems? Regards, /Bulent Gecer Jon Baer <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Utility method

How return control to app after SysAppLaunch?

2008-05-29 Thread Bulent Gecer
""APP2" 1.0 has just written to memory location zero (NULL)." What's wrong? How can I get around this? Regards, /Bulent Gecer -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

SV: GUI in Palm : A question

2008-05-29 Thread Bulent Gecer
Nesse, Rustin <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Yeah, most of the controls can be created dynamically using > the Control API's (In the Reference). You have to remember > to delete all your dead memory handles and refresh the screen > (by catching the

SV: Problem creating a PDB file on PC

2008-05-29 Thread Bulent Gecer
Did you try PAR? It's a good command line tool for manipulating Palm databases. You can download it at http://www.djw.org/product/palm/par/ Hope it helps! /Bulent Gecer Paul Babic-Vovk <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Hello

Problems deleting "MyApp".

2008-05-29 Thread Bulent Gecer
with similar experiences? Regards, /Bulent Gecer -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Error : undefined identifier 'winScreenModeSetToDefaults'

2008-05-29 Thread Bulent Gecer
When I use the API-call WinScreenMode(winScreenModeSetToDefaults, NULL, NULL, NULL, NULL), I get the following compilation error: Error : undefined identifier 'winScreenModeSetToDefaults' What have I missed to include? Regards, /Bulent Gecer -- For information on using

SV: Is the palm forum archived anywhere?

2008-05-29 Thread Bulent Gecer
Check out http://www.egroups.com/group/palm-dev-forum /Bulent Gecer Tim Spurrell <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > > Or is all this useful information lost forever? > > T. > > > > -- For information on using t

SV: SysAppLaunch(...) bug?

2008-05-29 Thread Bulent Gecer
anks again! /Bulent Gecer Ian Alston <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Bulent, > I had this problem last night. > Somewhere you have probably initialized a pointer to NULL, and then > written to it. Suggest you do some

write to appInfo block?

2008-05-28 Thread Bulent Gecer
ate after a hotsync, I get the value 0, the same value as it was initialised to when the appInfo block was created on the handheld. Could you help me in any way? I'd be so happy if you gave me some input! Kind regards, /Bulent Gecer -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

SV: Finding Developers - Install Aide how?

2008-05-28 Thread Bulent Gecer
I'd be very interested in getting some sample code! /Bulent Gecer Sudipta Ghose <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > As you probably know, you have to figure out a way to select the Palm > desktop user. In any case to ensure that y

installation of .prc?

2008-05-28 Thread Bulent Gecer
Name, &nUserNameSize) > 0){ Why isn't this statement fullfilled? Thanks in advance! /Bulent Gecer === int user_count; short nUserNameSize; TCHAR

SV: installation of .prc?

2008-05-28 Thread Bulent Gecer
My problem is solved! I declared TCHAR *szUserName = ""; instead of TCHAR szUserName[64] ; so I didn't get any allocated space for szUserName... /Bulent Brian Mathis <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > On Thu, 14 S

SysAppLaunch(...) bug?

2008-05-28 Thread Bulent Gecer
zero (NULL)" Now, is this a bug in SysAppLaunch or in POSE or have I done anything wrong to generate this warning? Kind regards, /Bulent Gecer -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

SV: displaying bitmaps

2008-05-28 Thread Bulent Gecer
Have you searched the archive? This question has been asked lots of times... Check out http://www.egroups.com/group/palm-dev-forum /Bulent Jeff Davey <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Hello all, > > I'm looking into displaying bitmaps on the Palm? D

SV: Get system date

2008-05-28 Thread Bulent Gecer
ii(ct.month,ct.day,ct.year, dfYMDWithDashes,Currentdate); // Get time Currenttime='\0'; TimeToAscii( ct.hour, ct.minute, tfColon24h, Currenttime); } Hope it helps! /Bulent Gecer Javier Picazo Montoya <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTE

SV: Get system date

2008-05-28 Thread Bulent Gecer
tringLength space somewhere for > Currentdate, and timeStringLength space somewhere for Currenttime before > using them? > > Ed > - Original Message - > From: "Bulent Gecer" <[EMAIL PROTECTED]> > Newsgroups: palm-dev-forum > To: "Palm Developer F

SV: Get system date

2008-05-28 Thread Bulent Gecer
oppy! /Bulent Gecer M. Edward Wilborne III <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Thanks! > > You can also use: > > ... > DateToAscii(ct.month,ct.day,ct.year, > (DateFormatType)PrefGetPreference(prefLongDateFormat),Currentd

SV: About SysAppLaunch

2008-05-28 Thread Bulent Gecer
idea about doing this. Could somebody > help me for my stupid questions? :-) > > Thanks a lot. > > Chiyi Lin > > > > Hope it helps! /Bulent Gecer -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

SV: downloading a PRC file from a remote server

2008-05-28 Thread Bulent Gecer
Have you looked in the Conduit Development Kit for Java (CDKJ4)? There is example code of a conduit that retrieves a .prc file from a remote web server and installs it on your handheld device during a hotsync. /Bulent Gecer rossato <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:

SV: About SysAppLaunch

2008-05-28 Thread Bulent Gecer
<[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > In a message dated 11/15/00 10:17:43 PM Mountain Standard Time, > [EMAIL PROTECTED] writes: > > > I'm just a newbie myself, but my initial hunch would be to try adding an > > explicit screen refresh to the caller appli

SV: Stopping and exiting apps

2008-05-28 Thread Bulent Gecer
Have you tried to post an appStopEvent to the event queue? EventType newEvent; MemSet(&newEvent, sizeof(EventType), 0); newEvent.eType = appStopEvent; EvtAddEventToQueue(&newEvent); Hope it helps. /Bulent Gecer Patrick Ouellet <[EMAIL PROTECTE

SV: CURRENT SYSTEM DATE

2001-02-16 Thread Bulent Gecer
DateTimeType cd; Char Currentdate[dateStringLength]; TimSecondsToDateTime(TimGetSeconds(),&cd); DateToAscii(cd.month,cd.day,cd.year, dfDMYWithSlashes,Currentdate); /Bulent Gecer Ai Lee Tang <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Hi all

SV: Hidden Kinder Egg in the Prefs application!

2001-02-08 Thread Bulent Gecer
Thanks for the link Aaron! Aaron Ardiri <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > > You just noticed this ??? How did you just stumble on this ?? I new this > > because I read it somewhere > > hehe > > http://www.palmlife.com/egg.html > > // az > [EMAIL PR

SV: Hidden Kinder Egg in the Prefs application!

2001-02-08 Thread Bulent Gecer
Actually, a friend told me... Richard Anderson <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > You just noticed this ??? How did you just stumble on this ?? I new this > because I read it somewhere > > Rik > > > -Original Messa

Hidden Kinder Egg in the Prefs application!

2001-02-08 Thread Bulent Gecer
ybody know of more hidden features in the OS? I use 3.5.2. /Bulent Gecer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

SV: Simple C question, pls help.

2001-02-02 Thread Bulent Gecer
In PalmOS of course... sorry. Bulent Gecer <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Shouldn't > > A = strstr( Input, "<" ); > B = strstr( Input, ">" ); > > be > > A = StrStr( Input, "<

SV: Simple C question, pls help.

2001-02-02 Thread Bulent Gecer
Shouldn't A = strstr( Input, "<" ); B = strstr( Input, ">" ); be A = StrStr( Input, "<" ); B = StrStr( Input, ">" ); ? /Bulent Gecer Oscar <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet: [EMAIL PROTECTED] > >

SV: DmGetNextDatabaseByTypeCreator ?

2000-12-22 Thread Bulent Gecer
Thanks for your input guys! You've been very helpful, and my problems are solved thanks to you! /Bulent Gecer Remo Hofer <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > In article <33835@palm-dev-forum>, Dave Carrigan <[EMAIL PROTEC

DmGetNextDatabaseByTypeCreator ?

2000-12-19 Thread Bulent Gecer
oP in a feature to be able to continue the search from the last invocation but I can't seem to do it right. Any suggestions? Thanks in advance! /Bulent Gecer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

SV: HotSync username

2000-12-13 Thread Bulent Gecer
This is a function I wrote once to suite my purposes. Is it something like this you're looking for? Jag antar att du är svensk, så jag är lite nyfiken på vad du utvecklar för något. /Bulent Gecer / * * FUNCTION: GetUse

SV: Stopping and exiting apps

2000-11-29 Thread Bulent Gecer
Have you tried to post an appStopEvent to the event queue? EventType newEvent; MemSet(&newEvent, sizeof(EventType), 0); newEvent.eType = appStopEvent; EvtAddEventToQueue(&newEvent); Hope it helps. /Bulent Gecer Patrick Ouellet <[EMAIL PROTECTE

SV: About SysAppLaunch

2000-11-17 Thread Bulent Gecer
<[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > In a message dated 11/15/00 10:17:43 PM Mountain Standard Time, > [EMAIL PROTECTED] writes: > > > I'm just a newbie myself, but my initial hunch would be to try adding an > > explicit screen refresh to the caller appl

SV: downloading a PRC file from a remote server

2000-11-15 Thread Bulent Gecer
Have you looked in the Conduit Development Kit for Java (CDKJ4)? There is example code of a conduit that retrieves a .prc file from a remote web server and installs it on your handheld device during a hotsync. /Bulent Gecer rossato <[EMAIL PROTECTED]> skrev i diskussionsgruppsmedde

SV: About SysAppLaunch

2000-11-15 Thread Bulent Gecer
idea about doing this. Could somebody > help me for my stupid questions? :-) > > Thanks a lot. > > Chiyi Lin > > > > Hope it helps! /Bulent Gecer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

SV: Get system date

2000-11-06 Thread Bulent Gecer
oppy! /Bulent Gecer M. Edward Wilborne III <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Thanks! > > You can also use: > > ... > DateToAscii(ct.month,ct.day,ct.year, > (DateFormatType)PrefGetPreference(prefLongDateFormat),Currentd

SV: Get system date

2000-11-06 Thread Bulent Gecer
tringLength space somewhere for > Currentdate, and timeStringLength space somewhere for Currenttime before > using them? > > Ed > - Original Message - > From: "Bulent Gecer" <[EMAIL PROTECTED]> > Newsgroups: palm-dev-forum > To: "Palm Developer For

SV: Get system date

2000-11-06 Thread Bulent Gecer
ii(ct.month,ct.day,ct.year, dfYMDWithDashes,Currentdate); // Get time Currenttime='\0'; TimeToAscii( ct.hour, ct.minute, tfColon24h, Currenttime); } Hope it helps! /Bulent Gecer Javier Picazo Montoya <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTE

SV: displaying bitmaps

2000-10-14 Thread Bulent Gecer
Have you searched the archive? This question has been asked lots of times... Check out http://www.egroups.com/group/palm-dev-forum /Bulent Jeff Davey <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Hello all, > > I'm looking into displaying bitmaps on the Palm?

SV: Is the palm forum archived anywhere?

2000-09-29 Thread Bulent Gecer
Check out http://www.egroups.com/group/palm-dev-forum /Bulent Gecer Tim Spurrell <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > > Or is all this useful information lost forever? > > T. > > > > -- For information on using

SV: SysAppLaunch(...) bug?

2000-09-26 Thread Bulent Gecer
gh, thanks again! /Bulent Gecer Ian Alston <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Bulent, > I had this problem last night. > Somewhere you have probably initialized a pointer to NULL, and then > written to it. Suggest you do some

SysAppLaunch(...) bug?

2000-09-26 Thread Bulent Gecer
zero (NULL)" Now, is this a bug in SysAppLaunch or in POSE or have I done anything wrong to generate this warning? Kind regards, /Bulent Gecer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

SV: installation of .prc?

2000-09-15 Thread Bulent Gecer
My problem is solved! I declared TCHAR *szUserName = ""; instead of TCHAR szUserName[64] ; so I didn't get any allocated space for szUserName... /Bulent Brian Mathis <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > On Thu, 14 S

installation of .prc?

2000-09-14 Thread Bulent Gecer
Name, &nUserNameSize) > 0){ Why isn't this statement fullfilled? Thanks in advance! /Bulent Gecer === int user_count; short nUserNameSize; TCHAR

SV: Finding Developers - Install Aide how?

2000-09-14 Thread Bulent Gecer
I'd be very interested in getting some sample code! /Bulent Gecer Sudipta Ghose <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > As you probably know, you have to figure out a way to select the Palm > desktop user. In any case to ensure that y

write to appInfo block?

2000-08-18 Thread Bulent Gecer
ate after a hotsync, I get the value 0, the same value as it was initialised to when the appInfo block was created on the handheld. Could you help me in any way? I'd be so happy if you gave me some input! Kind regards, /Bulent Gecer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Error : undefined identifier 'winScreenModeSetToDefaults'

2000-08-03 Thread Bulent Gecer
When I use the API-call WinScreenMode(winScreenModeSetToDefaults, NULL, NULL, NULL, NULL), I get the following compilation error: Error : undefined identifier 'winScreenModeSetToDefaults' What have I missed to include? Regards, /Bulent Gecer -- For information on usin

Problems deleting "MyApp".

2000-07-31 Thread Bulent Gecer
r. Anyone with similar experiences? Regards, /Bulent Gecer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

SV: Problem creating a PDB file on PC

2000-07-27 Thread Bulent Gecer
Did you try PAR? It's a good command line tool for manipulating Palm databases. You can download it at http://www.djw.org/product/palm/par/ Hope it helps! /Bulent Gecer Paul Babic-Vovk <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Hello

SV: GUI in Palm : A question

2000-07-13 Thread Bulent Gecer
Nesse, Rustin <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Yeah, most of the controls can be created dynamically using > the Control API's (In the Reference). You have to remember > to delete all your dead memory handles and refresh the screen > (by catching th

How return control to app after SysAppLaunch?

2000-07-11 Thread Bulent Gecer
""APP2" 1.0 has just written to memory location zero (NULL)." What's wrong? How can I get around this? Regards, /Bulent Gecer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

SV: global variables?

2000-07-10 Thread Bulent Gecer
) should be set to 0. When you use SysAppLaunch(...) in your function below, you havn't followed these guidelines. Doesn't that cause any problems? Regards, /Bulent Gecer Jon Baer <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Utility method

SV: global variables?

2000-07-08 Thread Bulent Gecer
// don't leak that memory /*Do something...*/ } error = AppStart(); if (error) return error; FrmGotoForm(MainForm); AppEventLoop(); AppStop(); break; default: break; } return 0; } What is the problem? Regards, /Bulent Gecer Steve Mann <

global variables?

2000-07-07 Thread Bulent Gecer
ets launched by another app? I've tried the exact same code on a Palm Vx device without getting any errors. By the way, "MyApp" gets launched with the 'sysAppLaunchCmdNormalLaunch' as the message above shows. If I can't use globals, then what should I do? I'

SV: Programmatically launching apps

2000-06-30 Thread Bulent Gecer
Try dbID = DmFindDatabase(0, "The name of the prc file you want to launch"); /Bulent Gecer venkatesh <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > Hi > > I want to launch an application(third party) from my application > prog

beaming problem

2000-06-30 Thread Bulent Gecer
libraries back? /Bulent Gecer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Automatic reinstallation after hard reset?

2000-06-28 Thread Bulent Gecer
I've noticed that some of the applications I've downloaded to my Palm, automatically get reinstalled after a hard reset if I hotsync. How come all the applications don't get reinstalled? How do I add this feature to my app? -- For information on using the Palm Developer Forums, or to unsubsc

Is it possible to dynamically replace resources on a form?

2000-06-20 Thread Bulent Gecer
Is it possible to dynamically replace resources such as check boxes, buttons, strings, field etc. on a specific form? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

How do I retrieve the Creator ID of an app from within another app?

2000-06-20 Thread Bulent Gecer
Hello, I'm using "SysAppLaunch(...)" to launch an app from within another app. Now, in the application that gets launched, I want to be able to get the creator ID of the application that performed the launch. How would I do that? I'd be glad for any input! /Bul

test

2000-06-20 Thread Bulent Gecer
test -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

How do I get info about the last HotSync operation?

2000-06-12 Thread Bulent Gecer
How do I get info about the last HotSync operation from within my application? I've heard about a function named "DlkGetSyncInfo()" but I can't find it in the C reference (Reference.pdf) for PalmOS. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://w

Opening an app from within my own?

2000-06-01 Thread Bulent Gecer
Sorry if this has been answered before but I couldn't find anything i this forum. Is it possible to open an application from within my own? If so, how would that be done technically? I'd be glad for any input! /Bulent Gecer -- For information on using the Palm Developer For

.rsrc to .pdb?

2000-05-29 Thread Bulent Gecer
Is there a way to convert a codewarrior .rsrc file to a .pdb resource database? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

My messages don't appear!!!

2000-05-17 Thread Bulent Gecer
How come my messages don't appear in this forum? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

test - please ignore

2000-05-16 Thread Bulent Gecer
hi -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

test

2000-05-16 Thread Bulent Gecer
test -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

SV: registry key BDWM is not defined

2000-04-15 Thread Bulent Gecer
I got the same error when I was debugging on a device and used the wrong COM port. Try the different (COM1,COM2,COM3,COM4) under Preferences in the Edit Menu -> Palm Connection Settings in the CodeWarrior IDE. /Bulent Nicholas Breau <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAI

How do I retreive bitmaps from a web server with my conduit?

2000-04-14 Thread Bulent Gecer
to let two different conduits communicate with one singel application during hotsync? I'd be glad for any input! /Bulent Gecer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Problems sending mail to conduit-dev-forum.

2000-04-13 Thread Bulent Gecer
I seem to have problems sending email to the conduit-dev-forum. I get the following response: Sorry, but there is no email address by the name of 'conduit-dev-forum'. Because of this, Lyris was unable to deliver your email message. Has anybody else experienced this? /Bulent Gecer

test

2000-04-13 Thread Bulent Gecer
test -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

SV: Is it possible to dynamically replace bitmaps in an application during hot sync?

2000-04-11 Thread Bulent Gecer
programming. By the way, I'm using CodeWarrior. Kind regards, /Bulent Gecer Tom Zerucha <[EMAIL PROTECTED]> skrev i diskussionsgruppsmeddelandet:[EMAIL PROTECTED] > > On Mon, Apr 10, 2000 at 09:08:19PM +0200, Bulent Gecer wrote: > > I would like to dynamically replace &

Is it possible to dynamically replace bitmaps in an application during hot sync?

2000-04-10 Thread Bulent Gecer
replace bitmaps in a "normal" application, i.e. one that isn't a browser? I'd be glad for any input! /Bulent Gecer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Is it possible to convert .gif or other formats into bitmaps to use for the PalmOS?

2000-03-31 Thread Bulent Gecer
#x27;ve just started to use CodeWarrior and I would like to know if there is a similar feature for this tool. Thanks for any input! Bulent Gecer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Is it possible to convert .gif or other formats into bitmaps to use for the PalmOS?

2000-03-31 Thread Bulent Gecer
7;ve just started to use CodeWarrior and I would like to know if there is a similar feature for this tool. Thanks for any input! Bulent Gecer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html