Problem with sysNotifyLateWakeupEvent

2001-01-08 Thread James Screech
buttons (not menu and launcher) or hard buttons to startup other apps. Note: Currently the form being displayed changes the colour depth to 4bit (changed back before exiting PilotMain) and displays a bitmap. Does anyone have any idea how I can solve this problem? Thanks in advance James Screec

Alarm Problem

2001-05-03 Thread James Screech
xpected. However on the actual device (m100), the alarm works if the Palm is switched on. However if it is switched off the alarm does not wake the device up! Instead the alarm is triggered the next time the Palm is switched on. Does anyone have any idea what I'm doing wrong? James Screech

Re: Alarm Problem

2001-05-04 Thread James Screech
time. James Screech David Fedor <[EMAIL PROTECTED]> wrote in message news:48058@palm-dev-forum... > > >I'm using the following code to set an alarm in my application: > > > > SysCurAppDatabase(&cardNo, &dbID); > > AlmSetAlarm(cardNo, dbID, 0,

Re: AW: Alarm Problem

2001-05-08 Thread James Screech
The bug is still in PalOS 3.5 (on a m100) Stephen Best <[EMAIL PROTECTED]> wrote in message news:48306@palm-dev-forum... > > > > I havent heard anything technical yet what causes the bug or a way to fix it > > without a reset. I dont even know if the problem is fixed in the latest OS > > release.

Event when FrmReturnToForm() is used

2001-05-14 Thread James Screech
When FrmGotoForm() is used to change the current form, the new form handler gets the event "frmOpenEvent". Is there a similar event when returning from a form displayed with "FrmPopupForm()" when "FrmReturnToForm()" is called? James Screech -- For informati

Using a scrollbar with a list

2001-05-15 Thread James Screech
Are there any examples around on how to use scrollbars with Lists? If the hasScrollBar member of the list's attributes is set, the list's in built scrolling stops but nothing else seems to happen. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www

Free memory

2001-05-24 Thread James Screech
When comparing the free memory reported by the launcher's "Info" form with that reported by the MemCardInfo function there is a discrepancy! MemCardInfo gives a value about 89K more that that given by the launcher, does anyone know which one is correct and why there is this dif

Re: Scrolling

2001-06-04 Thread James Screech
You will need to create the scrollbar yourself and handle all scrolling. James Screech Rustam Valiev <[EMAIL PROTECTED]> wrote in message news:51533@palm-dev-forum... > > Hello, > > Small problem. Please help me. > > I dynamicly create Labels with some text. > >

Free memory

2001-06-05 Thread James Screech
this difference? James Screech -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: PalmGear is screwed?

2001-06-06 Thread James Screech
I've got similar problems. They are even currently sending out old versions of some of my applications! James Screech Ng Wei Gee <[EMAIL PROTECTED]> wrote in message news:51850@palm-dev-forum... > > Is there something wrong with PalmGear? I've not been receiving emails fr

Re: Large data embedded into apps

2001-06-19 Thread James Screech
he following: DmGetResource(...) MemHandleLock(...); not forgetting MemHandleUnlock(...); DmReleaseResource(...); before you exit your application. James Screech Andrew D. Stadler <[EMAIL PROTECTED]> wrote in message news:53453@palm-dev-forum... > > Hi all, > > I've seen a lot of

Re: Please answer my two error questions.

2001-06-21 Thread James Screech
In C unlike C++ you need to explicitly cast variables when the types differ. James Screech <[EMAIL PROTECTED]> wrote in message news:53761@palm-dev-forum... > >I keep getting to errors while trying to write a save algorythm for the database save button. This i

Hiding menu items

2001-07-04 Thread James Screech
Does anyone know of a way of hiding/showing menu items that works in PalmOS v3.0? I'm looking for the same functionality as MenuHideItem & MenuShowItem but my application must run on PalmOS v3.0 and above and these functions are only available in v3.5. James Screech -- For infor

Different behaviur between POSE and actual device

2001-07-05 Thread James Screech
dismissed? (Hardware m505, POSE v3.1 with m505 ROM). James SCreech -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Can Palm Inc own the word "Palm" ?

2001-07-10 Thread James Screech
Has anyone else had an e-mail from Palm threatening legal action if you use the word "Palm" in the name of your software? Is this just a bluff, or can they actually 'own' a word that has been in general use in the English language for centuries? If so presumable the word would have to be removed f

Re: Can Palm Inc own the word "Palm" ?

2001-07-10 Thread James Screech
Great I think I'll trademark the words 'software', 'application' & 'program'. Then I can charge everyone who uses them! James Screech Igor Mozolevsky <[EMAIL PROTECTED]> wrote in message news:56001@palm-dev-forum... > > > > --On 10 July 2

Re: start application automatically when palm starts

2001-09-05 Thread James Screech
The only problem with these notifications is that lateWakeup doesn't work correctly. David Fedor <[EMAIL PROTECTED]> wrote in message news:61668@palm-dev-forum... > > >> I want my application to start automatically when palm starts.Can i > >> program the application in such a way.Can we do it by

Re: start application automatically when palm starts

2001-09-06 Thread James Screech
I'm not the only one who has had problems with lateWakeup, just do a search on the newsgroups. What happens is if you display a form from the notification and then exist your application you just get a blank screen. The Palm does not continue to start up the application that was running when it wa

