Emulator behaviour with the Palm V ROM - "AMX" (unknown version)

2000-10-13 Thread Viraj Chatterjee
I'm using the Palm V ROM with the POSE versions that I have and getting the following problems: With POSE 3.0a7 == On doing a Reset, , I get a dialog with the following error and 3 buttons for "Continue", "Debug" and "Reset": The application has just overflowed the stack. If I click

Re: set palm-dev-forum pw=secret

2000-10-13 Thread Richard M. Hartman
Didn't the last mis-directed listserv command say the same thing? Seems like a lot of guys choose "secret" for their password. I guess it's that ol' "purloined letter" philosophy ... hide it in plain sight ... -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's

Re: Memory problem ????

2000-10-13 Thread Derek Kite
On Mon, 09 Oct 2000, you wrote: > Greetings everyone, > > Below are my structs and the code that I am using in > > > if (saleRecord->note != NULL) { > srcP = saleRecord->note; > len = StrLen(saleRecord->note); > DmWrite(p, offset, srcP, > StrLen(sale

what's going on?

2000-10-13 Thread jherrera
i'm not reseiving any messages, what happen? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Help! very Urgent!!!! -- problem with floating point arithmetics

2000-10-13 Thread chongwm
Ummm... FplLongToFloat() ? I've not used it personally, but page 595 of the documentation says: FplLongToFloat Purpose Convert a long integer to a floating-point number. xu le wrote: > > Friends, > > SDK 3.5 documents say that they support floating point arithmetics by > just using + - * /

Re: Preferences

2000-10-13 Thread Ben Combee
<[EMAIL PROTECTED]> wrote in message news:26638@palm-dev-forum... > > Hey all, > > I want to add a few fields to the System Prefs with my app that other apps > can read. In the .H file Preferences.h, it says this: > > // Any entries added to this structure must be initialized in > // Prefereces.c:

Re: set palm-dev-forum pw=secret

2000-10-13 Thread Tony Williams
"Richard M. Hartman" wrote: > > Didn't the last mis-directed listserv command say the same thing? > > Seems like a lot of guys choose "secret" for their password. I guess > it's that ol' "purloined letter" philosophy ... hide it in plain sight ... > I think it's from the instructions Palm giv

Re: I have a file that needs to be converted to PDB

2000-10-13 Thread Jim Cooper
> So ... just what is it you want to do? If you want to do any of the things Richard mentioned, then you probably need a conduit. Conduits that don't sync a far easier to write than ones that do, BTW. Cheers, Jim Cooper _ Jim Cooper [EMAIL PROTE

Palm - V110

2000-10-13 Thread Fergal Moran
I have posted on this a couple of times but we are still having problems getting our palm to dial into an ISDN via IR to mobile phone (various kinds) at V110 speed. Has anyone on the list had any success doing this and could they enlighten me please. Specifically we would like to dial into a Luc

Help! very Urgent!!!! -- problem with floating point arithmetics

2000-10-13 Thread xu le
Friends, SDK 3.5 documents say that they support floating point arithmetics by just using + - * /, and I found that those only work for operations between float variables while operation between integer and float is not possible by using any of + - * / operations. Who knows how to convert

Re: Beam Event Detection

2000-10-13 Thread Danny Epstein
"Kelly J Perkins" <[EMAIL PROTECTED]> wrote in message news:26609@palm-dev-forum... > We have created an application (A) that shares a database with another > application (B). When the receiver has Application A opened, and the sender > tries to beam data from Application B, the receiving end laun

Re: C vs. C++

2000-10-13 Thread Stormgate Communications
"punkraver" <[EMAIL PROTECTED]> wrote: >could you please elaborate more on the problem with virtual functions and >the initialization of global variables? it seems that i'm having the same >trouble. (This is from hazy memory, so someone correct me if I get something wrong) The way that virtual

Re: repository

2000-10-13 Thread Richard M. Hartman
There are a few repositories. One of the biggest and most well known is www.palmgear.com. Among the others are www.palmcentral.com (oops, make that www.handango.com now apparently...), www.eurocool.com, and www.tucows.com. (Note: tucows is a much larger site than just Palm products). -- -Ric

Select and listen

2000-10-13 Thread Jeff Collins
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The FAQ http://oasis.palm.com/dev/kb/faq/1496.cfm indicates that select doesn't properly detect when listening socket has a pending connection, that it in fact blocks all the time. My recent problem with select is just the opposite. That is, select

Re: simple help, I think

2000-10-13 Thread Jim Cooper
> I can not get the emulator to hotsync. On the HotSync manager menu you've checked "Network", and you've created a service dialing number 00, and you're clicking on Modem HotSync? Cheers, Jim Cooper _ Jim Cooper [EMAIL PROTECTED] Tabdee Ltd

Re: [ANN] Palm Programmer for hire

2000-10-13 Thread Richard M. Hartman
This guy ought to get together w/ the Australian company that was begging for programmers a few posts back ... -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! revcom wrote in message <26596@palm-dev-forum>... > >[I'll keep this brief. If there is a b

Re: displaying bitmaps

2000-10-13 Thread Richard Burmeister
From: "UCS308" <[EMAIL PROTECTED]> Subject: Re: displaying bitmaps > But I think the question is worth asking again because there few answer and > no concrete examples. I have built a simple splash screen using the CWarrior > Constructor. I have images that are 1bpp, 2bpp, 4bpp and 8bpp colour.

What now? This is getting old.

2000-10-13 Thread Ros
http://palmos.com/dev/tech/tools/sdk35.cgi/sdk35-cw.zip Why won't this link work? I have tried it all sorts of ways for several days. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: displaying bitmaps

2000-10-13 Thread UCS308
But I think the question is worth asking again because there few answer and no concrete examples. I have built a simple splash screen using the CWarrior Constructor. I have images that are 1bpp, 2bpp, 4bpp and 8bpp colour. I created a bit map family, and, on none of the devices does the bitmap di

Customized FieldType.

2000-10-13 Thread UOL
Hi friends, i'm looking for a ready-to-use peace of code that implements something like a FieldType (needless to be editable) with some enhancements: - support different font size and style(bold,underlined ...) in the same field ... - support scroll pixel-by-pixel instead of line-by-line I can p

Re: 'fmap' resource type in Address Book

2000-10-13 Thread krollin
>I went back and searched all the original resource files to see if I >>missed anything when I combined them all, but found nothing resembling a >>field map. It's not defined in any of the Palm system header files either. >>What did I screw up and how can I fix it? > >I don't know how exactly y

How do I print Bars Code from a device Palm ???

2000-10-13 Thread Mbarrion
Hi everybody, Coud you help me, please How can I print Bars Code from a Palm Pilot. What do I need to do ?? Maybe, I need some special software ??? Environment : Palm Vx, Code Warrior 6.0 Regars, Marco -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: how do i set a data to a record....? (not a text data)

2000-10-13 Thread Richard M. Hartman
You are being a lot more direct than you should. Don't think of saving fields or buttons. You save -data-. Your fields and buttons alter -data-. Set up a struct containing the data that your form manipulates. There may be text, ints, boolean flags, what have you. Then your form handler react

Re: Handling null pointers

2000-10-13 Thread Ian Alston
Andy, All I ever do with this is check for a null pointer and then whack a string in it ie: THEPtr = FldGetTextPtr((FieldPtr)GetObjectPtr(Form_THE_Field)); if(!THEPtr) THEPtr = ""; if you're using this field for floating point calculations etc, all that is passed is an empty string. regards,

Re: Version String

2000-10-13 Thread David Heil
That still requires that I remember to change the version string in constructor. The way I do my application's about box means that I let the version control software change the version, so I don't have to remember to do it. >> For my about box I get & display the same version resource that th

Yeek, Built in dialogs broken?

2000-10-13 Thread Paul Bohme
Am noticing something interesting. Have a Palm Vx kicked into 4-bit mode, and while running gremlins in a debug ROM, trying to invoke the Graffiti Help screen results in a lot of memory warnings - one for each bitmap in the dialog from the looks of it. Removed the help screen from the menu, an

Re: Detecting pen taps outside widgets

2000-10-13 Thread Steve Sabram
There are several ways to handle this. The most effective technique I have found is to trap the penDownEvent and compare the x,y coordinates to every control rectangle on your form. Here you can't set the "handled" event to true if you don't want it to flow into any gadget in your form. Steve

sysAppLaunchCmdSyncNotify

2000-10-13 Thread ssinha
Hi This launch code: sysAppLaunchCmdSyncNotify is send to the registered applications by the Palm OS after a Hot Sync operation to notify that the Sync operation is completed. Instead of a the OS sending the launch code is it possible for a application to send this launch code to the registered a

No list selection capability

2000-10-13 Thread Jason Partyka
I'm trying to dynamically populate a list. Here are my two helper functions to do it: static void ListDrawFunc(UInt itemNum, RectanglePtr bounds, CharPtr *data){ #pragma unused (data) VoidHand stringsHandle; stringsHandle = DmQueryRecord (DB, (UInt) itemNum);

Re: Is code warrioer the definitive

2000-10-13 Thread Richard Burmeister
From: "Aaron Ardiri" <[EMAIL PROTECTED]> Subject: Re: Is code warrioer the definitive > > palm os development tool? > > no :) there are quite a few development environments. you can program > in C (using 3-4 different compilers, some onboard), BASIC (using > NSBASIC), Java (KVM, Jump, etc)

Re: Memory limitation problem.

2000-10-13 Thread Kelly J Perkins
"Farzin Ashraghi" <[EMAIL PROTECTED]> wrote in message news:26604@palm-dev-forum... > > Hi folks, > > It seems that I'm having a memory limitation problem. > > My application now have 52Kb of size. When I try to insert new routines, > this message appears: > > "16-bit code reference to '(some ro

Re: Palm V Irda Transceiver Upgrade

2000-10-13 Thread Tom Zerucha
On Fri, Oct 13, 2000 at 09:45:24AM -0400, Akil Fahd wrote: > Can someone or someone you know willing to, replace the Irda transceiver of > the Palm Vx or Palm IIIc with one that is more powerful for a reasonable > fee? > > As some back ground what I would like to do is use a Palm V to control B

Re: sending Hex

2000-10-13 Thread Brian Hall
>Subject: sending Hex >From: "Ian Alston" <[EMAIL PROTECTED]> >Date: Fri, 13 Oct 2000 09:04:41 +1000 >X-Message-Number: 20 > >Guys, >I'm trying to send out a hex command through a serial port. I can open >and close the port without difficulty, and send out packets, but I need to >send charac

Re: How to determine color or no color palm?

2000-10-13 Thread Dave Johnson
>>How do I tell if I'm on a color Palm? I know I can check >>if I'm on a 3.5 system, but can I check if that system >>is color or not? > >If you're on 3.5 or above, use WinScreenMode to determine the bit-depth of >the screen: > > WinScreenMode(winScreenModeGet, 0, 0, &Depth, 0); > if (Depth >=

Re: Beam Event Detection

2000-10-13 Thread Danny Epstein
"Bozidar Benc" <[EMAIL PROTECTED]> wrote in message news:26761@palm-dev-forum... > It's easy to check if a database is already opened. > First, you must find a database and get its LocalID. > Then use DmDatabaseInfo() call to get database's attributes. > If attributes & dmHdrAttrOpen then your dat

Smaller Menu font?

2000-10-13 Thread Tom Zerucha
Is there any way to change the menu (or title bar) font? I have lots of options and would like to avoid modalism, so would prefer to use the smaller standard font. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forum

Re: How to change Apps Name

2000-10-13 Thread Richard M. Hartman
Richard Burmeister wrote in message <26804@palm-dev-forum>... > > >From: "Patrick Ouellet" <[EMAIL PROTECTED]> >Subject: How to change Apps Name > > > >There are several places you need to replace the word "starter" with >"TestCheck": > ... >As you can see, this is a giant pain in the derriere. >

No debugging after having installed SDK 3.5

2000-10-13 Thread Dr. Nikolaus Hueck
Hi, sorry if this has been asked before, but I could not find any answer to the following problem. I run CW 6 on my win2000 SP1 machine and all went fine until I installed the SDK3.5 along with its Update 1. After this I installed the files from the palmplugin1-6-3-12.zip from ftp3.metroworks.

Re: 'fmap' resource type in Address Book

2000-10-13 Thread Ken Krugler
At 12:00am -0700 00-10-11, Palm Developer Forum digest wrote: >Subject: 'fmap' resource type in Address Book >From: "Gary Spinelli" <[EMAIL PROTECTED]> >Date: Tue, 10 Oct 2000 18:32:39 -0400 >X-Message-Number: 28 > >While making some enhancements to the Address book source that is supplied >with t

Re: How to change Apps Name

2000-10-13 Thread Richard Burmeister
From: "Patrick Ouellet" <[EMAIL PROTECTED]> Subject: How to change Apps Name > Ok I created an apps with Code Warrior, and now its name is Starter > I found how to change it to TestCheck.prc but once installed the name is > still Starter. How can I changer that name? There are several places

Palm application in C++ using Code Warrior.

2000-10-13 Thread Vitaly_Romanishko
Hi, I wrote a few applications for Palm in C (Code Warrior). Is there any advantages or disadvantages to do Palm application in C++ in Code Warrior? Someone said that memory management is more difficult in C++. Another one said it slower then c. I need experts opinion. Thank you, Vitaly -- F

Re: Version String

2000-10-13 Thread Richard M. Hartman
For my about box I get & display the same version resource that the applications screen uses -- it's not hardcoded into the form. The box will always match the applications display because it's the same thing. -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it'

newbie using CodeWarrior Lite

2000-10-13 Thread Iris Lau
Hello, I want to develop a course project using CodeWarrior Lite. But I cannot find any infomation about it. 1) What is the difference between Lite and R5 / R6? 2) Which version of Palm OS original support (seems to be 3.1)? can it upgrade to SDK 3.5? 3) Can development carry out i

RE: Memory limitation problem.

2000-10-13 Thread Nesse, Rustin
Also, try changing your memory model to Smart or Large. At 52Kb, you're probably looking at a Large memory model. If you don't think you're going to exceed 62-64Kb total, then you can stay single segmented. Otherwise, read up on multiple segment applications. -Rus >> Hi folks, >> >> It seem

Re: Is code warrioer the definitive

2000-10-13 Thread David A. Desrosiers
> I'm glad it's not, and so's my wallet. > > www.vfdide.com http://www.falch.net isn't bad either, but it's got it's own set of bugs. Reminds me of Visual Interdev 6, but for Palm development. I tested it under vmware (I don't run Windows), and it was quite robust. Found a handful of bu

Detecting pen taps outside widgets

2000-10-13 Thread Hallvard Trætteberg
Hi, I'm writing a drawing application where widgets (controls, fields, lists and gadgets) are dynamically popped up after each stroke, to ask questions about the action, in case of ambiguities. I.e. the widgets are moved around and shown or hidden depending on the stroke. When I receive a penDown

Version String

2000-10-13 Thread David Heil
What I have successfully done so far is to include the following string in my main file (the one with PilotMain in it): const char project_revision[] = "$ProjectRevision: 0.1 $"; This string is automatically updated by the version control software (MKS Source Integrity) when I checkpoint the p

encryption query

2000-10-13 Thread rub-a-dub
hello all and a happy friday to you, i was wondering if anyone knows where i might be able to find some code to encrypt a string that uses encrypt.h. i'm not math wizard so writng my own is out of the question. all i want to do is use DES(?) encryption to bring a string in and encrypt it, the

How to change Apps Name

2000-10-13 Thread Patrick Ouellet
Ok I created an apps with Code Warrior, and now its name is Starter I found how to change it to TestCheck.prc but once installed the name is still Starter. How can I changer that name? And Where do I look to change the default apps bitmap ( Icon ) Thanx -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Re: How to change Apps Name

2000-10-13 Thread Kelly J Perkins
You do this in Constructor. The application name and icon are listed in the lower portion of the window. Hope that helps. Kelly Perkins "Patrick Ouellet" <[EMAIL PROTECTED]> wrote in message news:26782@palm-dev-forum... > > Ok I created an apps with Code Warrior, and now its name is Starter >

waterproof container?

2000-10-13 Thread John J. Corelli
Greetings all - I know there exists the "Otter" case for rugged *storage* of a Palm/Visor unit, but does anyone know of a package that provides some kind of minimal waterproofing/weather proofing that will still allow me to at least read the display and use the hardware buttons? I realize I woul

Re: LstGetSelectionText and unallocated memory

2000-10-13 Thread Owen Flagel
I solved the problem. No need to reply. thanks anyway, Owen >I am using two pop-up lists on a modal dialog form. I have no >problem getting text from either list alone. However, if I try >getting text successively from the lists, I get the following error: > >"just read directly from an unallo

Re: waterproof container?

2000-10-13 Thread Heather Gazdik
go to http://www.cellsafe.com/ or the palmvelope (sp?) heather "John J. Corelli" <[EMAIL PROTECTED]> wrote in message news:26805@palm-dev-forum... > > Greetings all - > > I know there exists the "Otter" case for rugged *storage* of a Palm/Visor > unit, but does anyone know of a package that pro

Palm V Irda Transceiver Upgrade

2000-10-13 Thread Akil Fahd
Can someone or someone you know willing to, replace the Irda transceiver of the Palm Vx or Palm IIIc with one that is more powerful for a reasonable fee? As some back ground what I would like to do is use a Palm V to control Bang & Olufsen (www.bang-olufsen.com) equipment, there are two proble

RE: Link Error : Could not open file: C:\palmSDK\SampleCode\HelloWorld\HelloWord\RESOURCE.FRK\Starter.tmp

2000-10-13 Thread Craig Evans
> I could be wrong on this but... > > I beleive you should use double slashes instead of one so the > compiler does > not take it as an escape sequence. > > like > #include "C:\\PalmSDK\\Sample Code\\Hello World\\Hello > World\\RESOURCE.FRK\\Starter.tmp" > > try that. > > Jim > Sorry Jim, are you

Re: [ANN] Palm Programmer for hire

2000-10-13 Thread George Wolkowisky
Hi Robert, Please send us your resume'. Can you work on small projects? Regards, George - Original Message - From: revcom <[EMAIL PROTECTED]> To: Palm Developer Forum <[EMAIL PROTECTED]> Sent: Monday, October 09, 2000 2:56 PM Subject: [ANN] Palm Programmer for hire > [I'll keep this

RE: Link Error : Could not open file: C:\palmSDK\SampleCode\Hel loWorld\HelloWord\RESOURCE.FRK\Starter.tmp

2000-10-13 Thread Heather Tufts
> My project compiles without any error. While linking I am > getting this error > : > > Link Error : Could not open file: > C:\palmSDK\SampleCode\HelloWorld\HelloWord\RESOURCE.FRK\Starter.tmp > > I am using CodeWarrior 6.0. This is a common issue with Lite. http://www.egroups.com/message/pa

Is it possible to change text in menus dynamically?

2000-10-13 Thread Fima Furman
Is it possible to change the text in menus dynamically? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Third Party Controls in CodeWarrior

2000-10-13 Thread Ben Combee
"Ralph Krausse" <[EMAIL PROTECTED]> wrote in message news:26770@palm-dev-forum... > > Phew! Thank god the forum is back up and running! OK, I was wonder if there > is a place were I could get third party controls that will integrate in > Constructor that comes with CodeWarrior. Second question. Ho

Re: repository

2000-10-13 Thread Richard Burmeister
From: "Nathan Peterson" <[EMAIL PROTECTED]> Subject: repository > I'm about to release a 1.0 beta version of a palmOS freeware program. > What's the best way to do this? Are there any good repositories that I > should upload it to? Here are some: www.palmgear.com www.handango.com pda.tucows.c

displaying bitmaps

2000-10-13 Thread Jeff Davey
Hello all, I'm looking into displaying bitmaps on the Palm? Does anyone know of a good reference to get started on this, or a tutorial? Any suggestions? Things like storage, file formats, etc. TIA, -jeff -- For information on using the Palm Developer Forums, or to unsubscribe, please s

What happens when user tab the silkscreen/hard buttons?

2000-10-13 Thread ThuNguyet Nguyen
Hi everyone, Please help me with these questions: 1. While my program is running, if the user tabs on the silkscreen buttons or the hard keys, does the FrmCloseEvent invoke? and the AppStop() will be called? 2. At a certain point in my program, I want to ignore anything the user tabs on the silk

Re: Is code warrioer the definitive

2000-10-13 Thread Steve Thorn
I'm glad it's not, and so's my wallet. www.vfdide.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

how do i set a data to a record....? (not a text data)

2000-10-13 Thread Eliah Ninyo
hello again, if u already know my msgs, u probably know the story. for those of u who don't know what i'm talking about, hereis the story: i have a form with different kind of feilds ( like text field, popup trigger field ex. - all from the catalog of CW constractor). i need to fill the fields i

Handling null pointers

2000-10-13 Thread Andy Black
Hello all, I have a quick question about handling null pointers and text fields. I have a program that periodically checks a text field for data prior to performing a calculation. When it finds data (via a locked pointer) it performs a calculation. If it doesn't find anything in the field (a null

Memory limitation problem.

2000-10-13 Thread Farzin Ashraghi
Hi folks, It seems that I'm having a memory limitation problem. My application now have 52Kb of size. When I try to insert new routines, this message appears: "16-bit code reference to '(some routine)' is out of range" So, please, tell me how to solve this problem. I was looking other applic

RE: Serial Communication via IR

2000-10-13 Thread Alan Burgess
Just open the serial port as normal - then redirect as shown below static void CommsEnableInfrared() { SerControl(SerialRef, serCtlIrDAEnable, 0, 0); } static void CommsDisableInfrared() { SerControl(SerialRef, serCtlIrDADisable, 0, 0); } Alan Burgess Grosvenor Technology Ltd [E

Re: How to determine color or no color palm?

2000-10-13 Thread Christian Vandendorpe
I've written the following function in my code to check this: Boolean IsColorDevice() { if (GetRomVersion() >= 0x0350) { UInt32 depth; WinScreenMode(winScreenModeGetSupportedDepths,NULL,NULL,&depth,NULL); if (depth >=

Re: How to determine color or no color palm?

2000-10-13 Thread Gordon, Douglas
>From: "Guy Duplantier, AEC Software" <[EMAIL PROTECTED]> >How do I tell if I'm on a color Palm? I know I can check >if I'm on a 3.5 system, but can I check if that system >is color or not? If you're on 3.5 or above, use WinScreenMode to determine the bit-depth of the screen: WinScreenMode(

Third Party Controls in Code Warrior

2000-10-13 Thread Ralph Krausse
Phew! Thank god the forum is back up and running! OK, I was wonder if there is a place were I could get third party controls that will integrate in Constructor that comes with Code Warrior. Second question. How can I make one of these controls and add it to the list? Any help is appreciated. Tha

RE: Beam Event Detection

2000-10-13 Thread Bozidar Benc
It's easy to check if a database is already opened. First, you must find a database and get its LocalID. Then use DmDatabaseInfo() call to get database's attributes. If attributes & dmHdrAttrOpen then your database is already opened. Regards Bozidar > -Original Message- > From: [EMAIL

Re: Beam Event Detection

2000-10-13 Thread Danny Epstein
"Kelly J Perkins" <[EMAIL PROTECTED]> wrote in message news:26558@palm-dev-forum... > Is there anyway to detect a beam event to another application from my > application? The incoming beam does generate events, but they're handled in EvtGetEvent and not returned, so you can't intercept them. This

Re: Is code warrioer the definitive

2000-10-13 Thread Ronny Iversen
>palm os development tool? > check out www.falch.net ;) _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. Share information about yourself, create your own public profile at http://profiles.msn.c

RE: Built-in list arrows

2000-10-13 Thread Steve Thorn
At 10/9/00 15:32, you wrote: >We had the same problem and we solved it with very ugly way Thereis no >event (or at leas we haven't found it) while scroll, but there is one, >when some >record is selected. So we update scroller only if user selects any record >from list. Thanks, that's a go

Re: Using multiple HandleEvents

2000-10-13 Thread Steve Achelis
You could trap for lstSelectEvent events, and then do other stuff (like look at the pen location, etc). You might also be able to trap other events (like a pen down) and then handle stuff dealing with your list. The concept of handling two events is impossible. And you don't have the source cod

How to create bitmap from raw

2000-10-13 Thread GG
I have some raw image values (0-15) in the database, how can I create a bitmap from these values?? Thx. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: C vs. C++

2000-10-13 Thread Florent Pillet
on 4/10/00 21:40, Steve Sabram at [EMAIL PROTECTED] wrote: > So true. I have been involved with two ports of C++ code to the PalmOS > where this exact problem (implicit construction) was causing > stack crashes all the time. When one project was complete, I ended up > writing a report that stat

Q about FrmDoDialog ( )....?

2000-10-13 Thread Eliah Ninyo
hello, i have a form with more than 1 (and even more than 2 fields - i have about 8 fields). every field is different resource (from CW constructor) from another - there r some "feild" fields, some "popup trigger" feilds and also two buttons resourses. as i read in the referance of the palm OS

Problems with news.palmos.com

2000-10-13 Thread Ben Combee
I've experiences problems connecting to news.palmos.com both Sunday night and this morning. Is there some sort of server problem, and if so, when can we expect service to return to normal? Thanks, -- Ben Combee Veriprise Wireless -- For information on using the Pal

nilEvent and MyFormHandleEvent

2000-10-13 Thread Carl Smith
OK I'm stumped. I set up a timed event in my applications main AppEventLoop as, EvtGetEvent(&event, SysTicksPerSecond() * 10); So after 10 seconds of idle myFormHandleEvent would catch it under my case nilEvent statement. Well that part works fine, the problem is that if I select one of the butt

Re: PalmDesktop question: Palm/Visor

2000-10-13 Thread Ben Combee
> I have both devices - PalmIII and Visor. I've upgraded my Palm Desktop > software to 3.0.4. Visor comes with 3.0.1 version and development manual > says that i *MUST* install Handspring version of desktop spftware in order > to develop and deal with Springboard module software. The problem is th

Re: Beam Event Detection

2000-10-13 Thread Kelly J Perkins
"Danny Epstein" <[EMAIL PROTECTED]> wrote in message news:26580@palm-dev-forum... > > "Kelly J Perkins" <[EMAIL PROTECTED]> wrote in message > news:26558@palm-dev-forum... > > Is there anyway to detect a beam event to another application from my > > application? > > The incoming beam does generat

simple help, I think

2000-10-13 Thread Charles L. Christensen
I am using the emulator on a windows NT platform service patch 6. The emulator works just fine. I can not get the emulator to hotsync. I am using the network version and com1 for my cradle. what am I doing wrong. I have gone through the document sets on line and have done what they say to do

Re: What am I doing wrong here?

2000-10-13 Thread John Leung
I don't see what's wrong. I only have one question for you. Did you open your database in read-only mode? If you did, you'll get a fatal error when you try to create a new record. On Thu, 12 Oct 2000 22:12:39 -0400, "Sean L. Gilley" <[EMAIL PROTECTED]> wrote: > > >I have a program with the f

first time CATEGORY try

2000-10-13 Thread Stephen Bentley
Greetings everyone. I am wondering if anyone can enlighten me on what I'm doing wrong. I am trying to support categories for the first time. When displaying only records in the current category, it seems to work fine. HOWEVER, when I try and go from the last record back to the first or vice ve

Re: C++ Templates (STL)

2000-10-13 Thread Florent Pillet
on 3/10/00 0:42, punkraver at [EMAIL PROTECTED] wrote: > Is it possible to use C++ STL templates in writing PALM programs using GCC > and PRC-TOOLS on a linux ? Why not... But take care: STL code is usually quite large and generally hard to debug because it's so complex and awfully convoluted. I

Identification of constructs in the near data segment (CW/C++)

2000-10-13 Thread Nick Anderson
Hi there... Using Metrowerks C++, a DATA resource is generated that contains virtual tables, exception data, etc. This resource is loaded into the heap at application start up. Its absolute size cannot exceed 64K. No prc (nor even tmpl) is generated when this limit is exceeded, as it will not lin

[ANN] Palm Programmer for hire

2000-10-13 Thread revcom
[I'll keep this brief. If there is a better place to advertise my availability (other than hotdispatch where I have already listed) please let me know.] I have just finished a Palm project (6,000 lines of debugged C in 6 weeks) and am available for PalmOS work so I don't have to resort to Java or