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 79707 - 79736 of 92429   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
79707
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@...
Send Email
Nov 1, 2002
8:26 am
79708
it's in the SystemManager: SysKeyboardDialog Henk ... -- ... metaview@... www.metaviewsoft.de <A...
Henk Jonas
jonash@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Amit Solanki
amit@...
Send Email
Nov 2, 2002
3:28 am
Messages 79707 - 79736 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