What's the purpose of virtual function tables? Does null function belong to virtual function? Could you give me url linking about your whitepaper on this ...
zhiwen chen
zhiwenchen@...
Nov 1, 2002 8:26 am
79708
it's in the SystemManager: SysKeyboardDialog Henk ... -- ... metaview@... www.metaviewsoft.de <A...
Henk Jonas
jonash@...
Nov 1, 2002 9:03 am
79709
"Scott Gruby" <scott-palm@...> wrote in message news:99760@palm-dev-forum... ... Could you tell me which notification this is - I've gone up and down the...
Matthew Faupel
palmos@...
Nov 1, 2002 9:05 am
79710
Hi Brad, Thanks for your info. I don't think I use much of the global. I used a new project with a form and a button, and nothing else. Do you have any idea if...
Garry Chiang
garry_npm@...
Nov 1, 2002 9:52 am
79711
... Me too. ... I too got my TT yesterday. This is my first color device so this is great!!! When I put my device into 16-bit mode my icons treat the...
Mike McCollister
mikemccollister@...
Nov 1, 2002 1:30 pm
79712
Richard: I do not see anything obviously wrong with your code. I do note that it uses globals, so I hope that neither routine is called at a time when globals...
Robert McKenzie
Robert.McKenzie@...
Nov 1, 2002 1:50 pm
79713
Do you encounter differences regarding SmPlayRessource() between the Tungsten T and the simulator? Henk ... -- ... metaview@......
Henk Jonas
jonash@...
Nov 1, 2002 2:15 pm
79714
Henk, ... I've never tried that on either. Mike __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now ...
Mike McCollister
mikemccollister@...
Nov 1, 2002 2:19 pm
79715
Try http://www.metrowerks.com/pdf/Expanded_Mode.pdf for the whitepaper and http://www.palmoswerks.com/2001/10/15 from Ben's site (though there are a lot of...
Heather Tufts
htufts@...
Nov 1, 2002 2:31 pm
79716
hi,all when I use windrawchars() to draw chars on background,a white rectangle is default under chars! How to draw chars on background bitmap and erase the...
dpl swift
dplswift@...
Nov 1, 2002 2:44 pm
79717
The Palm OS reference states that AlmSetAlarm can return two different errors, one for insufficiant memory and one when the alarm table is full. What would it...
Eric Potter
epotter@...
Nov 1, 2002 2:50 pm
79718
Hi, We are using the BitmapRsrc routines to create V2 and V3 bitmaps structures that we can store to and restore bitmaps from database etc. e.g:- bitmapP =...
Steve Bennett
steve@...
Nov 1, 2002 3:11 pm
79719
Search the group archives... http://groups.yahoo.com/group/palm-dev-forum/message/58483 ... From: "dpl swift" <dplswift@...> Newsgroups: palm-dev-forum To:...
Dave Lippincott
dave@...
Nov 1, 2002 4:18 pm
79720
... But you can't guaranteed that your app will receive the notification. Another app could chew the notification. So if you have more than one app Registered...
Danny Wong
DWON@...
Nov 1, 2002 4:33 pm
79721
thanks Louis - that sounds very promissing. I have a few MS Access tables that I will need for my palm apps. The database converter from Appforge is such a ...
christy
christy888888889@...
Nov 1, 2002 5:16 pm
79722
Hi, Dave, thanks for the pointer, I have another question, I am using the Kyocera 6035 and Palm MdmDial function to connect to the remote site, it works fine...
Larry
larry@...
Nov 1, 2002 6:31 pm
79723
Hi, I'm trying to dynamically set a field's underlined attribute. When I do this I get errors using POSE. I get the following error: 1) The app just wrote to...
Jason Tingle
Tingle_Jason@...
Nov 1, 2002 7:34 pm
79724
After some additional thinking, I wanted to add more information on the topic. While using a non-HD font, this entire scenario works fine, it's only when using...
Bill Andreozzi
billandr@...
Nov 1, 2002 7:36 pm
79725
You haven't allocated storage for the attributes you are getting and changing. Try this instead: FieldAttrType attr; . . FldGetAttributes(fld, &attr); JB @...
JB Parrett
jbp@...
Nov 1, 2002 7:43 pm
79726
In article <99814@palm-dev-forum>, Danny Wong <DWON@...> ... Excellent point. The stuff I've written, I've registered as the highest priority...
Scott Gruby
scott-palm@...
Nov 1, 2002 9:28 pm
79727
Hi All ! I have some troubles with MemHandleNew ! UInt32 tb_size = StrLen(MyStr); UInt8* tb; MemHandle tb_h = MemHandleNew(tb_size); // here is the problem ! ...
averoes
ybenammou@...
Nov 1, 2002 9:55 pm
79728
We are getting ctlEnterEvents to draw the "Cancel" button on a progress dialog, in our main event loop AFTER we have called PrgStopDialog (and after the...
Greg Rivera
greg.rivera@...
Nov 1, 2002 10:07 pm
79729
tb_size is around 4 * 10^9 which is 4 GByte, or I'm wrong? What handle shall the system return? You better check for a NULL handle and go with it. Henk ... -- ...
Henk Jonas
jonash@...
Nov 1, 2002 10:36 pm
79730
I would like to programmatically popup a menu when a user taps on the upper part of my form. This is my title area, although not a true title resource, thus...
Frank Ruiz, MD
fruiz@...
Nov 1, 2002 11:15 pm
79731
It seems this may be the root of my HD font problems. How do I create a double-density off-screen window? (by using 320x320 diminsions?) I typically create an...
Bill Andreozzi
billandr@...
Nov 1, 2002 11:27 pm
79732
a) (caveat: I hate hacking timing sensitive problems, because I can't tell if I've actually solved it, or just temporarily hid it for this test case ...) b)...
Greg Rivera
greg.rivera@...
Nov 2, 2002 12:34 am
79733
I did figure out that I needed to use nativeFormat instead of genericFormat. I notice that the sdk states that you must use the graphic apis on this type of...
Bill Andreozzi
billandr@...
Nov 2, 2002 12:43 am
79734
Still working away on this: It seems I'm having trouble working back and forth from the nativeFormat off-screen window (setting coordinates to double) and the...
Bill Andreozzi
billandr@...
Nov 2, 2002 1:32 am
79735
After some additional testing: If I create an OffScreen window with screenFormat and use a DD font, I get a half-sized gliph, but at least everything for the...
Bill Andreozzi
billandr@...
Nov 2, 2002 1:42 am
79736
Hi all I am have two lists and one scrollbar in a form. I want to scroll both lists samutaniouly up and down same no of items using the external scrollbar. I...