Palm OS 4.0: incoming SMS

2002-03-27 Thread Alan Su
Hi! What should I do in order to register an application for incoming SMS? Thanks, Alan _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscrib

RE: Fixing 16-bit reference out of range errors

2002-03-27 Thread Ben Combee
In article <81728@palm-dev-forum>, [EMAIL PROTECTED] says... > > Sharing global variables between segments doesn't require anything special > on your part. However, if you break your code up into multiple compilation > units, you have to get the compiler and linker to share global variables > bet

Re: Debugging multiple segment application

2002-03-27 Thread Ben Combee
In article <81760@palm-dev-forum>, [EMAIL PROTECTED] says... > > I just started a multi-segment app today and I am having the same problem. No >breakpoints will work - and now I get "Object > Not In Form" on objects I see in constructor and I see in the header file. > > I am going nuts here.

Re: Compiling .rsrc files

2002-03-27 Thread Rakesh D. V
Hi, If anybody has some idea about this please help. I have an urgent requirement for this. Thanks, - Rakesh. ~~~ Rakesh D. V Member of Technical Staff, Persistent Systems Pvt Ltd, Pune - INDIA. Phone: +91-20 5678900 ext 159 Email ID: [EMAIL PRO

Re: Why are my accented string resources altered?

2002-03-27 Thread Ben Combee
In article <81800@palm-dev-forum>, [EMAIL PROTECTED] says... > > Hi, > > Stupid problem time. I'm using stringlist resources containing > accented characters. These are generated from a database in the > form of .r files which are then (as I understand) compiled by > Rez to create resources.

Why are my accented string resources altered?

2002-03-27 Thread Chris Tutty
Hi, Stupid problem time. I'm using stringlist resources containing accented characters. These are generated from a database in the form of .r files which are then (as I understand) compiled by Rez to create resources. The problem is that the accented characters are being 'converted' in the pr

Re: Power off progrmaticaly

2002-03-27 Thread Christophe HOCMAN
Hello... I've try this first : EventType evtStop; //... MemSet(&evtStop, sizeof(evtStop), 0); evtStop.eType = keyDownEvent; evtStop.data.keyDown.chr = powerOffChr; EvtAddEventToQueue (&evtStop); but it do nothing Then someone tell me to try : EvtEnqueueKey(vchrPowerOf

Re: Dynamic UI

2002-03-27 Thread Joseph Chan
Thanks Anton, I want to ask one more question. Why the links are underlined and can be push like a button? Thanks Joseph Chan "Anton" <[EMAIL PROTECTED]> ???:[EMAIL PROTECTED] > > 1.Write a text with WinDrawChars > 2. Save position of written text in a structure, for variables or > Rectangl

Re: Large Debugger Downloads Fail Randomly on Handspring

2002-03-27 Thread Ben Combee
In article <81680@palm-dev-forum>, [EMAIL PROTECTED] says... > > My application is over 200k. Smaller applications work fine. I am using a > Handspring Visor and a serial cradle. I have tried the DebugPref.prc to for > serial and holding the up button during download. Both fail in the same way. >

Compiling .rsrc files

2002-03-27 Thread Rakesh D. V
Hi Guys, I am trying to compile the Mail application (Source code from Palmos.com.) But the resource files that it uses is .rsrc file format. Is there a way to compile .rsrc files "without using Codewarrior" since I dont have a licensed copy of CodeWarrior. The limited version of CodeWarrior I ha

Facing Problem in Constructor

2002-03-27 Thread Shoeb
Hi all, I'm using Code Warrior 7.0 for Palm development. When I try to open any resource file with the constructor tool, it gives a flash and disappears, after that the constructor becomes irresponsive and has to be closed using Windows "Close Program". Can anybody help me out to solve this prob

RE: Link for downloading GNU PRC Tool

2002-03-27 Thread Shoeb
Thanks :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rakesh D. V Sent: Thursday, March 28, 2002 11:31 AM To: Palm Developer Forum Subject: Re: Link for downloading GNU PRC Tool Here is a better link :) http://www.palmos.com/dev/tools/gcc/ ~~~

Re: Bus error in FrmCloseAllForms?

