Re: m68k-palmos-gdb based on gdb 5.2?

2003-01-24 Thread Andy Arhelger
OK, when would the next prc-tools release be? Andy Arhelger "John Marshall" <[EMAIL PROTECTED]> wrote in message news:110371@palm-dev-forum... > > On Thu, Jan 23, 2003 at 01:55:37PM -0600, Andy Arhelger wrote: > > Is there any way to get a m68k-palmos-gdb based

m68k-palmos-gdb based on gdb 5.2?

2003-01-23 Thread Andy Arhelger
Is there any way to get a m68k-palmos-gdb based on gdb 5.2? I would like to used m68k-palmos-gdb with Eclipse and I understand 5.2 is required for that to work. -- Andy Arhelger -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: Is there a way to set the font on a label?

2003-01-22 Thread Andy Arhelger
Thanks for the idea. I already have a place in my code where I hide a label, change the text then show it again. That was the only way I could find to get the new text to show up right. Didn't work with changing the font so I tried your idea of FrmRemoveObject() then FrmNewLabel(). That worked, alm

Re: Is there a way to set the font on a label?

2003-01-21 Thread Andy Arhelger
Hmmm, didn't work. fontID = FrmGlueGetLabelFont(frm,labelID); // Returns boldFont FrmGlueSetLabelFont(frm,labelID,largeFont); // Try to set a new font fontID = FrmGlueGetLabelFont(frm,labelID); // Returns stdFont FrmGlueSetLabelFont seems to always set to stdFont no matter what is passed in and

Is there a way to set the font on a label?

2003-01-20 Thread Andy Arhelger
I would like to change the font on a label when the user changes his font preferences in my app. I figured there would be a CtlSetFont() but can't find anything like that. Am I missing something obvious? -- Andy Arhelger -- For information on using the Palm Developer Forums, or to unsubs

Can't find Sony SJ30 ROM

2003-01-20 Thread Andy Arhelger
I have signed up on the Sony Developer site and have access to the ROM's that are there. Trouble is I can't find a ROM for the SJ30. I have an SJ30 and would like the ROM and skin for this model. Does anybody know where I can get this from? I don't want an illegal copy. -

How do I create a memo from my app?

2003-01-14 Thread Andy Arhelger
I have seen a number of apps do this. They create or read a memo from the memo app. I.E. HandyShopper does this to inport or export data. How can I do this from my app? Anybody have some sample code? -- Andy Arhelger -- For information on using the Palm Developer Forums, or to unsubscribe

Sample of editing a number in a table?

2002-12-16 Thread Andy Arhelger
Does anybody have some sample code for editing a number field in a table? I am having some problems allocating and knowing when to free the memory for the field. -- Andy Arhelger -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

How do I make an editable number field in a table?

2002-12-10 Thread Andy Arhelger
button is pressed, don't get a closeEvent for a modal panel) or the main form closeEvent comes through, but that seems like a real kludge. There must be a better way. What is the recommended way of doing this? -- Andy Arhelger -- For information on using the Palm Developer Forums, or

Re: Application database design question

2002-12-03 Thread Andy Arhelger
having to check the record type all the time but that probably wouldn't be bad. Andy Arhelger "Dave Lippincott" <[EMAIL PROTECTED]> wrote in message news:103552@palm-dev-forum... > > You could use the size of the record to determine which record type you're > worki

Application database design question

2002-12-02 Thread Andy Arhelger
Palm programming and haven't run across any examples yet that show this type of data structure. -- Andy Arhelger -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/