How to make MenuBar Title and form title visible TOGETHER ???

2004-03-19 Thread Pinaki Roy
hi, I'm facing a problem in GUI Part-- if i create a menubar and associate it with a form -- the menuBar title gets hidden by the title of the form -- now how can i make it visible -- i mean i want both the form title and the menubar-title to be visible together side by side -- can it be

Re: How to make MenuBar Title and form title visible TOGETHER ???

2004-03-19 Thread Ben Combee
At 02:05 AM 3/19/2004, you wrote: hi, I'm facing a problem in GUI Part-- if i create a menubar and associate it with a form -- the menuBar title gets hidden by the title of the form -- now how can i make it visible -- i mean i want both the form title and the menubar-title to be visible together

Re: How to make MenuBar Title and form title visible TOGETHER ???

2004-03-19 Thread Pinaki Roy
Hi Ben, Thanx a lot for your response -- as i mentioned i want both form title and the menubar-title to be visible together -- ya , i know menu bars appear when the user taps on form title -- so , you mean to say that it's not possible to make both of them visible together??? or do i need to

MAC OS X ver. Panther Server 10.3.

2004-03-19 Thread Gianni Morelli
Hi All, Do anyone can provide me a suggestion on whether Code Warrior 8.0, IDE Version 5.0 Build 951 is compatible with MAC OS X Panther Server ver. 10.3 ? TIA Gianni -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: MAC OS X ver. Panther Server 10.3.

2004-03-19 Thread Florent Pillet
Should work, I use it on Panther 10.3.3 and it works fine (make sure you have the latest 8.2 update) Florent On 19 mars 04, at 09:20, Gianni Morelli wrote: Do anyone can provide me a suggestion on whether Code Warrior 8.0, IDE Version 5.0 Build 951 is compatible with MAC OS X Panther Server

Re: Sorry, I didn¡¯t explain it clearly.

2004-03-19 Thread Matthew Henry
wj wrote: I¡¯m going to develop my application on Palm OS4, so the application can be run not only on Palm OS4 but also on OS5 without any additional changes. But, because of some considerations, I want to let bitmaps displayed in low density in case of Palm OS5. Is it possible? If

Re: jpegArmlet help

2004-03-19 Thread Matthew Henry
Todd Walk wrote: I'm trying to get jpegArmlets to work, but I need some help. (I know zilch about armlets.) First, I'm trying to modify testArmlet2 (I need only the decoder) to work. Will that work? Do I need anything else besides the stuff in jpegToys? I installed the starter.prc,

Re: Multiple FrmSetEventHandlers for a single form

2004-03-19 Thread Matthew Henry
Padmini Paladugu wrote: Hi Friends: I am developing a game application.(Card Trading Game) I have deck of 30 cards in my database. When I first launched the application my form has one List Interface,Draw Button,Play Button, and Beam Button. ListInterface has initial seven cards from the

RES: Sorry, I didn¡¯t explain it clearly.

