"Danny Epstein" <Danny.Epstein@...> wrote in message news:77662@palm-dev-forum... ... application was ... Ah, of course, that makes sense - I am...
Mark A. Peters
mapeters@...
Feb 22, 2002 10:30 pm
68848
"Terry Dennis" <tedennis@...> wrote in message news:77653@palm-dev-forum... ... accomplish ... to? ... Call it curiosity ... it's not like I'm...
Richard M. Hartman
hartman@...
Feb 22, 2002 10:35 pm
68849
... No problem - just dump a modified version of the app onto the beam station. As far as it's concerned, it's just an arbitrary file. It doesn't care whether...
Danny Epstein
Danny.Epstein@...
Feb 22, 2002 10:48 pm
68850
I can't comment on what the future holds, as I really don't know. What I will say is that you're quite right when you describe how the OS and applications were...
Peter Epstein
Peter.Epstein@...
Feb 22, 2002 11:22 pm
68851
... Can you go into a bit more depth of the term "hide"? What exactly are you "hiding", and what is the technical hurdle that necessitated closing it off from...
David A. Desrosiers
hacker@...
Feb 22, 2002 11:59 pm
68852
I'm really not the right person to answer your questions, and I'm sure I'll make some mistakes, but here goes anyway... The decision to disallow access to...
Peter Epstein
Peter.Epstein@...
Feb 23, 2002 12:09 am
68853
... IrDA. This really belongs on comm-dev-forum. Which version of Palm OS and which version of Windows? Which IrDA protocol do you want to use? ... I can't...
Danny Epstein
Danny.Epstein@...
Feb 23, 2002 12:17 am
68854
What? No one found the problem? So much for peer code reviews.... :-) Steve Lemke provided me the hint. The problem is with "sysTicksPerSecond". This is...
Keith Rollin
keith.rollin@...
Feb 23, 2002 12:18 am
68855
... Perhaps the two-second timeout theory comes from AppNetTimeout, which is defined to be two seconds by default. However, that's a NetLib/sockets...
Keith Rollin
keith.rollin@...
Feb 23, 2002 1:02 am
68856
I have a legacy app that uses a special font for some of its controls. Back then, I implemented this by defining the resource as having font 0, then in the app...
Dave Carrigan
dave@...
Feb 23, 2002 1:09 am
68857
... Good God. "Hide" here doesn't mean closing things off from public view. It means hiding implementation behind defined interfaces, so that it's hidden from...
John Marshall
johnm@...
Feb 23, 2002 1:39 am
68858
... AIA for the OT remark: This is classic hyperbole and wishful thinking, probably by an open source afficionado. Most all major corporations throughout the...
Joe
free_email_account@...
Feb 23, 2002 1:50 am
68859
... Hey, I thought you were being rhetorical! __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic...
Joe
free_email_account@...
Feb 23, 2002 1:58 am
68860
Thanks Joe. Just what I was looking for. I should say that I am not only new to programming for palm, but also in C. Thanks for your help. That was very ...
Scott Mebberson
scott@...
Feb 23, 2002 2:28 am
68861
I'm kind of glad I posted that method since it made me take another look at it. Turns out there's a much better way to do it. Here's the new implementation: ...
CausticMango
samuelwford@...
Feb 23, 2002 2:31 am
68862
... Most major corporations are regularly exploited externally and internally on a regular basis because of insufficient security measures at the application,...
David A. Desrosiers
hacker@...
Feb 23, 2002 3:00 am
68863
... Then call it abstraction. You know how I'm going to react to the word "hide" anyway ;-) ... We agree. -- For information on using the Palm Developer...
David A. Desrosiers
hacker@...
Feb 23, 2002 3:03 am
68864
I posted the following message on 2/21/2002 (subject: PalmSim / 5.0 ??) **** START REPOST This code has been running perfectly fine on Palm OS 3.1 through 4.0...
Terry Dennis
tedennis@...
Feb 23, 2002 3:28 am
68865
Hello, I'm testing our apps on POSER 3.4 against multiple device ROMs all which report running sysFtrNumROMVersion = 0x03523000, specifically Visor Prism & ...
George Aslanis
gaslanis@...
Feb 23, 2002 5:48 am
68866
... send me another diff.. and, i'll put it in.. i believe i also changed some of your code to get it working under win32 (it worked fine under solaris) :P //...
Aaron Ardiri
ardiri@...
Feb 23, 2002 6:08 am
68867
... Another term that is often used is "information hiding", which is somewhat different from abstraction. When the term "hide" is used in connection with...
Jim Cooper
jcooper@...
Feb 23, 2002 9:49 am
68868
hi, i am working on palm development. i m doing a project on localisation of palm. i need to develope hindi graffiti. i guess, i ll be needing the graffati...
siddharth saxena
picasso0072001@...
Feb 23, 2002 10:52 am
68869
... the ... wonderful ... Which ... testing ... could ... any ... Write ... So, ... function. ... ?? I'll forward this on to our debugger engineer, but I don't...
Ben Combee
bcombee@...
Feb 23, 2002 11:01 am
68870
Hello Jim, I was unable to prevent myself from this remark :) ... No, standard C++ compiler *should not* know the size of the object or the structure in order...
Alexander Horoshilov
hor@...
Feb 23, 2002 11:53 am
68871
... Sure, and this works also in C, not only C++. Declaring a pointer to an unknown structure is a technique fundamental to information hiding in C. Too often...
Marco Pantaleoni
panta@...
Feb 23, 2002 12:12 pm
68872
Hi everyone, I have a gadget and 4 grouped push buttons. Why is it that whenever I insert the pendownEvent, I could not get a respond from the either 4 of the...
Low Pui Kuen
lpquangt@...
Feb 23, 2002 12:15 pm
68873
Hi everyone, I really need your help urgently!!! Could anyone help or advise me what to use for tapping and drawing the gadget? I am quite new to using the...
Low Pui Kuen
lpquangt@...
Feb 23, 2002 1:30 pm
68874
Does someone have a short snippet of code that pops up an alert box as a notification that allows the user to cancel, but that disappears once the work it's...
Harry Ohlsen
harryo@...
Feb 23, 2002 1:49 pm
68875
Harry, ... network ... Look up the Progress Manager in your documentation, it displays a progress dialog as you want. Christian Falch.net DeveloperStudio for...
Christian Falch
christian@...
Feb 23, 2002 2:03 pm
68876
re: When we load an app onto a device for debugging, we lock the database so it won't move and affect the mapping of memory addresses to functions. Makes sense...