Enhanced UI Controls for PALM

2000-10-01 Thread UOL
Hi, anyone could tell me if there is any alternative enhanced UI controls for the PalmOS available ?! I'm needing a coomponent that support displaying formatted text (needless to be editable text) with multiple font sizes and features in the same string of text and also support scrolling the tex

Symbol and PRC tools

2000-10-01 Thread Larry Phillips
In the "Palm Programming" book by Rhodes and McKeehan, it is stated that "The Symbol SDK isn't supported for the GNU PalmPilot SDK". Is this true (or was it ever true)? I use PRC-tools, and fear it could mean I can't do an application for Symbol. Larry Phillips Atlanta, GA -- For information

Re: scrolling text

2000-10-01 Thread Grounderyoyo22
In a message dated 10/1/00 11:37:42 AM Mountain Daylight Time, [EMAIL PROTECTED] writes: > I just want to create a simple form (for an about screen) that will > display non editable text that scrolls. What's the best way of doing > that? Right now I'm using a dialog box, but the text just ge

Table text getting clipped in a table when it's custom draw function is called

2000-10-01 Thread Paul Anthony Mandrafino
Hi, I have a table with 1 column and 3 rows. Before I use the table, I set the following properties: o Each cell in the table has it's style set to customTableItem o The size of the table is set dynamically using TblSetColumnWidth( ) o The column spacing is set to 0 using TblSetColum

RE: Embedded escape characters

2000-10-01 Thread Scott Johnson (Bellevue)
> From: Tim [mailto:[EMAIL PROTECTED]] > I'm using CW R6 [...] and I can't get consistent results embedding > escape characters into string constants. It appears to me to be a > compiler problem No, the compiler is following the language standard correctly here. > This doesn't work: "so\xF1ar"

Setting Up Network Preferences programmatically?

2000-10-01 Thread Nitin Nangia
Hi All, Is there any means by which i can setup a network preference (for a dialup connection over a palm modem)programmatically.The preference should include the phone number for a dial up link,user name and password. Thanks nitin __ Do You Yahoo

scrolling text

2000-10-01 Thread Nathan Peterson
I just want to create a simple form (for an about screen) that will display non editable text that scrolls. What's the best way of doing that? Right now I'm using a dialog box, but the text just gets cut off when it doesn't fit in the form. -Nathan -- For information on using the Palm Develop

Re: draw before FrmDrawForm in color debug ROM

2000-10-01 Thread Aaron Ardiri
> >This approach was taken as it was deemed more sure-fire that > > attempting to add asserts all over Palm OS to detect that the > >draw window was not set and showing an error message. > > YUK, YUK, YUK! > > This little trap has just cost me a round of Platinum certification! ouch :)) it

Re: draw before FrmDrawForm in color debug ROM

2000-10-01 Thread Stringer
>>Subject: draw before FrmDrawForm in color debug ROM >>From: Laurence Lundblade <[EMAIL PROTECTED]> >>Date: Sat, 30 Sep 2000 15:39:23 -0700 (PDT) >>Seems the PalmOS 3.5 debug ROM along with 3.0a7 emulator has a very >>unpleasent error response to an appropriate error check. >>When (incorrectly

Re: alarms

2000-10-01 Thread Neil Rhodes
> 2) I have heard 2 stories about the Alarm Manager, that only one alarm can be > set per app, and that there's a queue, storing a bunch of alarms for *one* > app...which is it? If only one alarm can be set at a time, how should I > handle alarms when each (of about 50) records in my app has one?

Re: alarms

2000-10-01 Thread Roger Chaplin
[EMAIL PROTECTED] wrote: > Prototype > UInt32 AlmGetAlarm (UInt16 cardNo, LocalID dbID, UInt32* refP) > > Hi all, I have 2 questions: > > 1) The documentation says that refP (in the above example) is passed to the > app when an alarm is triggered as the date and time of the alarm. I need that

Embedded escape characters

2000-10-01 Thread Tim
Hi folks: I'm using CW R6 and Poser, and I can't get consistent results embedding escape characters into string constants. It appears to me to be a compiler problem, but I may not be tweeking things correctly. This works: "re\xedr", (r, e, i acute, r). This compiles without error and compare

Re: List Attributes

2000-10-01 Thread chongwm
Off the top of my head. I think this would work, but I haven't test it out yet. void LstGetAttr(ListPtr lstP, ListAttrType *attr) { MemMove(attr, &(lstP->attr), sizeof(ListAttrType)); } void sampleFunc() { ListPtr lstP; ListAttrType attr; lstP = GetObjectPtr(list_Resource_ID); LstGetA

List Attributes

2000-10-01 Thread Ian Alston
Does anyone out there know how to set the attributes of a list? I know there is a ListAttrType, but there is no pointer to it, so I'm not sure how reference it to an existing list. Sample Code plse!! Ian -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Installation Problem

2000-10-01 Thread Ayamico
Hi, Of course. Try uninstalling and reinstalling cygnus again. "emerson tan" <[EMAIL PROTECTED]> wrote in message news:25929@palm-dev-forum... > > Hi! I'm new to this list and is just starting to develop software for palmos. > I have this installation problem... I have CYGNUS installed on my mac

Re: No such file: (newbie post!)

2000-10-01 Thread Ayamico
The example is out of date. "Shane McKee" <[EMAIL PROTECTED]> wrote in message news:25931@palm-dev-forum... > > Dear folks, > > I am a complete neophyte at Palm programming, and C++ in general, so please > be kind :) > > I'm running SDK 3.5 for PRC-Tools. > I'm trying to MAKE the tutorial examp

Re: makin a conduit read from a text file?

2000-10-01 Thread Brian Mathis
"elliott ..." wrote: > hi, i need to make a palm program that will update a table in the palm app > from a text file (that will change every day) on the users computer every > time the user syncs his/her palm with their computer. ive been > working with code warrior for palm(the lite version) and