2002-03-27 Thread Ben Combee
In article <81608@palm-dev-forum>, [EMAIL PROTECTED] says... > > It's written in pure "C", not C++, so no custom destructors. FWIW, it is a > multi-segment app, linked with the MSL Runtime Palm OS (2i).Lib for runtime. > The startup code is first in the segment list, and is in the same segment a

Re: Link for downloading GNU PRC Tool

2002-03-27 Thread Rakesh D. V
Here is a better link :) http://www.palmos.com/dev/tools/gcc/ ~~~ Rakesh D. V Member of Technical Staff, Persistent Systems Pvt Ltd, Pune - INDIA. Phone: +91-20 5678900 ext 159 Email ID: [EMAIL PROTECTED] ~~

Re: Link for downloading GNU PRC Tool

2002-03-27 Thread Rakesh D. V
Hope this helps. http://www.ardiri.com/index.php?redir=palm&cat=devkit&subcat=install ~~~ Rakesh D. V Member of Technical Staff, Persistent Systems Pvt Ltd, Pune - INDIA. Phone: +91-20 5678900 ext 159 Email ID: [EMAIL PROTECTED] ~~

Link for downloading GNU PRC Tool

2002-03-27 Thread Shoeb
Hi, Can anyone mail me the link for downloading GNU PRC Tool ? Thanks in advance :-) Shoeb -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: TimGetSeconds Conversion

2002-03-27 Thread Oliver Steinmeier
> given some of the discussions I've watched > here recently, I guess I should have known better. Well... most of us probably come here to discuss things related to Palm programming (I at least go to other places to discuss other things). In any case, when I face a similar problem, I tend to go

RE: prc-tools (Testing?)

2002-03-27 Thread Mike Davis
A couple of things. 1) My b20 version of cygwin put somethings in the "program files" folder and something at c:\cygwin but the latest version that installs from the internet does not. So, when I specified c:\cygwin, it put everything there. 2) I'm not sure what the purpose of the *.bat fi

Re: Palm Application to send AT commands

2002-03-27 Thread Chris Tutty
From: <[EMAIL PROTECTED]> > I have to build a Palm application by means of J2ME (using the Java connection > framework...) that will send AT commands via infra-red to a mobile phone in > order to get CELL ID/signal information. > I'm heavily involved in implementing GSM-based apps so, while I can'

Re: TimGetSeconds Conversion

2002-03-27 Thread Bradly J. Barton
> --- "Bradly J. Barton" <[EMAIL PROTECTED]> wrote: > > Does anyone have source that does the same thing as > > TimSecondsToDateTime? (Convert the number of seconds > > since 12:00am January 1, 1904 into a more usable > > structure?) I need it for a non-PalmOS Platform.. > > I seem to recall wri

RE: prc-tools (Testing?)

2002-03-27 Thread Brian Ku
Here's what my cygnus.bat looks like: @ECHO OFF SET MAKE_MODE=UNIX SET PATH=c:\cygnus\CYGWIN~1\H-I586~1\bin;c:\PalmDev\pilrc;c:\Program Files\PRC-TOOLS\H-i586-cygwin32\bin;%PATH% Bash Hope this helps! I installed everything into their default locations. Brian -Original Message- From:

Re: TimGetSeconds Conversion

2002-03-27 Thread Joe
--- "Bradly J. Barton" <[EMAIL PROTECTED]> wrote: > Does anyone have source that does the same thing as > TimSecondsToDateTime? (Convert the number of seconds > since 12:00am January 1, 1904 into a more usable > structure?) I need it for a non-PalmOS Platform.. I seem to recall writing that c

RE: prc-tools (Testing?)

2002-03-27 Thread Mike Davis
Ok, I tried the installation all over. I am using Win98 OS. I reinstalled the full cygwin, in directory c:\cygwin. I had already installed the prc-tools, in c:\PalmDev. I have placed the 3.5 SDK in the c:\PalmDev folder I have copied the hello program below to a folder. I set the path to poi

more

2002-03-27 Thread Laurence Courdier
I contacted the following: Cal Academy of Science: http://www.calacademy.org/events/rental/Index.htm Irish Cultural center http://www.angelfire.com/mn/sfirish/ YMCA http://www.ymcasf.org/Mission/facilities.html there is a school break right now so i am not sure I will get a reply this week

TimGetSeconds Conversion

