RE: Java and RMS

2004-03-24 Thread SLO Revo News
As far as how the RMS works, consider a single DataStore (that's what Java calls them) to be like a single database table. Records that are kept in that datastore are NOT written like a normal database table however. Consider this datastore "table" to be two columns. In the first column is a uniq

Upper limit on form size constraints

2004-03-24 Thread Luc Le Blanc
What is the upper limit on the preferred and maximum screen width/height coords for the WinSetConstraintsSize API? Since my form displays a map, I wish it to be as big as possible - can I put USHRT_MAX (and hope for the best)? -- Luc Le Blanc -- For information on using the Palm Developer Foru

linking problem

2004-03-24 Thread harish kumar
Hi All, I am trying to port a C code from windows to Palm OS Platform (Codewarrior 9.0). The segments info shows the follows details. Segment 1 : Code 27k DATA 4k Segment 2 : Code 11k DATA 376 Segment 3 : Code 19k DATA 3k Segment 4 : Code 34k DATA 2k Segment 5 : Code 27k DATA 1k Segment 6 :

RE: Java and RMS

2004-03-24 Thread Brady Erickson
Hi Oscar, I used Eclipse and Sun's Wireless Toolkit 2.1 to develop my apps. Before I wrote any code, I spent a bit of time studying the API and looking at examples on Sun's web site and IBM's web site. My particular scenario included a MIDP app, a Conduit app, an RDBMS, and a desktop Java (Swing

hang device when waiting reply

2004-03-24 Thread Duc Dang
Hi, I am using Tungsten C for testing sync and sync app is used NetLib function. I tested it on POSE and work right and on Tungsten C, it sometimes hang. When I sync with small DB, it work right (time response is less than time sleep on device (3m)) but I sync with large DB, it will hang (time r

Re: Linux version of my multi-section debugging patches for prc-tools-2.3 available

2004-03-24 Thread Douglas Handy
Ton, >This (the "GNU gdb 5.0") indicates that you have an older version of prc-tools >installed. ... I would suggest you first update to prc-tools-2.3. >I have used prc-tools-2.3 with FNDS 2.7.2.0 successfully. Thanks much -- I'll go down this road and hopefully get everything working soon! D

Re: coloring the text fields

2004-03-24 Thread Ben Combee
At 08:17 PM 3/24/2004, you wrote: I 've searched the reference pdf, but could not find which api to help coloring a text field ? I must overlook it. No, you didn't overlook this. There are no APIs in Palm OS to vary the color of individual text fields. The Palm OS drawing code uses the colors se

Re: Linux version of my multi-section debugging patches for prc-tools-2.3 available

2004-03-24 Thread Ton van Overbeek
In article <[EMAIL PROTECTED]>, Douglas Handy wrote: > To anyone with mercy on a cygwin neophyte who is surrounded by too many trees to > see the forest: > >>the patches work excellently, by the way, thanks for your work!!! > > I confess to being not so blissfully ignorant of how everything wor

coloring the text fields

2004-03-24 Thread Vu Pham
I 've searched the reference pdf, but could not find which api to help coloring a text field ? I must overlook it. Could anybody show me how you do it ? Thanks, Vu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: fnav / Constructor

2004-03-24 Thread Ben Combee
At 03:57 PM 3/24/2004, you wrote: >From looking at the docs/app it appears that there's no built-in support in Constructor for 'fnav'. Is that true? If so, is there a way to implement the 'fnav' resource while still using Constructor? Yes. You can specify it with a Rez source file added to you

how to make other font type resource files?

2004-03-24 Thread wj
The tiny fonts example project downloaded from the PalmSource use these resource files: -BoldHalfSizeLatinFont.rsrc -NormalHalfSizeLatinFont.rsrc -LargeHalfSizeLatinFont.rsrc -LargeBoldHalfSizeLatinFont.rsrc Now, I want to know how to ¡°make¡± these font resource files (for other font type)? Best

Re: Linux version of my multi-section debugging patches for prc-tools-2.3 available

2004-03-24 Thread Douglas Handy
To anyone with mercy on a cygwin neophyte who is surrounded by too many trees to see the forest: >the patches work excellently, by the way, thanks for your work!!! I confess to being not so blissfully ignorant of how everything works in Cygwin, and I've been unable to apply the updates to my en

Re: fnav / Constructor

2004-03-24 Thread Vu Pham
- Original Message - From: "Edward P. Ross" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 3:57 PM Subject: fnav / Constructor > >From looking at the docs/app it appears that there's no built-in support in Constructor for 'fnav'. Is t

fnav / Constructor

2004-03-24 Thread Edward P. Ross
>From looking at the docs/app it appears that there's no built-in support in >Constructor for 'fnav'. Is that true? If so, is there a way to implement the 'fnav' >resource while still using Constructor? Thanks, Edward -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: TxtFindString question

2004-03-24 Thread Matt Graham
pcles wrote: Like FindStrInStr, it seems that TxtFindString only matches the beginning of words only - not documented in PalmRef doc. Finding "ased" in "based" doesn't work whereas finding "bas" in "based" works fine. To me, this makes this function quite useless. Is there any real usable Pal

Fw: fnav & rocker keys

2004-03-24 Thread Vu Pham
Sorry Ben. I was not very careful before posting. I missed the keyword NAVIGATIONMAP and that was the problem. THANKS, Vu - Original Message - From: "Vu Pham" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 3:47 PM Subject: Re: fnav &

Re: fnav & rocker keys

2004-03-24 Thread Vu Pham
- Original Message - From: "Ben Combee" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, March 24, 2004 2:35 PM Subject: Re: fnav & rocker keys [...] > Yes. You just need to setup your 'fnav' resource correctly. In PilRC 3.2, > you'd say something lik

overlays

2004-03-24 Thread Alex Gusev
Hi All, I know that such question was posted many times before, but I guess I'm still missing something. I'd like to localize my app to e.g. Russian or Hebrew or Arabic. I'm creating overlays with PRC2OVL and translate them. But when I'm installing them, nothing is changing. Overlay's locales are

Re: Linux version of my multi-section debugging patches for prc-tools-2.3 available

2004-03-24 Thread Eron Hennessey
Ton van Overbeek wrote: Nathan Kurz has been so kind to send me a compiled version of my multi section gdb patches for Linux. They are available now at the usual address: http://www.v-overbeek.nl/msectgdb . I have not been able to test them, so they are provided as is. Ton van Overbeek I've

Re: fnav & rocker keys

2004-03-24 Thread Ben Combee
At 12:59 PM 3/24/2004, you wrote: I have a form with four buttons : A and B on the first row, and C and D on the 2nd row. Using the fnav, I can use the navigation keys to move the focus ring on these buttons. If A has focus, then both rocker Right and rocker Down will move the focus ring to B. IOW,

TxtFindString question

2004-03-24 Thread pcles
Like FindStrInStr, it seems that TxtFindString only matches the beginning of words only - not documented in PalmRef doc. Finding "ased" in "based" doesn't work whereas finding "bas" in "based" works fine. To me, this makes this function quite useless. Is there any real usable Palm text find f

Re: Converting string to Hex

2004-03-24 Thread Matt Graham
Jeff Leal wrote: That converts and integer to Hex, I need to convert a Hex String to an integer yeah, looks like there's no prebuilt function to do it. out of curiosity I wrote this, so here it is in case you're haven't written your own yet. didn't test it at all so better check that it's giving

fnav & rocker keys

2004-03-24 Thread Vu Pham
I have a form with four buttons : A and B on the first row, and C and D on the 2nd row. Using the fnav, I can use the navigation keys to move the focus ring on these buttons. If A has focus, then both rocker Right and rocker Down will move the focus ring to B. IOW, current rocker Right and rocker

RE: Java and RMS

2004-03-24 Thread odeleon
Hi Brady, thanks for your comments. May I ask you what tool are you using? Since I am also learning Java, there's a lot I do not understand yet. I actually create apps in NSBasic, but some ideas of developing "Web Services", SOAP and XML forced me to choose another development tool. My question reg

RE: Java and RMS

2004-03-24 Thread odeleon
Bill my fault! The idea is how to handle the PDBs in the device, by a PRC app written in Java, not in the desktop. I could not find info about this RMS class, object, or whatever it is. Thanks for your answer. Regards Oscar > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Palm has released

RE: Java and RMS

2004-03-24 Thread Rinko-Gay, William
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Palm has released a Jsync suite as part of their CDK403. I've used it successfully to write to a PDB. The class can be used to read and manipulate the PDB as well. Understand that you only have access to the PDB during a HotSync operation. Are yo

RE: Java and RMS

2004-03-24 Thread Brady Erickson
Yes it is possible. I just finished an app that did this very thing. RMS is the Java API layer that sits on top of the Palm OS's native storage mechanism written in C++ (I think). The RMS API is pretty easy to work with if you're dealing with storage directly on the Palm and nothing else (as wou

RE: WebBrowser and Palm 5?

2004-03-24 Thread Randall Pulsifer
I'll be interested in reading that KB article. I am just about to start to write a image enabled viewer for use within my app to view graphical help info - sort of a bmp-enabled "I" button. Then I thought about the many viewers and Web browsers already out there and really didn't want to reinvent t

selectday

2004-03-24 Thread Roberto Pedrozo Mendes
Hi Have anyone an litle example that explain how to use selectDay Function to invoke PalmOs Calendar ? Thanks = Roberto Pedrozo Mendes Arquiteto Sistemas HST - CPqD - Campinas [EMAIL PROTECTED] __ Yahoo! Mail - O melhor

Java and RMS

2004-03-24 Thread odeleon
I am evaluating a new tool called "Simplicity for PalmOS". (www.datarepresentations.com) It is a Java based tool like the Suite offered by Palm, except that the Eclipse IDE is replaced by a more specialized IDE. I would like to know how data storage is handled in Java. The term RMS (Record Managem

rectangle buttons

2004-03-24 Thread Eric Yun
hello guys, how can I create rectangle buttons (not push buttons)? I hate rounded corner buttons. I know ButtonFrameType has a value for square corners, but how to use it? eric -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/suppo

ErrTry : Odd address error : Palm OS 5.x

2004-03-24 Thread Venkata Thumu
Dear All, I have a palm application, developed using CW7 and Palm OS SDK4, works fine on many devices until Palm OS 5. On the real device (Tungsten and Zire), I am getting the fatal alert as "Emul68KCommons.c, Line:562 Odd address" whenever I start the application and do something with it. Now

Re: "Bus Error" when init a table

2004-03-24 Thread Dave Lippincott
A Bus Error generally means you wrote too much data into a variable or wrote to an unallocated memory address. Make sure you have allocated enough memory for strings (plus NULL) and are not indexing an array beyond what was allocated. Make sure the row number you are passing exists, also check the

Re: Creator IDs listing

2004-03-24 Thread Roger Stringer
Subject: Re: Creator IDs listing From: "Wojtek" <[EMAIL PROTECTED]> Date: Tue, 23 Mar 2004 10:53:56 +0100 "Ben Combee" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 03:41 AM 3/23/2004, you wrote: > >Hi. > >Is there any place wher one can find all creator IDs registered? > > Many

Hooking into the Palm Desktop to a enforce security policy.

2004-03-24 Thread Chris Tucker
Hi! I'm trying to implement a simple access list function into the palm desktop. The access list would allow you to restrict palm syncronization to specific applications based on a policy. For example, the policy might allow you to syncronize the calender, but not email. 1. Is there anyway to ho

RE: Datebook crashes (occasionally)

2004-03-24 Thread Jean-Marc Durieux
Hello, Did you found the answer for this problem ? I have the same and my conclusion is your conlusion but as you said "that does not help me really...". Kind regards, Jean-Marc -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de wiwawuschel2003 Envoyé : merc

Re: "Bus Error" when init a table

2004-03-24 Thread Manuel García Urreta
> execute "TblSetRowUsable (table, row, true)". If i remark this command, it Verify if the value of "row" in that call is not greater than the numbers of rows that you really have in your table Manuel -- For information on using the Palm Developer Forums, or to unsubscribe, please see htt

Re: Detect graffiti shift state

2004-03-24 Thread Luc Le Blanc
Kaloyan Donev a écrit : > How can I detect shift state. I try with GrfGetState but it always > returns false for temporary shift even when graffiti indicator indicates > that is in up register. Another bug I found with GrfGetState is that it does not return true for the numLock state unle

memory error

2004-03-24 Thread wax wacky
i am repetedly getting memory errors of type "Instruction at 0x. refered to memory at 0x... Memory could not be read" (or sometimes "write")... If somehow i remove the error at one line , same error occurs in the succedding lines while allocating a new class object or some buffer

RE: create fonts for high-density

2004-03-24 Thread Zechner Christian
You need piFont program. http://pibuilder.sourceforge.net/ -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de wj Enviado el: Miércoles, 24 de Marzo de 2004 02:33 a.m. Para: Palm Developer Forum Asunto: create fonts for high-density My IDE is CW9.0 for window

tables with color rows

2004-03-24 Thread Roberto Pedrozo Mendes
Hi How i put color in specific row or colunm in one table ? Thanks = Roberto Pedrozo Mendes Arquiteto Sistemas HST - CPqD - Campinas [EMAIL PROTECTED] __ Yahoo! Mail - O melhor e-mail do Brasil! Abra sua conta agora: htt

Re: How to reply a question posted in forum?

2004-03-24 Thread Jan Slodicka
Hi You must have received an answer from the lyris manager when you registered yourself as the forum member. Part of that answer explains how the individual settings can be changed. It is done by sending prescribed emails to the manager, but I don't remember the exact format. Regards, Jan Slo

Detect graffiti shift state

2004-03-24 Thread Kaloyan Donev
Hi, How can I detect shift state. I try with GrfGetState but it always returns false for temporary shift even when graffiti indicator indicates that is in up register. Thanks, Kaloyan Donev -- For information on using the Palm Developer Forums, or to unsubscribe, please see h

...memory location 0x1C84FFFE, causing a bus error...

2004-03-24 Thread Ai Lee Tang
hi all, I have problem to run the following source code. It stopped at "FldSetTextHandle(fld,customerH)". The error message is "..A bus error means that the application a memory location that is not in RAM or ROM, nor corresponds to a memory-mapped hardware register" if (*recordP.custcode)