Alarm manager

2008-05-29 Thread Vadim Tishkevitch
Hi all. How can i know if alarm had a place when palm is off? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

RE: Application that deletes itself

2008-05-29 Thread Vadim Tishkevitch
I think it may be done this way: LocalID lid; DmCloseDatabase(DmNextOpenResDatabase(0)); lid = DmFindDatabase(0, dbname); DmDeleteDatabase(0, lid); SysReset(); -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/deve

Re: Too many TCP connections

2008-05-29 Thread Vadim Tishkevitch
DCU wrote: > I am developing Socket applications for the palmos. I am currently having > problems with closing a socket, as they do not seem to close with the > NetLibCloseSocket command and this eventually creates a problem after 16 > data transmissions occur. The problem/error they I have is T

fldChangeEvent

2008-05-28 Thread Vadim Tishkevitch
Hi all, when fldChangeEvent is generated? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

List of unknown size

2008-05-28 Thread Vadim Tishkevitch
Hi, anybody have an idea how to work with list, that number of choices is unknown in advance. I know, I can write my own List object, but may be is more simple way. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers

Pilot fonts for windows

2008-05-28 Thread Vadim Tishkevitch
Hi, I used constructor for windows ver 1.1.3. This version uses PilotStandard, PilotBold etc. fonts. I changed a number of characters in these fonts to be compatible to font loaded to my Palm. Ufter i download Constructor 1.5 i see my changes disappeared, or this version use some other fonts, or f

Re: how can i assign application to hard button

2001-05-17 Thread Vadim Tishkevitch
found it in Preferences.h Vadim Tishkevitch wrote: > how can i assign application to hard button from > my programm (like button preferences panel) > or where this info is saved? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmo

how can i assign application to hard button

2001-05-17 Thread Vadim Tishkevitch
how can i assign application to hard button from my programm (like button preferences panel) or where this info is saved? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: FW: Structure sizes

2001-04-10 Thread Vadim Tishkevitch
James Nicholls wrote: > Sorry all, I think I've found my answer. Are all fields in structures > padded to 16-bit boundaries? Does anyone know if there is #pragma pack or > something similar to change this? > > James. > > -Original Message- > From: James Nicholls [mailto:[EMAIL PROTECT

Re: Programatically change preset in preferences

2001-04-10 Thread Vadim Tishkevitch
SCMI wrote: > Hi! > > In Preferences->Formats, how can I change the preset from United States to > another country programatically, with all its implications? If it is not > possible, how could I change each format (time, date, numbers, etc)? > > Thank you, > Farzin PrefSetPreference(prefCo

Re: How to control frmUpdateEvent in Palm OS 3.5???

2001-04-05 Thread Vadim Tishkevitch
Steve wrote: > > However this raises a different question I've been struggling with just > today. When the system generates a frmUpdateEvent by itself, what > updateCode does it send? Is it initialized or is it random? Is it 0 or > something else? I'm having some problems on a development proje

Re: CW Fonts?

2001-03-21 Thread Vadim Tishkevitch
Hi, which constructor version you use? I have an opposite problem. I changed pilot fonts in windows and it worked fine with previous versions of CW. But with latest version i see fonts unchanged. I got answer that now constructor does not use windows fonts and have fonts hardcoded in EXE file. Ch

Non Latin fonts for constructor

2001-02-27 Thread Vadim Tishkevitch
Hi all, if anybody tried to display non-latin fonts on constructor screens? Regards, Vadim -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Pilot fonts for windows

2000-12-05 Thread Vadim Tishkevitch
Hi, I used constructor for windows ver 1.1.3. This version uses PilotStandard, PilotBold etc. fonts. I changed a number of characters in these fonts to be compatible to font loaded to my Palm. Ufter i download Constructor 1.5 i see my changes disappeared, or this version use some other fonts, or

List of unknown size

2000-08-22 Thread Vadim Tishkevitch
Hi, anybody have an idea how to work with list, that number of choices is unknown in advance. I know, I can write my own List object, but may be is more simple way. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/for

fldChangeEvent

2000-08-21 Thread Vadim Tishkevitch
Hi all, when fldChangeEvent is generated? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Too many TCP connections

2000-07-11 Thread Vadim Tishkevitch
DCU wrote: > I am developing Socket applications for the palmos. I am currently having > problems with closing a socket, as they do not seem to close with the > NetLibCloseSocket command and this eventually creates a problem after 16 > data transmissions occur. The problem/error they I have is

RE: Application that deletes itself

2000-07-10 Thread Vadim Tishkevitch
I think it may be done this way: LocalID lid; DmCloseDatabase(DmNextOpenResDatabase(0)); lid = DmFindDatabase(0, dbname); DmDeleteDatabase(0, lid); SysReset(); -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/suppo

Alarm manager

2000-06-27 Thread Vadim Tishkevitch
Hi all. How can i know if alarm had a place when palm is off? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: How do I get info about the last HotSync operation?

2000-06-13 Thread Vadim Tishkevitch
I am not sure that it is working for all versions of hotsync. Char pbuf[100]; UInt prefsize = 100; PrefGetAppPreferences ('psys', 4, pbuf, &prefsize, false); pbuf+12 and / or pbuf+16 contains last hotsync time in pilot format. -- For information on using the Palm Developer Forums, or to u