... transparency in bitmaps was added in palmos 3.5 (i think) :P the pilrc sources assume that if you have color or better, you can have transparency. the...
Aaron Ardiri
maillist@...
May 1, 2003 8:18 am
87834
CtlGlueSetFrameStyle() does NOT work on the Tungsten C [but it works on every other Palm I tested, including the Tungsten T]. On the Tungsten C it generates a...
Paul Nevai
nevai@...
May 1, 2003 9:36 am
87835
Hi! ... I can't remember seeing this question being asked on this forum before, but here are some answers for Win2k users: 1. You need either the JDK 1.2, or...
Tilo Christ
tilo.christ@...
May 1, 2003 10:14 am
87836
Zire 71: Does it have Jpeg API as Sony has? -- -- For information on using the Palm Developer Forums, or to unsubscribe, please see...
Konstantin Klyatskin
klyatskin@...
May 1, 2003 11:10 am
87837
I need to access the image from the camera directly. Is there an API that allows access to the raw image? Jonathan Beck -- For information on using the Palm...
Jonathan R Beck
jbeck@...
May 1, 2003 11:37 am
87838
I guess the magic is in the StrNCopy. I had to declare a character variable of exactly the length of the new database without the null termination character....
Dave Mottorn
dmottorn@...
May 1, 2003 11:45 am
87839
Hello All, I am writing in regards to get a Palm consultant to do a Palm Application. We are a company located on South Florida, and we would like some one ...
Al Smith
snac3@...
May 1, 2003 1:19 pm
87840
Hi, I want to be able to detect whether a key being pressed has started to produce the repeat modifier. While I can sense whether a key is pressed with the ...
Mike McCollister
mikemccollister@...
May 1, 2003 1:21 pm
87841
Hi All, How to determine which button has been clicked in the Called Modal Dialog from Calling Modal Dialog? Explanation: I have TWO forms FormA and FormB....
Konduru, Ravi B (Inds...
Ravi.Konduru@...
May 1, 2003 1:39 pm
87842
Is there any why to get information about the rom using the emulator? In short, can I figure out what button I tapped or perhaps what buttons or other controls...
Ralph Krausse
rkrausse@...
May 1, 2003 2:07 pm
87843
I'm using CW 6 with the 4.0 SDK. Jason- ... http://www.palmos.com/dev/support/forums/ __________________________________ Do you Yahoo!? The New Yahoo! Search -...
Jason Simpkins
jsimpki@...
May 1, 2003 2:54 pm
87844
"Christy Davids" <davidsvisor@...> wrote in message news:122104@palm-dev-forum... ... Maybe gLeader is global and you don't have globals at this point? ...
Miron Ophir
_miron@...
May 1, 2003 3:15 pm
87845
Thank you all for your help so far. I'm still having trouble, but perhaps this will clarify where I'm going wrong. Based on various recommendations I installed...
David Beers
david@...
May 1, 2003 3:20 pm
87846
Can you run the class through Windows Explorer? I had a similar problem running PilRC-Edit from a command line from a jar file. Is ProView in a jar file? I...
Theodore Beisler
tedb@...
May 1, 2003 3:41 pm
87847
... that depends on the meta.inf :) the jar has to be programmed that way ... jar is based on tar. ... the best option is to write a .bat file to do this for...
Aaron Ardiri
maillist@...
May 1, 2003 3:51 pm
87848
... showing form? FrmGetNumberOfObjects then call FrmGetObjectID or FrmGetObjectType or FrmGetObjectPtr or FrmGetObjectPostion, you get the idea. Read the SDK...
Dave Lippincott
dave@...
May 1, 2003 4:03 pm
87849
... As to being able to detect the repeat modifier.. (e.data.keyDown.modifiers & autoRepeatKeyMask) As for determining if a key is held down.. Look in...
Chris Faherty
rallymonkey@...
May 1, 2003 4:37 pm
87850
... Since these are both static arrays of data, if you have the PC-relative data option enabled in CodeWarrior, then can't you just access this data without...
Ken Krugler
ken@...
May 1, 2003 4:42 pm
87851
... No, double-clicking on the main class within Windows Explorere doesn't do anything. And the classes are not in a jar file. If I run java -cp...
David Beers
david@...
May 1, 2003 4:49 pm
87852
Kewl thanks Dave. I was looking thru the emulator code and found much of what I am looking for execpt one. I am trying to get text of a button, field, trigger,...
Ralph Krausse
rkrausse@...
May 1, 2003 4:58 pm
87853
It occurred to me that I had my slashes going the wrong way and I tried getting rid of the space in the filename of my profiler results. Then I tried this,...
David Beers
david@...
May 1, 2003 5:02 pm
87854
... for ... well.. DUH! look at the command. java -cp {classpath} {file} what class are you telling java to execute? it doesn't know crap about the text file.....
Aaron Ardiri
maillist@...
May 1, 2003 5:06 pm
87855
... that ... yes, you dont know what your doing. anyone knows that Java isn't DOS/Windows based (its unix based). and, \ really needs to be \\. also -cp means...
Aaron Ardiri
maillist@...
May 1, 2003 5:08 pm
87856
... using \\ is only required if your using cygwin, a single \ does work from an MSDOS prompt. i would really recommend you write yourself a batch file to do...
Aaron Ardiri
maillist@...
May 1, 2003 5:12 pm
87857
It appears that the USB underpinnings of the Zire 71 are different than that of the Tungsten T even though they share the same USB product ID. In one of my...
Scott Gruby
scott-palm@...
May 1, 2003 5:40 pm
87858
Thanks for the help, Aaron. You can't say you weren't warned in the subject line of this thread. <g> Since I retired my old 8086 box ("Salesman: you'll be...
David Beers
david@...
May 1, 2003 6:05 pm
87859
Quick suggestion - run that line from DOS instead of the Run dialog box - that way, it shouldn't close as soon as it's done. :-) -C ... *clip clip* ...
Craig Belson
belsonc@...
May 1, 2003 6:14 pm
87860
When form B has a button pressed on it, FrmPopupForm will return the resource ID of that button. You can then handle it in form A. For example from FormA: ...
Brad Figler
BradF@...
May 1, 2003 6:18 pm
87861
Chris, Thanks for the info. That KeyCurrentStateEx() function will be very important, I'm sure. I sort of have something working but I have to do some more...
Mike McCollister
mikemccollister@...
May 1, 2003 6:30 pm
87862
... Wow! Thanks for pointing that out! I've never used CW, but I've inherited some code that was obviously created with it. The main file (that contained ...