2002-03-27 Thread Bradly J. Barton
Does anyone have source that does the same thing as TimSecondsToDateTime? (Convert the number of seconds since 12:00am January 1, 1904 into a more usable structure?) I need it for a non-PalmOS Platform.. Thanks -- Bradly J. Barton - [EMAIL PROTECTED] Jenies Technologies Incorporated (97

Re: PRC-Tools distribution (was: pilrc -ro usage)

2002-03-27 Thread John Marshall
On Wed, Mar 27, 2002 at 05:57:00PM +, Chris Ring wrote: > So that brings up an interesting general topic, maybe I just don't > understand how PRC-Tools install works. I'm new to Palm's development > tools, so forgive me if I could have RTFM somewhere... (You mean "Palm OS development tools",

Re: Debugging multiple segment application

2002-03-27 Thread Edward P. Ross
I just started a multi-segment app today and I am having the same problem. No breakpoints will work - and now I get "Object Not In Form" on objects I see in constructor and I see in the header file. I am going nuts here. I am using Windows 98 with Codewarrior 8.0. Ed. Matt Hebley wrote: > H

RE: Debugging multiple segment application

2002-03-27 Thread Brian Smith
On Wed, 27 Mar 2002, Peter Epstein wrote: > I've never had any problem with this. I've done lots of multi-segment > app debugging on Macs, but all using the old R6 version of CodeWarrior > (don't ask). Sorry, I know that's little help. I've personally had trouble with that with gdb... the stack

RE: prc-tools (Testing?)

2002-03-27 Thread Mike Davis
I am going to try that as soon as I get home. Thanks, Mike > There's a simple Helloworld project with a PRC-Tools makefile that > should work at http://tangentsoft.net/palmfaq/examples/hello.html > > Chris Ring > Software Engineer > Texas Instruments > > > -Original Message- > > From:

Re: Multi-Segment Apps - Question

2002-03-27 Thread Mike Davis
I never said it was a bug. In fact the instructions say that this can happen. I was just pointing out what I have done and where I was at. No, I guess I'll just drop the matter. Maybe someone that is not tired of answering questions can help out. It gets a little tiresome geting flippant

Re:Installing/Deleting PRC

2002-03-27 Thread Venugopal B
Hi all, Thanks a lot guys for all of ur suggestions. I wrote some start up code in the PRC whenever there is a SyncLaunchCmd notification(as per Danny's suggestion). I looked for the database version, deleted them if they do not match with the current version.And it works great. Thanks again. V

Re: Large Debugger Downloads Fail Randomly on Handspring

2002-03-27 Thread Steve Mann
>My application fails to download to the Visor consistently. It will start >downloading and somewhere during the download process the connection fails >and says "Failed to download application to device". Maybe the PRC is bad. Can you successfully drag it onto POSE when POSE is running? Regards

RE: Debugging multiple segment application

2002-03-27 Thread Peter Epstein
I've never had any problem with this. I've done lots of multi-segment app debugging on Macs, but all using the old R6 version of CodeWarrior (don't ask). Sorry, I know that's little help. -- Peter Epstein -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

RE: Debugging multiple segment application

2002-03-27 Thread Matt Hebley
Hi Peter Yep, got a dot! The debugger won't stop at breakpoints when the file is not in the first segment. However, when I move it to the first segment (still has a dot) I can debug it. While the debugger is running, the breakpoints that I set before I ran the app are dim, and I cannot set ne

Problem with GCC and C++ 'new' operator

2002-03-27 Thread Igor Siemienowicz
Hi everyone, I'm developing an app in C++ with PRC tools.5. I have an inheritance hierarchy that works fine until I add a third inherited class. Then, when I try to use 'new' with one of the derived classes, I get an 'invalid opcode' from the emulator. It looks something like this: class BaseCla

RE: Debugging multiple segment application

2002-03-27 Thread Peter Epstein
Make sure the dot is there in the debug column for each of your .c files in your project window. Look for the little green bug, then scan down that column. Click where the dot should be to add a dot. -- Peter Epstein -- For information on using the Palm Developer Forums, or to unsubscribe, plea

Debugging multiple segment application

2002-03-27 Thread Matt Hebley
I recently converted an app to multiple segment. This took about 3 seconds after reading http://oasis.palm.com/dev/kb/papers/1469.cfm (Thanks to whomever wrote this!) I was thinking this was too easy. Now I find I can't debug functions outside the first segment. Searching the forum, I found on

Re: Font Resource Format

2002-03-27 Thread Lance Gregory
I have now gotten all setup with pilrc. I am trying to use pilfont. it takes a binary file, and in the readme.txt it says to extract a binary font file from the ROM. How do I do this? I have looked at the files in the ROM and can't see any font files in there. Are they embedded in some other PRC?

Re: Multi-Segment Apps - Question

2002-03-27 Thread John Marshall
On Wed, Mar 27, 2002 at 11:37:00AM -0500, [EMAIL PROTECTED] wrote: >>> Is there a good description for setting all this up, as if I was >>> doing it for the first time? Where? [...] > I don't find the tools hard to find. I also don't find the setup hard to > follow. Perhaps then you could expla

Re: prc-tools (Testing?)

2002-03-27 Thread ipscone
> On Wed, Mar 27, 2002 at 04:31:23PM -0500, [EMAIL PROTECTED] wrote: >>> Have you read any of the messages in the archives of this mailing >>> list from a year or two back pertaining to installing the 3.5 SDK for >>> use with prc-tools? >> >> Yes! > > Because it's you, I'll just tell you which on

Re: Dynamic UI

2002-03-27 Thread dan mason
If you're going to use WinDrawChars, yeah, but if you want to use a frameless button, you need to define the font, I think? -d On 27 Mar 2002, Jake Donham wrote: > "dan" == dan mason <[EMAIL PROTECTED]> comments: > > dan> You have to define an underlined font. [...] > > Or you can use Win

plug-ins for mail software

2002-03-27 Thread Laurence Courdier
Has anybody on this list programmed plug-in for mail? If yes have you done one for wml attachement (that would allow a user to be notified to go to a wml site)? thanks laurence -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/sup

Re: prc-tools (Testing?)

2002-03-27 Thread John Marshall
On Wed, Mar 27, 2002 at 04:31:23PM -0500, [EMAIL PROTECTED] wrote: >>> c:\PalmDev\SDK3.5 (for the SDK) >> >> Did you read the installation instructions that came with this SDK? > > Yes! Read them again. >> Have you read any of the messages in the archives of this mailing list >> from a year or

Re: Dynamic UI

2002-03-27 Thread Jake Donham
"dan" == dan mason <[EMAIL PROTECTED]> comments: dan> You have to define an underlined font. [...] Or you can use WinSetUnderlineMode(). Jake -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: prc-tools (Testing?)

2002-03-27 Thread John Marshall
On Wed, Mar 27, 2002 at 02:34:17PM -0500, [EMAIL PROTECTED] wrote: > I have never tested this installation, from the command line. That would > require making a makefile for my application; something that I don't look > forward to. No makefile required, just a little imagination. > Is there an

Re: Font Resource Format

2002-03-27 Thread John Marshall
On Wed, Mar 27, 2002 at 09:02:33PM +0100, Aaron Ardiri wrote: > a lot of people use PilRC in one way or another, either in > prc-tools or even as a plugin to code warrior.. *with* prc-tools, not "in". PilRC is not part of prc-tools, though it is often used in conjunction with prc-tools.

Re: prc-tools (Testing?)

2002-03-27 Thread ipscone
> On Wed, Mar 27, 2002 at 02:34:17PM -0500, [EMAIL PROTECTED] wrote: >> Then, I copied my SDK3.5 to the PalmDev folder (on a Win98 system). >> My directory structure is: > [...] >> c:\PalmDev\SDK3.5 (for the SDK) > > Did you read the installation instructions that came with this SDK? Yes! > Have

RE: Fixing 16-bit reference out of range errors

2002-03-27 Thread Peter Epstein
If you use the small code model for your multi-segment app, and you arrange your code into segments in a logical way, the number of slow calls from one segment to another will be low, and the performance will be good. A large single segment application that uses the smart or large code model will

Re: prc-tools (Testing?)

2002-03-27 Thread John Marshall
On Wed, Mar 27, 2002 at 02:34:17PM -0500, [EMAIL PROTECTED] wrote: > Then, I copied my SDK3.5 to the PalmDev folder (on a Win98 system). My > directory structure is: [...] > c:\PalmDev\SDK3.5 (for the SDK) Did you read the installation instructions that came with this SDK? Have you read any of

RE: Fixing 16-bit reference out of range errors

2002-03-27 Thread Peter Epstein
Re: the #pragma segment call Thanks. I guess this is one of those things that was added in the last century - uh - few years ;-) -- Peter Epstein -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Fixing 16-bit reference out of range errors

2002-03-27 Thread Ed Ross
I've broken my project into two pieces, read the slides for "Designing...non-simple apps". I am curious about performance issues. I am grouping things that are related in the two segments and I know that there are extra steps, or jumps that have to be called between segments. 1.) For people

Re: Dynamic UI

2002-03-27 Thread dan mason
You have to define an underlined font. Why there isn't one included with the OS, I'll never know. Look up something like Pilot Font Editor, which will allow you to load a font resource, edit the characters, and save it, and then you can use FntDefineFont to load it. There's also a PRC floating

RE: Fixing 16-bit reference out of range errors

2002-03-27 Thread Heather Tufts
> multiple segments just to avoid this headache. If you have > one monolithic .c > file, then changing the link order is a much bigger job, as > CodeWarrior > doesn't support specifying the link order within a compilation unit. Just wanted to correct this -- this isn't quite true. The #pragma s

RE: Dynamic UI

2002-03-27 Thread Craig Austin
You could just use a non-editable field, then look for a fldEnterEvent to know when it has been clicked. (An underlined field looks like a link). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Joseph Chan Sent: Wednesday, March 27, 2002 1:06 PM To: Palm

Re: Dynamic UI

2002-03-27 Thread Joseph Chan
But how they write an underline to the link? "Anton" <[EMAIL PROTECTED]> ???:[EMAIL PROTECTED] > > 1.Write a text with WinDrawChars > 2. Save position of written text in a structure, for variables or > RectangleType . > 3. Handle penDownEvent. Check out whether the pen is tapped in this > rec

RE: prc-tools (Testing?)

2002-03-27 Thread Aaron Ardiri
On Wed, 27 Mar 2002, Chris Ring wrote: > There's a simple Helloworld project with a PRC-Tools makefile that should > work at http://tangentsoft.net/palmfaq/examples/hello.html also, the examples on my website also should work fine under prc-tools 2.0+ (cube3d, burning, and toggle).. thats whe

RE: Font Resource Format

2002-03-27 Thread Aaron Ardiri
On Wed, 27 Mar 2002, Regis Nicolas wrote: > So someone at PalmSource is looking at it right now :-) great :) > There are some problems in the way the fonts are generated. > I am currently working on a fix which I will send you Aaron but I wanted to > take some time to explain what the problems

Re: Urgent!! Setting and Getting the value of the checkboxTableItem

2002-03-27 Thread fabricio
Low: Try TblSetItemInt and TblGetItemInt functions. The values they must get/set are 0 and 1, unchecked and checked respectively. FabrĂ­cio de Paula - Original Message - From: "Low Pui Kuen" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 200

RE: prc-tools (Testing?)

2002-03-27 Thread Chris Ring
There's a simple Helloworld project with a PRC-Tools makefile that should work at http://tangentsoft.net/palmfaq/examples/hello.html Chris Ring Software Engineer Texas Instruments > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED]

Re: Cant enter text in fields on pose

2002-03-27 Thread Oliver Steinmeier
Kevin, this sounds similar (identical?) to a problem I am experiencing with POSE 3.3 (haven't tried it with 3.4 yet). See my recent posting in the emulator forum: http://www.escribe.com/computing/pcpef/m4414.html Thanks, Oliver __ Do You Yahoo!

RE: Fixing 16-bit reference out of range errors

2002-03-27 Thread Chris Ring
There's a decent discussion of your options in the slides for "Designing the Non-Simple Application" from PalmSource 2002 at http://www.palmsource.com/events/pdf/406.pdf FYI, it seems that most of the slides from this conference are available at http://www.palmsource.com/events/postdev.html C

prc-tools (Testing?)

2002-03-27 Thread ipscone
I posted a response to John's question about what is needed, if anything. Let me give an example of part of a problem I am having. This is not directly related to my questions in another thread. I have tried installing the latest CGYWIN and PRC-TOOLS. Actually, I have installed them. Everythi

Re: Cant enter text in fields on pose

2002-03-27 Thread Kevin
Thanks for the reply. The problem occurs when I click stop on the Gremlin, then close the gremlin dialog box. If I let the gremlins run until complete, exit the app and come back in, it won't happen. I tried this on memo pad it does the same thing so I guess it's just what happens when one s

Urgent!! Setting and Getting the value of the checkboxTableItem

2002-03-27 Thread Low Pui Kuen
Hi, I have a table that displays 3 columns of checkboxes that are not grouped together. I do not know how to set and get the value of the checkboxes so that I can display the ticks in the boxes, can anyone kindly enough to help me what functions dp I have to use, or is there any sample source

RE: Font Resource Format

2002-03-27 Thread Regis Nicolas
OK, So someone at PalmSource is looking at it right now :-) There are some problems in the way the fonts are generated. I am currently working on a fix which I will send you Aaron but I wanted to take some time to explain what the problems are. A font may not contains all the characters or not e

RE: appInfoID and sortInfoID for resource DBs

2002-03-27 Thread Regis Nicolas
Well, this does NOT mean that this won't be supported in the future. I was planning to answer the same thing but after carefully thinking I refrained from doing that. This kind of advice will push people to assume that this will NEVER be supported. Then they will create applications with this res

Gotcha's for custom launchers?

2002-03-27 Thread Mark A. Peters
Are there any things that a replacement launcher app has to do that may not be obvious? I'm thinking along the lines of having to respond to launch codes that only a launcher has to pay attention to, or providing some service, etc. The only thing like this I can think of is to set the system pre

Large Debugger Downloads Fail Randomly on Handspring

2002-03-27 Thread DL
My application fails to download to the Visor consistently. It will start downloading and somewhere during the download process the connection fails and says "Failed to download application to device". My application is over 200k. Smaller applications work fine. I am using a Handspring Visor and

RE: fldInsert Problem...

2002-03-27 Thread Joe
--- Mark Kenny <[EMAIL PROTECTED]> wrote: > Thanks for that i understand you but where exactly > would i do this line in my view fn, or db??? > sorry but i'm just getting into this stuff now > thanks I had to go back and read your original post to figure out what you're asking... You want to

PRC-Tools distribution (was: pilrc -ro usage)

2002-03-27 Thread Chris Ring
You're right, I do want a working installation... but I don't understand why a .zip file distribution wouldn't give me that. So that brings up an interesting general topic, maybe I just don't understand how PRC-Tools install works. I'm new to Palm's development tools, so forgive me if I could

Re: zlib in CodeWorrier

2002-03-27 Thread Young S. Cho
Thanks Scott. That's what I was wondering - if I had to make Palm specific changes... Y. "Scott Johnson" <[EMAIL PROTECTED]> wrote in message news:81660@palm-dev-forum... > > > From: Young S. Cho [mailto:[EMAIL PROTECTED]] > > I went to www.zlib.org to look for the Palm source code that was > >

SndPlaySystemSound in Palm OS 5

2002-03-27 Thread Regis St-Gelais
Is the sounds that the OS 5 Simulator plays with SndPlaySystemSound() are the real sound that Palm is planing to use, or are they only some samples to demonstrate the capability of the new OS? -- Regis St-Gelais ing. Ingénieur de projets / Project engineer

Re: Power off progrmaticaly

2002-03-27 Thread ROSSI
Have you try the "KeyPressed" event with "powerOffChr" ? - Original Message - From: "Christophe HOCMAN" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 5:29 PM Subject: Power off progrmaticaly > Hello... > >

Re: DmSeekRecordInCategory - skips, why?

2002-03-27 Thread Werner Poschenrieder
Forget it - the code is ok, i made some stupid nonsense somewhere else. Werner Poschenrieder schrieb: > Hi, > > I used the following code to always walk to the NEXT record in a given > Category and I am certain id did work. > >uiCat = CategoryFind(_PalmDatabase, pcCat); > > uiIdx

Re: Multi-Segment Apps - Question

2002-03-27 Thread ipscone
Thanks for the answeres to questions above that have been snipped. >> Is there a good description for setting all this up, as if I was >> doing it for the first time? Where? > > Where have you looked? Have you tried searching for "prc-tools" on > Google and clicking on any of links on the first

Power off progrmaticaly

2002-03-27 Thread Christophe HOCMAN
Hello... I'd like to know if there's a way to shut off the palm programaticaly ? I must force the palm to shut off as soon as a condition is true I guess it's possible to add a specific event but witch one ? Any help ? Thanks in advance. Christophe -- For information on using the Palm Dev

Table Query

2002-03-27 Thread V...i...K...a...S
Hello All, Can anybody explain to me how to implement the Custom TableLoadDataFuncType for a table in which I want to show default values. I am not initeracting with the database. Thx in advance. Regards, Vikas -- For information on using the Palm Developer Forums, or to unsubscribe, please se

RE: fldInsert Problem...

2002-03-27 Thread Mark Kenny
Thanks for that i understand you but where exactly would i do this line in my view fn, or db??? sorry but i'm just getting into this stuff now thanks -Original Message- From: Joe [mailto:[EMAIL PROTECTED]] Sent: 27 March 2002 15:10 To: Palm Developer Forum Subject: RE: fldInsert Problem

Palm IP address

2002-03-27 Thread Alexander Povalyaev
A) Does the Palm Device have its own IP address or group address and where can I find information about it? B) Can the connection to the Palm device via TCP-IP be activated from the IBM-PC computer and how can I implement such procedure. Any help is appreciated.

