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 70926 - 70955 of 92429   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
70926
1. try sleep() 2. NetLibSocketOptionSet(), check the parameters. Sincerely Dipanshu Mansingka Note :- New MailID(dipanshu.mansingka@...) ... ...
dipanshu
dipanshu.mansingka@...
Send Email
Apr 1, 2002
8:19 am
70927
Hi, I'm trying to implement a link list in my program. But I dont know away to allocate a memory address to the rest of the nodes. ex: struct myrec { char...
Jayakody, Dhanushka
DhanushkaJ@...
Send Email
Apr 1, 2002
9:04 am
70928
hi i am not to sure how many of you venture over to /. for the occasional read - but, i found this article very funny :) ...
Aaron Ardiri
ardiri@...
Send Email
Apr 1, 2002
9:09 am
70929
Use MemPtrNew for allocating memory and MemPtrFree for deallocating. The rest of list processing is as usual. Georgi Kashev Webvisia ... From: "Jayakody,...
Georgi Kashev
georgi_kashev@...
Send Email
Apr 1, 2002
9:27 am
70930
I have set LstSetListchoices at the start when I am creating the list.(The list is created dynamically). Later on I hide the control .It gets displayed only...
Sajul P. Nandakumar
sajulpn@...
Send Email
Apr 1, 2002
1:28 pm
70931
I have a source BitmapType and wanna copy it to a *dest BitmapType. In other words: How can I copy the contents of a BitmapType into a BitmapType*????? ...
fabricio
fabricio@...
Send Email
Apr 1, 2002
2:01 pm
70932
Okay I've figured out a way around this issue but I still have no idea why exactly it's occuring. First of all "p" from the code below is declared as MemPtr...
Mark Biek
mark@...
Send Email
Apr 1, 2002
2:06 pm
70933
Sign up as a Palm developer and download the debug ROM images from the Pavilion. You can also buy a serial cradle for your 505 and download the ROM that way. ...
Dave Lippincott
dave@...
Send Email
Apr 1, 2002
2:31 pm
70934
I'm sure it real possible to post something to that thread that contains the words 'palm' and 'hand held' and not have come back and byte you in the butt. ... ...
Dave Lippincott
dave@...
Send Email
Apr 1, 2002
2:35 pm
70935
... Look up "pointer arithmetic" in any book on the C programming language. If p is a pointer to some type t, and i is an integer, then p += i increments p so...
Joe
free_email_account@...
Send Email
Apr 1, 2002
2:47 pm
70936
The compiler increments a pointer by the size of the object that the pointer is pointing to. So if it is a Char pointer, it gets incremented by 1 Char for ever...
Matt Hebley
snappersolutions_matt...
Send Email
Apr 1, 2002
3:03 pm
70937
... ^^^ I'd be very uncomfortable with this. What is the general opinion on this technique? ... Roger Stringer Marietta Systems, Inc. -- For information on...
Stringer
STRINGER@...
Send Email
Apr 1, 2002
3:12 pm
70938
... From the docs: "WARNING! Palm, Inc. does not support or provide backward compatibility for the BitmapType structure. Never access its structure members...
Joe
free_email_account@...
Send Email
Apr 1, 2002
3:42 pm
70939
Hi, I downloaded the version of the emulator available from Sony's developer website, which is 3.2 It works fine, except when I try to use Palm Reporter with...
Thomas Ward
support@...
Send Email
Apr 1, 2002
3:45 pm
70940
So I thank right, but used these functions wrong. I've tryied them, but it doesn't work well, POSE gives an error to me. I think I'm doing something wrong, of...
fabricio
fabricio@...
Send Email
Apr 1, 2002
3:59 pm
70941
Hi Jason, ... I suppose, the form that you return to would have st to do with the db validDBRef. If not, the order of the code shouldn't be a matter, I think. ...
ThuNguyet Nguyen
thunguyetng@...
Send Email
Apr 1, 2002
3:59 pm
70942
... Show us your code and tell us which line causes the error and which message POSE gives you. Then it will be easier to help you. ...
Joe
free_email_account@...
Send Email
Apr 1, 2002
4:13 pm
70943
... And you call LstSetDrawFunction at the same time? ... Fails in what way? Does the list appear blank, app crash, etc.? ... OS 3.5 and later calls the draw...
Scott Johnson
scjohnson@...
Send Email
Apr 1, 2002
4:20 pm
70944
... I assume that you're talking about coercing the pointers to ints. I think that it should work, but it really looks funny. There's no need to do it either,...
Dave Carrigan
dave@...
Send Email
Apr 1, 2002
4:33 pm
70945
Ok, here it is: ... // d.bmp is a BitmapType*, and r.bmp is a BitmapType BmpCopy(d.bmp,&r.bmp); ... void BmpCopy(BitmapType *dest, BitmapType *origem) { ...
fabricio
fabricio@...
Send Email
Apr 1, 2002
4:36 pm
70946
I would like to slightly modify the calendar dialog (SelectDayV10 function). The source is available but need the form resource. Is there a way to get this? ...
Ralph Krausse
rkrausse@...
Send Email
Apr 1, 2002
5:01 pm
70947
... hi you probably forgot to allocate memory to d.bmp. amit __________________________________________________ Do You Yahoo!? Yahoo! Greetings - send holiday...
Amit Agarwal
amitjagarwal@...
Send Email
Apr 1, 2002
5:21 pm
70948
Hi Everyone: Is there a way to detect the cradle event and launch an application with it? I have been able to trap the cradle event when my application is...
Jatin Sethi
jaysymbolpalm@...
Send Email
Apr 1, 2002
5:41 pm
70949
Run the Prefs app, select buttons from the drop down list then tap the button labeled 'Hotsync...' ... From: "Jatin Sethi" <jaysymbolpalm@...> ...
Dave Lippincott
dave@...
Send Email
Apr 1, 2002
7:13 pm
70950
To expand struct myrec { char name[10]; struct myrec *next; }; struct myrec *head=0; void insertFront(char * newNodeName) { struct myrec * newRec =...
Schettino, John
john_schettino@...
Send Email
Apr 1, 2002
7:15 pm
70951
I'm trying to write vertical scrolls in a determined table. I fill the table through the content of a structure in the form: typedef struct { UInt16 num; char...
Gonzalo Piano
gonzalo.piano@...
Send Email
Apr 1, 2002
7:29 pm
70952
Hi there, I believe I have searched the Palm web-site for the m130 ROM's, but couldn't find any. Apparently the only way for me to get my m130 ROM "image" to...
pete_cesarz@...
Send Email
Apr 1, 2002
7:36 pm
70953
... Ha ha, good April Fool's joke. -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see...
Scott Johnson
scjohnson@...
Send Email
Apr 1, 2002
7:43 pm
70954
Thanks Dave: I am aware of this. The problem in doing this is that the application would not get the event. It would be launched but the event would not be...
Jatin Sethi
jaysymbolpalm@...
Send Email
Apr 1, 2002
8:27 pm
70955
Any particular reason why you don't like this? I've used it in a number of different situations without issue. "Stringer" <STRINGER@...> wrote in...
Mark Biek
mark@...
Send Email
Apr 1, 2002
8:42 pm
Messages 70926 - 70955 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