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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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@...
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...