RE: LstSetDrawFunction

2002-03-27 Thread Scott Johnson
> From: Sajul P. Nandakumar [mailto:[EMAIL PROTECTED]] > it seems that this code never calls the custom draw function > that I have written in case of 3.1 OS on emulator. Is this call > not implemented on that OS or is there something I am missing here? Must be the latter, as I know of no proble

RE: zlib in CodeWorrier

2002-03-27 Thread Scott Johnson
> From: Young S. Cho [mailto:[EMAIL PROTECTED]] > I went to www.zlib.org to look for the Palm source code that was > used to create the shared library but could not find it. I wanted > to find the code so that I could create a static library version. You can build a static library from the regul

LstSetDrawFunction

2002-03-27 Thread Sajul P. Nandakumar
I am using the LstSetDrawFunction call to custom draw my listbox on screen. But it seems that this code never calls the custom draw function that I have written in case of 3.1 OS on emulator. Is this call not implemented on that OS or is there something I am missing here? I have not checked th

Launch HotSync with forced mode ?

2002-03-27 Thread phil
I try to launch HotSync with SysUIAppSwitch and force it with a specific connection. I've wrote and tested theses two solutions : 1. SysUIAppSwitch (cardNo, dbID, sysAppLaunchCmdSyncRequestLocal, NULL); 2. SysUIAppSwitch (cardNo, dbID, sysAppLaunchCmdSyncRequestRemote, NULL); => HotSync is launch