2004-03-19 Thread Alexandre Teodoro Guimarães
Hi, Satellite Forms do that with all applications. SF have a runtime prc that recognizes if you are in 0s4 or 0s5. SF is based in CW, so it´s possible. Atenciosamente, Alexandre Teodoro Guimarães [http://alexguim.cjb.net] Analista de Sistemas GM Soluções [http://www.gmsolucoes.com.br]

WebBrowser and Palm 5?

2004-03-19 Thread pmotdev
Hello all, I am trying to get the webbrowser working in palm 5 (btw, is a form of this workable in palm 4?), but I am having a problem. I took the function directly from the palm webbrowser 2.0 documentation called Creating Web-Enables Apps.pdf. the function is Err WebBrowserCommand(Boolean

Re: Sorry, I didn¡¯t explain it clearly.

2004-03-19 Thread Jan Bandouch
But, because of some considerations, I want to let bitmaps displayed in low density in case of Palm OS5. Is it possible? If possible, how to do that? I dunno...how about just trying it? If you display a V2 bitmap on OS 5 it'll be in low density just like it OS 4. Exactly what

Use low-den fonts on high-den screen?

2004-03-19 Thread DongDong
I'm doing a project with a lot of details within a screen. I need to use low density fonts on high-density screen such that 4 times of details can be put on the screen. However, the OS automatically use high-desntiy fonts on high-density screen whichever fonts I selected. Is it a must to make

Re: How to make MenuBar Title and form title visible TOGETHER ???

2004-03-19 Thread Ben Combee
At 02:43 AM 3/19/2004, you wrote: Hi Ben, Thanx a lot for your response -- as i mentioned i want both form title and the menubar-title to be visible together -- ya , i know menu bars appear when the user taps on form title -- so , you mean to say that it's not possible to make both of them

Re: WebBrowser and Palm 5?

2004-03-19 Thread Ben Combee
At 08:43 AM 3/19/2004, you wrote: Hello all, I am trying to get the webbrowser working in palm 5 (btw, is a form of this workable in palm 4?), but I am having a problem. I took the function directly from the palm webbrowser 2.0 documentation called Creating Web-Enables Apps.pdf. the function is

RE: How to make MenuBar Title and form title visible TOGETHER ???

2004-03-19 Thread Blake Winton
At 02:43 AM 3/19/2004, you wrote: Hi Ben, Thanx a lot for your response -- as i mentioned i want both form title and the menubar-title to be visible together -- ya , i know menu bars appear when the user taps on form title -- so , you mean to say that it's not possible to make both of

MemoryMgr.c, Line 4365, NULL handle

2004-03-19 Thread Mike Gagne
Okay I did some research on this subject in the forums and this type of problem has been posted by others, but the problem is not quite the same... I originally thought that this problem was brought about by the compiler I was using, because at work I was using CodeWarrior for PalmOS 8.0 and at

Re: MemoryMgr.c, Line 4365, NULL handle

2004-03-19 Thread Matt Graham
Mike Gagne wrote: I originally thought that this problem was brought about by the compiler I was using, because at work I was using CodeWarrior for PalmOS 8.0 and at home I was using CodeWarrior for PalmOS 9.0. Probably not your compiler. The SAME code would compile and work correctly from home,

Re: MemoryMgr.c, Line 4365, NULL handle

2004-03-19 Thread Vu Pham
Have you checked if passH = MemHandleNew(12) return the valid handle ? Like if ( passH == NULL ) { // do error processing } - Original Message - From: Mike Gagne [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, March 19, 2004 11:00 AM Subject:

Inserting the shortcut (ribbon) character

2004-03-19 Thread RaNo
Hi All! When I try to insert the shortcut character with either EvtAddEventToQueue or EvtEnqueueKey, it gets inserted in a field, but it is POWERLESS for expanding the shortcut's text. Is there any way to give it the power? -- Radoslaw Nowak, RNS:: www.ranosoft.net/palm -- For information

show image for form title

2004-03-19 Thread Ming Guo
Hi, How can I use an image as a form title intead of text? I don't want to remove the whole title and then draw an image there, since otherwise, the title bar is also removed. Thanks! -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: MAC OS X ver. Panther Server 10.3.

2004-03-19 Thread Manuel García Urreta
Where I can get codewarrior for MacOS X, i know that metrowerks stop sopport it, but I want to use my iBook to develop Palm Applications Thanks Manuel -- DeMonteGrande WebMail (http://www.demontegrande.com.ar) -- Original Message --- From: Florent Pillet [EMAIL PROTECTED] To:

Re: MAC OS X ver. Panther Server 10.3.

2004-03-19 Thread Ben Combee
At 01:11 PM 3/19/2004, you wrote: Where I can get codewarrior for MacOS X, i know that metrowerks stop sopport it, but I want to use my iBook to develop Palm Applications If you contact Metrowerks sales, they may be able to send you a CW for Palm OS V8 CD set if you order CW for Palm OS V9 for

Re: show image for form title

2004-03-19 Thread Matt Graham
Ming Guo wrote: How can I use an image as a form title intead of text? I don't want to remove the whole title and then draw an image there, since otherwise, the title bar is also removed. I think you'll have to have a text title and then draw over it w/ your bitmap. Try taking a title w/ enough

Re: Use low-den fonts on high-den screen?

2004-03-19 Thread Ron Nicholson
On Fri, 19 Mar 2004 07:07:27, DongDong wrote: I'm doing a project with a lot of details within a screen. I need to use low density fonts on high-density screen such that 4 times of details can be put on the screen. However, the OS automatically use high-desntiy fonts on high-density screen

Newbie: How to access address book data?

2004-03-19 Thread Jeff Leal
Hi, Can anyone tell me or have sample code of how to access address book data on a palm? Cheers Jeff -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Inserting the shortcut (ribbon) character

2004-03-19 Thread Scott Dreslinski
RaNo [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi All! When I try to insert the shortcut character with either EvtAddEventToQueue or EvtEnqueueKey, it gets inserted in a field, but it is POWERLESS for expanding the shortcut's text. Is there any way to give it the power?

Re: Newbie: How to access address book data?

2004-03-19 Thread Ben Combee
At 06:36 PM 3/19/2004, you wrote: Hi, Can anyone tell me or have sample code of how to access address book data on a palm? The code for the address book program is one of the Palm OS SDK samples. -- Ben Combee, senior DTS engineer, PalmSource, Inc. Read Combee on Palm OS at

Re: MAC OS X ver. Panther Server 10.3.

2004-03-19 Thread Al Gelders
On Fri, 2004-03-19 at 11:11, =?ISO-8859-1?Q?Manuel_Garc=EDa_Urre?=ta wrote: Where I can get codewarrior for MacOS X, i know that metrowerks stop sopport it, but I want to use my iBook to develop Palm Applications Watch ebay -- it's bound to show up there eventually. -- al gelders [EMAIL

Re: MAC OS X ver. Panther Server 10.3.

2004-03-19 Thread David A. Desrosiers
Watch ebay -- it's bound to show up there eventually. I'm almost certain that wouldn't be considered a proper transfer of the license. If someone buys it from a seller on eBay, and tries to register it, and the registration number is already used by someone, what happens?

Re: jpegArmlet help

2004-03-19 Thread Todd Walk
Matthew Henry [EMAIL PROTECTED] wrote in news:[EMAIL PROTECTED]: Todd Walk wrote: I'm trying to get jpegArmlets to work, but I need some help. (I know zilch about armlets.) First, I'm trying to modify testArmlet2 (I need only the decoder) to work. Will that work? Do I need anything

REF:Help on image display

2004-03-19 Thread Dharanisha_S
Hi, I am new to PALM OS. I am working on displaying image on palm. I got some jpeg libraries and it works fine. I was able to display bmp images as well (pbmp format). But I am not satisfied with the clarity of the image. The image resolution is not that good. I am using winpaintbmp API for

Re: jpegArmlet help

2004-03-19 Thread Konstantin Klyatskin
Whenever you'll be finished with all you tries feel free to try the following sample code showing how to use Absoluteword's Jpeg Decompression Library for PalmOS with armlets included http://klyatskin.narod.ru/ZIP/JpegSample.zip it's outdate a little as it does not display progressive jpegs or

Re: MAC OS X ver. Panther Server 10.3.

2004-03-19 Thread Ben Combee
At 09:35 PM 3/19/2004, you wrote: Watch ebay -- it's bound to show up there eventually. I'm almost certain that wouldn't be considered a proper transfer of the license. If someone buys it from a seller on eBay, and tries to register it, and the registration number is already used by

Jpeg or Bitmap

2004-03-19 Thread DongDong
I'm doing a project with product selection by thumbnails. Also, each product has a 64x64 thumbnail and 320x320 image. There are 12 thumbnails (4 columns x 3 rows) on screen at a time. It takes about 5 sec to display all twelve jpeg images on screen each time. When user press up or down, the