Re: Alert close call

2004-04-03 Thread Ben Combee
At 09:25 PM 4/3/2004, you wrote: I guess the reason why I ask is because I am trying to write some code that would go as follows: FORM_A launches FORM_B with FrmPopupForm(FORM_B); And I am trying to figure out how FORM_A's handler will know when FORM_B has returned (using FrmReturnToForm(FORM_A)) s

Re: Alert close call

2004-04-03 Thread Vu Pham
- Original Message - From: "D. Kirker" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Saturday, April 03, 2004 9:25 PM Subject: Re: Alert close call > I guess the reason why I ask is because I am trying to write some code that > would

Re: Alert close call

2004-04-03 Thread D. Kirker
I guess the reason why I ask is because I am trying to write some code that would go as follows: FORM_A launches FORM_B with FrmPopupForm(FORM_B); And I am trying to figure out how FORM_A's handler will know when FORM_B has returned (using FrmReturnToForm(FORM_A)) so that I can call a function invo

sys0502 error when trying to draw something

2004-04-03 Thread Eric Yun
hello forum, I want to draw someting to a certain area of the screen. When I use the following steps, I have a sys0502 error. Does anybody know what it means? 1. draw a pic using "paint" program of windows, which will be shown on the screen. 2. in Pilrc, create a bitmap, assign the pic to this b

Re: How to Enable events other tha pendown event

2004-04-03 Thread Brian Smith
On Sat, 3 Apr 2004, Padmini Paladugu wrote: >penDownEvent: > //Display some information in the specified rectangle area > handled =true; The problem is that you're setting "handled" to true for every pen down event. You should only do that when you actually do handle t

Palm T3 serial library bug (forced hardware handshake mode)

2004-04-03 Thread Carsten Kurz
Does anyone know wether Palm is aware of this bug? I consider it quite serious, but think a simple patch should be able to solve it. Any workarounds other than bridging RTS/CTS? - Carsten -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.co

How to Enable events other tha pendown event

2004-04-03 Thread Padmini Paladugu
Hi Friends: I have different UI objects on my screen:list,buttons When I select on any list item the corresponding image associated with that list item is displayed on the screen. I want to do penDown operations with that image. When I include the penDownEvent in the FrmHandleEvent function all

Re: FrmCustomAlert partially off screen in the T3 full-screen mode

2004-04-03 Thread Jan Slodicka
Replying to myself for the case somebody is interested. First of all it really seems to be if not a bug then at least a "feature" of T3. It demonstrates in 320x480 mode: When showing an alert (FrmCustomAlert), the OS shows the dialog at the very bottom and then draws over it the status bar. As it

Re: Cobalt - Sublaunch problem

2004-04-03 Thread Brian Smith
On Fri, 5 Mar 2004, Brian Smith wrote: > I have an app that sublaunches another, but the 2nd app doesn't have a > form of its own... it just uses the Progress Manager for a display. > The sublaunched app runs fine, but I get this when it returns to the > calling app: > > Form68K.c(1739): No

Re: Problem: region coderes is full

2004-04-03 Thread Jan Bandouch
Hi Julia, your code is becoming to big. Theres a limitation of relative jumps from function to function that mustn't be greater than 16bits. That means that a function calling another musn't be more than 32k away in your codesegment. To work around that, you have some options. My recommendation

Re: SmartPhone development

2004-04-03 Thread Duc Dang
Hi, I see MobileVB but I have not used it yet. Consider, pls. Duc *** REPLY SEPARATOR *** On 4/3/2004 at 3:46 AM [EMAIL PROTECTED] wrote: >Hello everyone > >After successfully developing an application for Palm devices i am now >planning >to create a similiar application for sma

Re: Is that a Palm OS 3.5 bug???

2004-04-03 Thread Ben Combee
At 02:52 AM 4/3/2004, you wrote: When I try to use the MenuHideItem to hide the first item of a menu on Palm OS 3.5, the system leaves a blank line at the first line! This doesn't seem to happen on later OS or on menu items other than the first one. Is this a Palm OS bug? Is there any work around?

Is that a Palm OS 3.5 bug???

2004-04-03 Thread Patrick Tuan
When I try to use the MenuHideItem to hide the first item of a menu on Palm OS 3.5, the system leaves a blank line at the first line! This doesn't seem to happen on later OS or on menu items other than the first one. Is this a Palm OS bug? Is there any work around? -- For information on using

SmartPhone development

2004-04-03 Thread mahrine
Hello everyone After successfully developing an application for Palm devices i am now planning to create a similiar application for smartphone devices having either palm os or Windows Os. I know that Visual studio.net is a recommended development envirnment for smartphones by the Microsoft but are