RE: fldInsert Problem...

2002-03-27 Thread Joe
--- Mark Kenny <[EMAIL PROTECTED]> wrote: > i get errors compiling saying stuff about "implicit conversion > from 'ModuleType' to 'const char *'" > ... > > I'm using: > > > > FldInsert(fldP, recP->Type, StrLen(recP->Type)); > > > > This is flagging errors, it works fine for errands. - and - >

Re: Multi-Segment Apps - Question

2002-03-27 Thread ipscone
A follow-up: I installed the new cygwin setup from the internet. This was for a Windows system. The last step crashed where it says creat icon and add to start menu. Is that critical? Happens when I install prc-tools as well. Also, in the older version that I used to use (b20 and original pr

Re: Multi-Segment Apps - Question

2002-03-27 Thread John Marshall
On Tue, Mar 26, 2002 at 07:13:00AM -0800, Mike Davis wrote: > I'm now wondering if I'm going to have problems using my old palm > application source files, in terms of handling multi-segment > applications, with the newest prc-tools, etc. > > Will an old set of application source files work wit

RE: fldInsert Problem...

2002-03-27 Thread Mark Kenny
Well recP is: recP = MemPtrNew(sizeof(ErrandDB)+StrLen(recP->errands)+sizeof(ModuleType)); so i doubt that that is the problem. when i added the fldinsert line below i get errors compiling saying stuff about "implicit conversion from 'ModuleType' to 'const char *'" -Original Message- Fro

Re: TABLE QUERY

2002-03-27 Thread Dyk Corman
if you load the text with sth like: TblSetLoadDataProcedure (table, 1, (TableLoadDataFuncPtr) ListFormGetRecordField); ... you can set the attributes of the textfield in the 'ListFormGetRecordField-Function' as seen below. This will make the textfield not editable.. and you can also hide the lin

Re: TABLE QUERY

2002-03-27 Thread fabricio
I know what you mean, pal. I've been with this problem last month, and solved it using the CustomTableItem style. That's the only way to put your label with no ":", and left aligned. After assign the CustomTableItem style, you must assign the procedure that will "draw" the label content. If you wa

Re: fldInsert Problem...

2002-03-27 Thread Anton
You may get a crash if the string length is more then it is maxChars value of the field. Anton - Original Message - From: Mark Kenny <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 4:57 PM Subject: fldInsert Problem... > Hello all... > I w

get substring of string x ? possible?

2002-03-27 Thread Dyk Corman
Hello! Is it possible to get a substring of a string? I'm getting the date formatted like "Mo 26-03-02" and would like to have the day in words (Mo) in a new string... DateToDOWDMFormat (date.month, date.day, date.year + 1904, dfDMYLongWithComma, dayAndMonthInWords); textstring = (dayAn

TABLE QUERY

2002-03-27 Thread V...i...K...a...S
Well hi Guys, When we use a table and set the style of the table item to -> labelTableItem then it displays the data with a ':' complimentary character with it.But I don wanna show that.If I use the table item type->textTableItem then it serves the purpose but again it is editable(I want non-edita

fldInsert Problem...

2002-03-27 Thread Mark Kenny
Hello all... I was wondering how exactly i might be able to insert an item from my database into a field. This is my DB and i want to insert "Type" into a field to display it typedef enum Weekday{Sun, Mon, Tues, Wed, Thurs, Fri, Sat} Weekday; typedef enum ModuleType{Lecture, Tutorial, Lab} Modu

Re: MemoryProblems

2002-03-27 Thread Dmitry S. Denisov
Hi ViKaS, ViKaS> MemHandleLock((MemHandle)p_Str_Array); .. skip .. ViKaS> p_SalStruct = ViKaS> (SalPersonLoginInfoPtr)MemPtrNew(sizeof(SalPersonLoginInfoStruct)); ViKaS> p_SalStruct->p_str_ID = p_Str_Array[0]; ViKaS> p_SalStruct->p_str_Name = p_Str_Array[1]; ViKaS> p_S

Re: Dynamic UI

2002-03-27 Thread Anton
Yes, this is another way. The only thing is that if scrolling is needed you should move the button. It is possble actually. Anton - Original Message - From: dan mason <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: Wednesday, March 27, 2002 4:09 PM Subject: Re: Dyna

No ANSWER

2002-03-27 Thread V...i...K...a...S
Well Hi Guys, Can anybody answer to the Memory Problems Query. I wanna follow the best n most optimized way of reading formatted data from the database into a char* and then put it into a structures . Thx in advance. Vikas Lakkashetti -- For information on using the Palm Developer Forum

Re: Dynamic UI

2002-03-27 Thread dan mason
If you don't want to roll your own, as Anton suggests, you can use a frameless button, although I believe there's no way to set buttons to be frameless without manually setting ControlType->attr->frame to noFrame. Maybe there's a glue function that does it? I think this will give you the clo

Re: Dynamic UI

2002-03-27 Thread Anton
1.Write a text with WinDrawChars 2. Save position of written text in a structure, for variables or RectangleType . 3. Handle penDownEvent. Check out whether the pen is tapped in this rectangle. Very simple :) Anton - Original Message - From: Joseph Chan <[EMAIL PROTECTED]> Newsgroups: pa

Palm Application to send AT commands

2002-03-27 Thread gm000979
Hi all, I have to build a Palm application by means of J2ME (using the Java connection framework...) that will send AT commands via infra-red to a mobile phone in order to get CELL ID/signal information. Any suggestion, examples of related code, ideas of the feasibility will be appreciated...

Dynamic UI

2002-03-27 Thread Joseph Chan
Hi all, Does anyone know how to define a dynamic UI like the clickable link in HTML/WAP browser in palm? Thanks and regards Joseph Chan === The Hong Kong Polytechnic University Department of Computing [EMAIL PROTECTED] === -- For inform

  1   2   >