Hi everyone, char * x; x = MemPtrNew(1); error = MemPtrResize(x, 29); when this executes, I get a memErrChunkLocked error. How? MemPtrResize is supposde to...
George Bassili
gab@...
Aug 1, 2002 7:15 am
76109
Hi Abhijit, it's not the first time you come with this question. Just for curiousity, how will the other app call your form? Something I don't understand... ...
Henk Jonas
jonash@...
Aug 1, 2002 7:29 am
76110
I had one of our applications running with a clock display on POSE as the time rolled over from Jul31, 2002 to Aug1, 2002 and noticed that the returned value...
Erik Blake
erik@...
Aug 1, 2002 9:02 am
76111
Hi listers, I come from a relational database programming background and am used to thinking of databases in terms of schema,columns,queries etc. Writing...
Deepesh Gujarathi
deepesh@...
Aug 1, 2002 11:07 am
76112
... or you can use a relational database library. Check www.penbase.com. Eric -- For information on using the Palm Developer Forums, or to unsubscribe, please...
Eric VERGNAUD
eric.vergnaud@...
Aug 1, 2002 11:24 am
76113
QUERY:- ... Well hi guys.I wanted to ask u something.Have u ever tried Infrared Beaming.I know the mechanism of beaming data using Exchange Manager from Palm...
ViKaS.LaKKaSheTTi
vikas.l@...
Aug 1, 2002 11:27 am
76114
... I view palm os db as follows: - tables correspond to pdb files. - rows correspond to records in pdb files. - palm os does not support segmentation of...
Holger Klawitter
palm@...
Aug 1, 2002 11:40 am
76115
... Or as a "type column". I'm using categories in one project to separate groups of similarly encoded records in a single database, so I effectively get up...
Brian Smith
avalon73@...
Aug 1, 2002 12:00 pm
76116
Hello list members, When I run gremlin on my application I get ERROR: UIAppShell (unknown version) called SysFatalAlert with the message: "SystemMgr.c,...
Joseph Jude
jjudes@...
Aug 1, 2002 12:07 pm
76117
See: http://www.escribe.com/computing/pcpqa/m46010.html ... -- For information on using the Palm Developer Forums, or to unsubscribe, please see...
Mike Shubeck
mike@...
Aug 1, 2002 2:04 pm
76118
the palm supports ir syncing anyway. all you have to do is write a conduit. or in case you dont really want to hotsync it, you gotta write a server app for...
Markus Dresch
markus@...
Aug 1, 2002 2:22 pm
76119
Hi, can one set a form's position at runtime? It was suggested earlier by Sasha Avanesov to get the WinPtr and set the windows position using "=". This is...
Werner Poschenrieder
WP@...
Aug 1, 2002 2:26 pm
76120
... Yes, but there's no guarantee that you'll be able to resize the locked chunk bigger (there could be something after the locked chunk). You can, however,...
Neil Rhodes
neil@...
Aug 1, 2002 2:41 pm
76121
hello, I have made two application with codewarrior 8.0 and I would like in one of this application to launch the other one when we push a button. I don't want...
helene.sadus@...
Aug 1, 2002 2:58 pm
76122
... The problem is the call to DmGetNextDatabaseByTypeCreator. You pass NULL for the type, when you really should pass sysFileTApplication. It is likely that...
Ben Combee
bcombee@...
Aug 1, 2002 3:19 pm
76123
In article <92719@palm-dev-forum>, WP@... says... ... Before displaying the form, use FrmGetWindowHandle to get the WindowHandle for the form, then...
Ben Combee
bcombee@...
Aug 1, 2002 3:22 pm
76124
Hi Can any one tell me how to access the deskop database through web clippings ? And what server I have to use for web clippings. I am new for this technology....
Vinay Vinay
vinspalm@...
Aug 1, 2002 3:28 pm
76125
hd 0 is a console command of the palm debugger (look into Dev_Tools_Guide.pdf) and makes a dump list of the heap's chunks which includes the owner ids. I ...
Werner Poschenrieder
WP@...
Aug 1, 2002 3:37 pm
76126
well,,nope,,I dont get anything drawn..what I have is this.. case GraphDisplayButton: { int n,y; double x; for (n = 0; n < 180; n++) { x = 4 * n *(RADDEG); y =...
Al Smith
snac3@...
Aug 1, 2002 3:46 pm
76127
... Web clippings/PQAs connect to a web server. How your web server connects to a database is dependent on the technology you have access to. It's not in any...
Oliver
ocspub@...
Aug 1, 2002 5:00 pm
76128
I need to write a variable length byte stream to a record from my conduit. I open or create a database but SyncWriteRec always fails with ...
Alexander Galkin
agalkin@...
Aug 1, 2002 5:09 pm
76129
Hi, I am using CW for Palm OS V8 updated to V8.3. I want to have 'LIST' object in my application with 2- 3 items displayed when the user selects the Pop-up ...
Ammi Aithal
ammyprak@...
Aug 1, 2002 5:21 pm
76130
Hi My app requires that the recs and the app are not beamed to other devices. In order to achieve that i set the dmHdrAttrCopyPrevention attribute in...
Sridhar Venkataraman
sridhar_v@...
Aug 1, 2002 5:23 pm
76131
Never mind. I figured out to add items statically. For those who might face the same problem, refer http://www.palmos.com/dev/support/docs/recipes/lists.html ...
Ammi Aithal
ammyprak@...
Aug 1, 2002 5:29 pm
76132
In your project settings, Under Linker -> Palm Rez Post Linker, enable 'Set Copy -prevention bit' checkbox. This should help. Regards. ... wrote: > Hi ... ...
Ammi Aithal
ammyprak@...
Aug 1, 2002 5:34 pm
76133
From: George Bassili [mailto:gab@...] ... Yes -- MemPtrResize does work only on locked chunks, but it isn't guaranteed to always work....
Scott Johnson
scjohnson@...
Aug 1, 2002 5:36 pm
76134
It's not very nice to close it if the other app thinks it's open... ... From: Matt Hebley [mailto:contact.matt@...] Sent: Wednesday, July 31,...
Kevin OKeefe
kokeefe@...
Aug 1, 2002 5:40 pm
76135
Sridhar, ... For the record, realize that it is up to applications which perform beaming to honor the setting of the copy protection bit. The application...
Douglas Handy
dhandy1@...
Aug 1, 2002 5:59 pm
76136
Hello Everyone, how do you rotate text in the constructor, or even better how do you rotate forms? thanks ...
Al Smith
snac3@...
Aug 1, 2002 6:37 pm
76137
Instead of using PalmDebugger to do an "hd 0" command, you might also try the Palm OS 5 Simulator. It has a nice window which displays the contents of the...