Search the web
Sign In
New User? Sign Up
palm-dev-forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 73568 - 73597 of 92429   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
73568
I am new with sounds in Palm. Cld anyone pls HELP ! Declared this...... static SndCommandType onCmd = {sndCmdNoteOn,60,2200,127}; In the MainFormDoCommand...
Vincent Wong
vincew@...
Send Email
Jun 1, 2002
9:29 am
73569
... [...] ... Did you get this from some sample code or one of the books? If so, which? This code used to work with pre-3.5 SDKs, but fails silently due to a...
John Marshall
johnm@...
Send Email
Jun 1, 2002
12:48 pm
73570
... I'm not sure if this has any bearing on your sanity or not, :) but I just tried to change the time on POSEr with "Palm OS 3.5-en-ez.rom" and the Set Time...
Joe Malone
free_email_account@...
Send Email
Jun 1, 2002
1:40 pm
73571
From: "Steve Mann" <smann@...> ... can't ... change ... Oh, sorry I missed your point, Steve. ... That's odd, all right. Especially since a computer's...
Mark Wilden
mark@...
Send Email
Jun 1, 2002
3:44 pm
73572
From: "Joe Malone" <free_email_account@...> ... My sanity thanks you. :) -- For information on using the Palm Developer Forums, or to unsubscribe, please...
Mark Wilden
mark@...
Send Email
Jun 1, 2002
3:46 pm
73573
I posted a long, terribly convoluted email regarding why my char * weren't initializing correctly. I then proceded home, sometime during the night my head...
Paul Gibson
pgibson@...
Send Email
Jun 1, 2002
4:49 pm
73574
Hi, if there are developers from New Zealand, please contact me. Tks. Ricardo Contin Brazil -- For information on using the Palm Developer Forums, or to...
Ricardo Costa Contin ...
palm@...
Send Email
Jun 1, 2002
5:49 pm
73575
... No, not a compiler bug just a weird system. It was a loooong time ago, but I'm sure it was a 8-bit processor of some kind where 8 bit counters were the...
Stringer
STRINGER@...
Send Email
Jun 1, 2002
6:32 pm
73576
... Just fyi... this long-standing limitation is listed in _Bugs.txt of the POSE releases: "You can't reliably change the time with the Preferences App. The ...
Jim Schram
schram@...
Send Email
Jun 1, 2002
7:45 pm
73577
Looking forward to the new resource editor this Fall, Ben. I downloaded the new Falch.net editor yesterday and played around with it for a while, but thought...
David Beers
DavidB@...
Send Email
Jun 1, 2002
8:04 pm
73578
test -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/...
Vlad Evenhar
vevenhar@...
Send Email
Jun 1, 2002
8:39 pm
73579
... I think that what's odd is your concept of the computer's concept. ... bundle for applications to eat, but that's not necessarily the case in the low-level...
Keith Rollin
keith.rollin@...
Send Email
Jun 1, 2002
9:14 pm
73580
From: "Keith Rollin" <keith.rollin@...> ... That makes sense. Thanks for the explanation! -- For information on using the Palm Developer Forums, or...
Mark Wilden
mark@...
Send Email
Jun 1, 2002
9:46 pm
73581
... Well, as Paul Harvey says (or said...does he still do this?), "Now for the rest of the story". The thing about incrementing the date works on the device,...
Keith Rollin
keith.rollin@...
Send Email
Jun 1, 2002
9:51 pm
73582
Just curious if anyone has made any announcements or if any leaks have made it out. When is the OS supposed to be officially available? -omf -- For...
Oscar Fowler
oscar@...
Send Email
Jun 2, 2002
1:05 am
73583
Cheers John, That was great help and it works now.....Volume!=zero anymore !!! My reference was from the book "Palm OS Programming Bible" - 2000 Edition. ...
Vincent Wong
vincew@...
Send Email
Jun 2, 2002
4:21 am
73584
This question seems to be too easy to be well documented, or maybe its just that its past my bedtime, but how does one initialize a group of push buttons? I...
Richard Coutts
rcoutts@...
Send Email
Jun 2, 2002
4:47 am
73585
Ok, for the program I'm writing for myself, I need to pull the text entered in 5 fields down so it can be stored in a struct - the way i'm going about it is...
Craig Belson
belsonc@...
Send Email
Jun 2, 2002
5:12 am
73586
FrmSetControlGroupSelection will do it. Hal -- For information on using the Palm Developer Forums, or to unsubscribe, please see...
Hal Mueller
hal@...
Send Email
Jun 2, 2002
5:14 am
73587
... I'm confused. If you're accessing the form's data directly (bad!), then how does FrmGetObjectPtr come into play? -- Keith -- For information on using the...
Keith Rollin
keith.rollin@...
Send Email
Jun 2, 2002
5:17 am
73588
And as far as initializing a group of them, there's a number you can attach to it to signify what group you want them to be in - they just have to be the same ...
Craig Belson
belsonc@...
Send Email
Jun 2, 2002
5:22 am
73589
What I'm doing, the way I was taught to do it, anyway, is to... well, let's put it this way: I have 5 fields that can accept text, and a struct that I created...
Craig Belson
belsonc@...
Send Email
Jun 2, 2002
5:29 am
73590
... You can set the initial selected state in Constructor. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to unsubscribe, please...
Steve Mann
smann@...
Send Email
Jun 2, 2002
5:30 am
73591
... I guess I'm still not getting it. How are you assigning a whole field to just a single char? Do your fields accept only a single character? Or are you...
Keith Rollin
keith.rollin@...
Send Email
Jun 2, 2002
5:38 am
73592
Ok, I realized I glossed over some of the details by accident - I'll pick apart your response and add them in... :-) ... Sorry - I meant to say char[]s... when...
Craig Belson
belsonc@...
Send Email
Jun 2, 2002
5:53 am
73593
... Looks like you're assigning the field pointer to your form pointer. Is your field pointer actually uninitialized because of this? -- Keith -- For...
Keith Rollin
keith.rollin@...
Send Email
Jun 2, 2002
5:59 am
73594
... Using an m500 series, by chance? -John -- For information on using the Palm Developer Forums, or to unsubscribe, please see...
overcode+palm@...
Send Email
Jun 2, 2002
6:10 am
73595
Yes an m500 exactly! Is there a known pb with this device?? <overcode+palm@...> a écrit dans le message de news: 87844@palm-dev-forum... ... manager ...
Mates
mathious67@...
Send Email
Jun 2, 2002
1:41 pm
73596
I don't know if I'm missing something, or need a refresher course in virtual methods, but I'm having trouble calling virtual methods from a pointer to the base...
Richard Coutts
rcoutts@...
Send Email
Jun 2, 2002
2:22 pm
73597
This was a bug in OS 3.0 but it was already fixed in OS 3.5. Can you tell me when it was exactly fixed? OS 3.1? OS 3.2? OS 3.3? OS 3.5? grant 2/ 4/99...
Paul Nevai
nevai@...
Send Email
Jun 2, 2002
2:33 pm
Messages 73568 - 73597 of 92429   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help