Re: Math libraries

2001-09-20 Thread James Screech
Maths functions like these aren't standard on the Palm platform. Most developers use a shared library called MathLib, it's freely available, unfortunately I don't recall the url for it's home page on the web at the moment. James Screech Csernak Gergely <[EMAIL PROTECTED]

Re: Graphic icons next to button label text

2001-10-05 Thread James Screech
Try changing the order of the icon and button, (put the button over the icon). Mike van der Merwe <[EMAIL PROTECTED]> wrote in message news:64234@palm-dev-forum... > > > Hi everyone > > I've a bitmap resource with a tiny little icon which I positioned over my > button in constructor, ie an icon o

Re: Off-Topic: PalmGear Problems - Are they ever going to resolve this...?

2001-10-18 Thread James Screech
If you look on their web site they are still saying that developers get paid in the second half of the month following the sales! I don't know about the law in the USA but this kind of claim would be illegal in the UK. James Screech Mike Davis <[EMAIL PROTECTED]> wrote in message

Displaying a form in a hack

2002-01-09 Thread James Screech
Is it possible to display a form (with full user interaction) from a hack? If so does anyone know of some sample code for doing it? James Screech -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Pen down position

2002-01-16 Thread James Screech
Does anyone know what the coordinates given with a penDownEvent are relative to? They are not the screen, but are they relative to the current form or the current window? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/suppor

Re: Pen down position

2002-01-16 Thread James Screech
; On Wed, 16 Jan 2002, James Screech wrote: > > > Does anyone know what the coordinates given with a penDownEvent are > > relative to? They are not the screen, but are they relative to the > > current form or the current window? >

Alarms not always triggered

2002-08-15 Thread James Screech
My application uses an alarm to perform an operation at a specific time, most of the time this works fine (even with the Palmswitched off). However if some applications are active (PalmOS clock) the alarm is never triggered and with others (Today) the alarm is triggered only after the application

Bitmap colours

2002-09-13 Thread James Screech
correctly (grey, blue and red). Has anyone had a similar problem or know a way around it? James Screech http://homepage.ntlworld.com/james.screech/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Raw IRDA

2002-11-06 Thread James Screech
I while ago I was looking into using raw IRDA to communicate between a Palm (m100) and an instrument. I wrote the following code snippet to test sending data and it work (on a m100). if (SrmOpen(serPortIrPort,BAUD,&iPort) == 0) { SrmControl(iPort,srmCtlIrDAEnable,NULL,0); SrmControl(iPort,

Re: Raw IRDA

2002-11-06 Thread James Screech
I'm just sending some ASCII text. I also received a byte or two of garbage at the start of each transmission, but could simply ignore it. James Screech "Henrik Fredriksson" <[EMAIL PROTECTED]> wrote in message news:100202@;palm-dev-forum... > > Now I don't know w

Re: Usaved Preferences

2002-11-13 Thread James Screech
You need to put a space in the database name. "Saved Preferences" not "SavedPreferences". "Vitaly_Romanishko" <[EMAIL PROTECTED]> wrote in message news:100838@;palm-dev-forum... > > Hi, > > how can I open Usaved Preferences database for reading/writing? > I have tried to open it using: dbID = DmF

Creating hires forms

2007-11-30 Thread James Screech
I've had a break of a few years from developing PalmOS applications and now want to update some of my old apps. I've got the new IDE installed and working, however I have a few questions about developing applications for newer hires (over 160 x 160) devices. I can see in the resource editor tha

re: Moving projects

2007-11-30 Thread James Screech
Importing the project has done the trick! Thank you -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Moving projects

2007-11-30 Thread James Screech
I want to work on the same application on two different computers, however when I copy my project files between then and try to compile on the computer the project was not created on nothing happens :-(I've tried deleting all of the object files and the .prc file and then do a rebuild but nothi

re: Alternate platforms

2007-11-30 Thread James Screech
I was developing PalmOS applications upto two years ago, when due to family pressure I had to stop. Now I'm about to restart again by updating some of my old applications for newer hi-res devices. James -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http

Re: Creating hires forms

2007-12-02 Thread James Screech
Hi Tam, Thank you for the information. If you have an example I would appreciate a look. Could you send it to [EMAIL PROTECTED] Thank you. James -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Displaying a form from a command bar button

2007-12-14 Thread James Screech
I'm writing an application that like a DA adds a button onto the command bar. I can add the button and respond to its selection from another application. In response to the button I want to display a form and I do this with: formBack = FrmGetActiveForm(); form = FrmInitForm(frmPopup); FrmSetActi

Form object (field) not found error

2007-12-21 Thread James Screech
I'm creating an extension application that patches into the cmd bar menu to add an extra function when in a field. This all works fine on some applications like memo but on others (calander) when I try to access the field I get a reset and the following message: Field68k.c, line: 247 Form objec

Palm OS Debugger problem

2008-01-31 Thread James Screech
I've just come back to developing a Palm application after a short break and I'm having problems with the debugger. Before when running the debugger it would ask for the location of the source code and display this during a debug session. Now it doesn't ask for the source code and only displays

re: Palm OS Debugger problem

2008-02-01 Thread James Screech
Garnet OS Development Suite Version: 1.2.1.02 -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/