Where is HEAP Memory!!

2000-09-28 Thread singhkri
Hello i allocated 1000 bytes of dynamic memory in my application; the code is this char * ptr = (char *) MemPtrNew (1000); ... some statements.. MemPtrFree(ptr); and i checked the heap memory before and after calling PilotMain. (the above code is in some function.) i allocate dynamic memory i

WinPalette - return is sorted? no gaps?

2000-09-28 Thread Tom Zerucha
What seems to be the sane thing would be if I ask for 256 entries, that the indexes returned would be 0 to 255 in sequence without gaps. But reading the docs, it doesn't really say that. It just says the first 256 elements of the palette - "beginning at index 0". Unless the "index" as otherwise

Re: resource databases

2000-09-28 Thread Tom Zerucha
On Thu, Sep 28, 2000 at 11:02:54PM -0400, PalmOS wrote: > Is there a way I can package .PDB files into a .PRC > (as resource records) and then recreate them as > Palm databases when the program is run using > DmCreateDatabaseFromImage? How is this done? Yes, if all databases are less than 64k.

Re: 16 bit color Handspring Prism and chunk size limit

2000-09-28 Thread Tom Zerucha
On Thu, Sep 28, 2000 at 02:34:48PM -0700, [EMAIL PROTECTED] wrote: > > > Why isn't this thread on handspring-forum? Because there is only palm-dev, not separate palmos-dev, and palm-hardware-dev, and real-palm-stuff-only-no-licencees-dev... -- For information on using the Palm Developer Foru

Re: TCP/IP, SSL and PALM

2000-09-28 Thread Tom Zerucha
On Thu, Sep 28, 2000 at 07:33:05PM +0200, dexMilano wrote: > I'd like to be involved in such kind of project. > Can we organize something in FreshMeat or likely? Freshmeat only lists new apps, Do you mean Sourceforge (also part of OSDN, and hosts for ZBoxZ). I don't know. The main problem is th

Re: Creating a pqa

2000-09-28 Thread Tom Zerucha
On Thu, Sep 28, 2000 at 06:42:11PM +, Labhesh Patel wrote: > Hi, > > I wanted to create a pqa programatically. For this I open the database > of an existing pqa, copy the contents of it to a new database created with > TypeId = 'pqa' and creator Id='clpr'. When I try to launch this pqa

Re: Greyscale picture

2000-09-28 Thread Tom Zerucha
On Thu, Sep 28, 2000 at 06:47:23PM +0200, SK wrote: > Please, > > can anybody point me to the right direction how to put 4-greyscale bitmap on > screen? 4 bit (16 level) or 4 level (2 bit) grayscale? First you need to switch the device into the greyscale mode. 16 level bitmaps in resources an

resource databases

2000-09-28 Thread PalmOS
Is there a way I can package .PDB files into a .PRC (as resource records) and then recreate them as Palm databases when the program is run using DmCreateDatabaseFromImage? How is this done? -Greg -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://ww

Simple (?) question about dates and strings

2000-09-28 Thread wheeler wood
Have I missed something? I need to convert a CharPtr (eg. "09/28/00") to a DateTimeType. Is there a function that does this? I see the reverse is available to create a string based on a date. Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

globals where?

2000-09-28 Thread Richard Bram
I've been writing hacks too long and I can't remember much about globals. Using Metrowerks, do globals use up stack space or active heap space? Thanks, Rick -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Invalid CHK instruction

2000-09-28 Thread Craig Jeffree
[EMAIL PROTECTED] wrote: > > Craig, > > I'm not aware of any 68K C compiler that will generate CHK instructions (either > Mac or Palm). I can only guess that your program corrupted the program counter, > with the result that garbage data (which happened to include a CHK instruction) > was execut

Re: UI objects zorder?

2000-09-28 Thread David Fedor
>> I think it's based on the ObjectID - thus in a From, ID 1000 is farthest >> back, ID 1001 draws in front, and so on. > >I wouldn't bet this is a documented behaviour... Yes, I wouldn't rely on it either. Pragmatically speaking, when the OS is looking for the control that a person just tapped

RE: a Memo Pad [or text field] question

2000-09-28 Thread Randy Maxwell
Paul, If I understand what you want :) do { How many chars will be visible on this line? (FontCharsWidth) Subtract chars that fit on this line from text string chars (move ptr) until run out of Form screen area or run out of text. } while (not at end of text) >From Address Book sample code: EditV

RE: Error upon debugging...loading program to Emulator

2000-09-28 Thread Paul Bohme
Just ran into this one (see messages last couple of days about banging head on keyboard..) Make DAMN sure all your icons/bitmaps/bitmap families and resources in general are perfect. Also make sure that everything in your build is in sync - a normal make command would suffice, but this is Cod

Error upon debugging...loading program to Emulator

2000-09-28 Thread James Tu
Upon compile I get a warning... "nextDepthOffset field in bitmap or icon(resource ID 1000) too large. Processing 1-bit image only." Then...I'm getting a "Failed Connect to Remote" message when I attempt to use Debug from the Project menu. Does anyone know what could cause this problem? (I also

Re: An impossible error -- HERES YOUR EXPLANATION

2000-09-28 Thread Ken Krugler
At 12:00am -0700 00-09-28, Palm Developer Forum digest wrote: >Subject: Re: An impossible error -- HERES YOUR EXPLANATION >From: "Jacob Vitas Vogelstein" <[EMAIL PROTECTED]> >Date: Wed, 27 Sep 2000 10:55:35 -0400 >X-Message-Number: 24 > >I am not bold enough to disagree, since I can see by the num

RE: ARGH! Mysterious CW/Con/Emu bug again..

2000-09-28 Thread Paul Bohme
> It's also very likely that the output from those options means nothing to > anybody but me...but you *did* ask... :-) Careful what you ask for, you just might get it..? Heh. Will keep this in mind for future reference. Actually, it was amazing, because CodeWarrior proceeded to GPF and all

Re: POSE and m100

2000-09-28 Thread Richard Hartman
Actually two versions wouldn't be so bad if they were both available on the same page (and clearly labeled as to which was the "stable" version and which was the alpha for folks whut likes to live dangerously). The confusion comes because the two different versions live on two different pages and

Re: ARGH! Mysterious CW/Con/Emu bug again..

2000-09-28 Thread krollin
> What I'm hoping for is some way to get some logging information out of > either CodeWarrior or POSE so I can try to get some grip on what's > going on. When I work with Metrowerks to iron out problems in the interaction between Poser and their debugger, I make heavy use of the debugger-relate

Re: ARGH! Mysterious CW/Con/Emu bug again..

2000-09-28 Thread krollin
Hmm...Poser hasn't created .ram files in over two years. What version are you using??? -- Keith Rollin -- Palm OS Emulator engineer "Dan Peluso" <[EMAIL PROTECTED]> on 09/28/2000 01:37:16 PM Please respond to "Palm Developer Forum" <[EMAIL PROTECTED]> Sent by: "Dan Peluso" <[EMAIL PRO

window's content!

2000-09-28 Thread Flora_Mahdavi
In 3.5 we can use WinGetBitmap() to access a windows content, what is the compatible command/combination of commands in 3.1? Flora -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Power-off event

2000-09-28 Thread Dave Lippincott
Ignoring the 'Why?' questions that may follow... Short stop the power off character (autoOffChr) before you give the message to the OS. That is before the SysHandleEvent call in your main handler. Then pass the message onto the OS. - Original Message - From: "Mark" <[EMAIL PROTECTED]> Ne

Re: 16 bit color Handspring Prism and chunk size limit

2000-09-28 Thread krollin
Why isn't this thread on handspring-forum? Anyway, since we're speculating: * Assuming that Handspring *does* have a 16-bit device (I haven't seen any official announcements and don't see anything on their web site about it), I'd guess that Handspring is using a custom LCD controller instead o

RE: POSE and m100

2000-09-28 Thread Peter Epstein
One thing that might help is to put the seed version and the stable version on the same download web page, with an explanation of which one to use. You might say something brief about the new features of the seed version so people know if they need the seed version. Right now, it's easy for peo

RE: POSE and m100

2000-09-28 Thread Stuart Nicholson
Please don't change the current mechanism Keith, I believe it works fine! Personally I've developed using a mix of 'stable' and 'seed' versions depending on my current need. Possibly confusion arises from the slightly odd terminology? I would much prefer to always have the 'seed' version availabl

RE: POSE and m100

2000-09-28 Thread krollin
> Labeling the most recent one as (essentially) "not known stable" > is not an accurate description of the quality of Keith's work. ...says the man who sends me all those private bug reports! :-) Sadly, the problem here is that I keep forgetting to move the "seed" version to the "stable" page

RE: POSE and m100

2000-09-28 Thread Dave Johnson
At 9:22 AM -0700 9/28/00, Scott Johnson (Bellevue) wrote: >Once again someone has been misled by Palm's odd distinction between "latest >known stable" and "seeding" versions. I question the usefulness of posting >two versions like this. Labeling the most recent one as (essentially) "not >known s

Power-off event

2000-09-28 Thread Mark
Hi, Is there anyone who knows how to capture auto power-off event and manually power-off even on PalmOS 3.1, please kindly advice. Thanks a lot in advance. Best Regards, Mark -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech

Re: ID and PW

2000-09-28 Thread Brian Mathis
Richard Hartman wrote: > > It's not a secret anymore ... I think you wanted to > send that to [EMAIL PROTECTED] > > -- > -Richard M. Hartman > [EMAIL PROTECTED] > > Anson, Gary wrote in message <25740@palm-dev-forum>... > > > >set palm-dev-forum pw=secret You also might want to start choosing

Re: ARGH! Mysterious CW/Con/Emu bug again..

2000-09-28 Thread Dan Peluso
Hi Paul, Have you tried deleting the .RAM file that is created in the same directory as your ROM file. 1. Shut down the emulator 2. Delete the .RAM file from the Emulator Rom directory 3. Restart emulator. This has always helped me with those intermittent, annoying "No Connects" "Paul Bohme"

BUG: Buttons panel broken when invoked from app

2000-09-28 Thread Scott Johnson (Bellevue)
Here is a bug I see in OS versions 3.5 and earlier. If you use the sysAppLaunchCmdPanelCalledFromApp launch code to programmatically invoke the system Buttons pref panel from your app, it does come up but is broken in the following ways: 1. The 'Buttons' label does not appear in the upper right

Creating a pqa

2000-09-28 Thread Labhesh Patel
Hi, I wanted to create a pqa programatically. For this I open the database of an existing pqa, copy the contents of it to a new database created with TypeId = 'pqa' and creator Id='clpr'. When I try to launch this pqa from Web Clipper, it fails - a connecting button keeps flashing. bye R

Fatal error: Fatal exception

2000-09-28 Thread Labhesh Patel
Hi, I get a "Fatal error: Fatal exception" sporadically when I exit my application on Palm V. I am testing with a prc and 2 pqas.All of them have a default icon provided by Palm OS. Does anyone else have a problem with applications having the same icons? bye Ramesh

Re: UI objects zorder?

2000-09-28 Thread Peter Epstein
In my experience, Constructor does sort the form objects according to their IDs. However, there is a drag-n-drop capability in the hierarchy window. This allows the object order to be manually specified. Problem is, Constructor will re-order by ID if you do just about anything, so the manual or

Re: TCP/IP, SSL and PALM

2000-09-28 Thread dexMilano
I'd like to be involved in such kind of project. Can we organize something in FreshMeat or likely? dex "Tom Zerucha" <[EMAIL PROTECTED]> ha scritto nel messaggio news:25739@palm-dev-forum... > > On Thu, Sep 28, 2000 at 12:10:19PM +0200, Christian Vandendorpe wrote: > > I'm afraid that you will h

Re: MIME type for .prc/.pdb files

2000-09-28 Thread Danny Epstein
"John Cundall" <[EMAIL PROTECTED]> wrote in message news:25684@palm-dev-forum... > Thanks, Danny. I'll use application/vnd.palm on the assumption that the > request will be approved (!). When was the application submitted ? The application was submitted on Aug 24. We sent in an update more recent

Visor+magnetic stripe reader: Does one exist?

2000-09-28 Thread Nesse, Rustin
I've been porting some software over from the Symbol 17xx/15xx series devices to the Handspring Visor/PSC Momentum scanner module. My app used the Dynasys/IDTech MSR for the Symbol 1500...so I'm curious as to whether anyone knows if there's a serial magnetic stripe reader available for purchase f

Re: POSE and m100

2000-09-28 Thread dexMilano
For all of you. In the ./seed you can find the 07, in the emulator/ you'll still find the 06. dex "Dave Johnson" <[EMAIL PROTECTED]> ha scritto nel messaggio news:25709@palm-dev-forum... > > At 2:47 PM +0200 9/28/00, dexMilano wrote: > >This is the last palm website has. > > No, 3.0a7 (which

ARGH! Mysterious CW/Con/Emu bug again..

2000-09-28 Thread Paul Bohme
OK, this is nothing short of infuriating. I sent the past couple of hours just doing some cleanups, nothing huge, putting in shift indicators where forgotten, that sort of thing. Occasional rebuilds and such - note that the IDE doesn't check file modification dates despite the implications of

RE: POSE and m100

2000-09-28 Thread Scott Johnson (Bellevue)
> [Dex] This is the last palm website has. > [Dave] No, 3.0a7 (which has m100 support) was posted some time ago. Once again someone has been misled by Palm's odd distinction between "latest known stable" and "seeding" versions. I question the usefulness of posting two versions like this. Labeli

RE: Emulator Won't run

2000-09-28 Thread Scott Johnson (Bellevue)
> From: Dean Salman [mailto:[EMAIL PROTECTED]] > Does the emulator work with NT 4.0 client service pack 4 Works for me just fine. > I downloaded the ROM from my Vx but I get a check sum error. That's bad. Your ROM file is probably corrupt or was modified. You need to either download one clean

CodeWarrior Datebook Example

2000-09-28 Thread Brian Beatty
I have a Palm VII and am using the CW IDE. I have the 3.5 SDK and I can't get the Datebook example to download to the device. I have no trouble downloading and debugging any of the other examples included with the CW IDE. I am using the Datebook target ( I think this is the debug target). I keep g

Re: MIME type for .prc/.pdb files

2000-09-28 Thread Adam Wozniak
Richard Hartman wrote: > Adam Wozniak wrote in message <25581@palm-dev-forum>... > > > >and pulling it into common usage. "x-" means EXPERIMENTAL! > > no, what it means is "extension". basically it designates a mime > type that has not been "blessed" by the official registry. anybody > who agr

RE: Emulator Won't run

2000-09-28 Thread Paul Bohme
There's always the possibility of a corrupted download? Depending on how you downloaded it, some browsers have a nasty habit of doing newline conversion when they shouldn't.. If it was via ftp, do the usual check to make sure it's in binary mode. -P -Original Message- From: Dave Lipp

Re: Emulator Won't run

2000-09-28 Thread Dave Lippincott
Have you altered the FLASH on your Vx with an app such as FlashPro? If so, Poser won't be able to use the ROM image. - Original Message - From: "Dean Salman" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, September 28, 2000 1

Greyscale picture

2000-09-28 Thread SK
Please, can anybody point me to the right direction how to put 4-greyscale bitmap on screen? Thanks Sandi [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: ID and PW

2000-09-28 Thread Richard Hartman
It's not a secret anymore ... I think you wanted to send that to [EMAIL PROTECTED] For more help on using the mailing list server, see http://www.palmos.com/dev/tech/support/forums/help.html -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! Anson, G

Emulator Won't run

2000-09-28 Thread Dean Salman
Does the emulator work with NT 4.0 client service pack 4 I downloaded the ROM from my Vx but I get a check sum error. I clicked the OK and the emulator started. The problem is it does nothing: I can't click the buttons or use the keyboard. The only thing that does work is the right click and t

Re: MIME type for .prc/.pdb files

2000-09-28 Thread Richard Hartman
Whoops, looks like I misread Danny's posting. He wasn't suggesting that someone submit vnd.palm, he was saying that they already had submitted it. Mea culpa. -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! Richard Hartman wrote in message <25609@p

Re: Help Determining Program Feasibility

2000-09-28 Thread Richard Hartman
Sounds like most of the work would be in the conduit, not the Palm app. The really tricky part would be reconciling changes from different users to the same record. It might be worthwhile to use some sort of revision control system to manage such things. RCS is still a great revision control sy

Re: 16 bit color Handspring Prism and chunk size limit

2000-09-28 Thread Tom Zerucha
On Thu, Sep 28, 2000 at 01:45:24PM +0200, Linke, Andreas wrote: > As mentioned before, Handspring is supposed to unveil a PalmOS device with > 16 bit colors RSN. > > Given the 64 KB chunk limit, how would one cope with that screen depth? > > A 16 bit color table would be at least 192 KB in siz

RE: OK, this one flattened my head a bit..

2000-09-28 Thread Fergal Moran
> Consider yourself lucky. 98+CW+latest round of patches and > it still happens > on my system. I'm considering an upgrade to Win2K but will > wait until all > my development tools (not just Palm) have official Win2K updates. > Yeah - I'm using Win2K - that might be it. Fergal. -- WASP Te

ID and PW

2000-09-28 Thread Anson, Gary
set palm-dev-forum pw=secret -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: TCP/IP, SSL and PALM

2000-09-28 Thread Tom Zerucha
On Thu, Sep 28, 2000 at 12:10:19PM +0200, Christian Vandendorpe wrote: > I'm afraid that you will have to implement yourself the TLS and SSL > layer. I've been looking long and hard for an SLL layer ported to the > Palm but I dont think it's been done yet. I'm thinking on trying to port > the Mozi

Re: Palm Vx and 3.5OS

2000-09-28 Thread Richard Hartman
Jim Schram wrote in message <25659@palm-dev-forum>... > >At 2:23 PM +1000 9/28/00, Sally Anne Palmer wrote: ... >>I also heard that Palm is no longer releasing OS Updates like they did with >>the 3.3 os a few months ago. Is this true? > >Really? Now that's funny... > > http://www.palm.com/supp

Problem with TblSetLoadDataProcedure in OS 3.5.

2000-09-28 Thread Guy Duplantier, AEC Software
I'm upgrading my code to support Palm OS 3.5. TblSetLoadDataProcedure is not working correctly. I try to set my load function, but it is not getting called. I know that OS 3.5 has changed the Word datatype to Int16, and I made that change. Any other reason why my function wouldn't get cal

Re: Palm Vx and 3.5OS

2000-09-28 Thread Tom Zerucha
On Thu, Sep 28, 2000 at 05:02:50PM +0800, [EMAIL PROTECTED] wrote: > There is a backdoor way to fix a messed up ROM upgrade? The last time I > had a mishap (when I was flashing my ROM), and the ROM was messed up, > Palm told me I had to pay them $99 to swap mine with a refurbished set. If you hol

Help Determining Program Feasibility

2000-09-28 Thread Craig Trim
Hi, I'm new to this user group, and I apologize in advance if this letter breaches list etiquette. I would like to determine the feasibility of the following problem, posed to me by my employer. I don't have any previous experience in developing palm-based apps. As a quick overview, we have a ce

RE: OK, this one flattened my head a bit.. (one bad resource cras hes the debugger?)

2000-09-28 Thread Paul Bohme
Aah, there's your mistake: Windows98. Unfortunately I've found it too unstable to even run Micro$oft's development tools, much less anyone else's. Am running Windows 2000, and can spend all day flipping in and out of the debugger with Constructor and the IDE up. Haven't done much with a live

Re: OK, this one flattened my head a bit..

2000-09-28 Thread Dave Lippincott
Consider yourself lucky. 98+CW+latest round of patches and it still happens on my system. I'm considering an upgrade to Win2K but will wait until all my development tools (not just Palm) have official Win2K updates. > however I don't have any problems debugging with CW, Poser and constructor ru

RE: OK, this one flattened my head a bit..

2000-09-28 Thread Rick Gadbois
I run constructor and emulator 3.0a6 at the same time. WinNT. -Original Message- From: Fergal Moran [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 28, 2000 10:18 AM To: Palm Developer Forum Subject: RE: OK, this one flattened my head a bit.. > From: Dave Lippincott [mailto:[EMAI

RE: Font index not found.. CW Bug?

2000-09-28 Thread Hirva Doshi
Hi, This is has been posted before, you can fix this error if you download the 3.5 SDK and the Update 1 from Palm's website at: http://www.palmos.com/dev/tech/tools/sdk35.cgi. This contains a new postlinker that fixes this bug. HD > -Original Message- > From: [EMAIL PROTECTED] [mailto:

RE: Agruments to SysLibLoad?

2000-09-28 Thread Metalle Gary-GMETALL1
Those values should be published by the developer of the shared lib. Have a look in the header file you will have for the library, there should be some #define in there. There should be a #define for the string ID too that you can use in SysLibFind(). That func is useful to make sure the lib hasn'

RE: OK, this one flattened my head a bit..

2000-09-28 Thread Fergal Moran
> From: Dave Lippincott [mailto:[EMAIL PROTECTED]] > CW won't successfully download to Poser if Constructor is running. I have heard this mentioned a couple of times on the list now - however I don't have any problems debugging with CW, Poser and constructor running. Am I unique? Fergal.. --

Re: UI objects zorder?

2000-09-28 Thread Denis Faivre
I wouldn't bet this is a documented behaviour... David ? -- Denis Faivre - [EMAIL PROTECTED] -- Ablivio - http://www.ablivio.com - Message d'origine - De : "John Cundall" <[EMAIL PROTECTED]> Groupes de discussion : palm-dev-forum À : "Palm Developer Forum" <[EMAIL PROTECTED]> Envoyé :

Agruments to SysLibLoad?

2000-09-28 Thread Tim Spurrell
>SysLibLoad( UInt32 libType, UInt32 libCreator, UInt16* refNumP ) > > So refNumP is pretty obvious, but what about the other 2. If > I want to load a library, where would I find a libType and a libCreator? > > -- For information on using the Palm Developer Forums, or to unsubscribe, ple

Re: how to read more than 64kbytes records.

2000-09-28 Thread Dave Lippincott
There are no records with more than 64K bytes. 64K is the max record size (minus a few bytes). > > Is it possiable to read data from record from > anypoint. > I don't understand the question so I'll take a guess... You can randomly access any record within a DB. Once you retrieve a pointer to t

Re: OK, this one flattened my head a bit..

2000-09-28 Thread Dave Lippincott
CW won't successfully download to Poser if Constructor is running. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Ethernet cradle..

2000-09-28 Thread Dave Lippincott
http://www.palm.com/products/enterprise/ethernet.html should answer where, the 800 number in the 'where to buy' link might answer the how much. I don't know if it helps you in the UK but may be worth a try. FWIW, Symbol also makes one. - Original Message - From: "Logie Urquhart" <[EMAI

Odd SLP Packet Header Problem

2000-09-28 Thread Brad Barclay
Hi Everyone: I'm hoping that someone can help me with a problem I am trying to diagnose. I have a user with a Palm Vx who is having synchronization problems (actually, he and a friend of his have the exact same problem). It appears that when running a serial line monitor on his syn

how to read more than 64kbytes records.

2000-09-28 Thread Deepak D
Hi all, In SyncReadNextModifiedRecInCategory(CRawRecordInfo & rinfo) API call,m_TotalBytes is WORD. How to read records from palm having more than 64kbytes data. Is it possiable to read data from record from anypoint. Thanks. Deepak __ Do You Ya

Re: How to display Palm VII Antena strength (was Palm VII in POSE and new Proxy)

2000-09-28 Thread Ben Combee
> Next question, my program downloads information from the Internet > through the inet lib. How do I display the antenna signal strength in > the dialog window that displays the "retrieving information" string? Is > this a special character like 'chrOta'? Look at the "Wireless Indicator" function

Re: POSE and m100

2000-09-28 Thread Dave Johnson
At 2:47 PM +0200 9/28/00, dexMilano wrote: >This is the last palm website has. No, 3.0a7 (which has m100 support) was posted some time ago. Dave Johnson -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: UI objects zorder?

2000-09-28 Thread Stephen Byatt
Thanks John, the zorder is defined by the object ID. You can change the objects ID of the UI objects to suit the required zorder. SB - Original Message - From: "John Cundall" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, Sept

Re: Can't debug twice!?

2000-09-28 Thread Stephen Byatt
I'm using Win98; IDE 4.01.0436; Constructor 1.5b7 and Emulator 3.0a7. In other words, Release 6 with update 1. SB - Original Message - From: "Jason Partyka" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, September 28, 2000 1:41 PM Subject: Re: Can't de

Re: POSE and m100

2000-09-28 Thread dexMilano
This is the last palm website has. dex "McCollister, Mike" <[EMAIL PROTECTED]> ha scritto nel messaggio news:25698@palm-dev-forum... > > X-Mailer: Internet Mail Service (5.5.2650.21) > Content-Type: text/plain; > charset="iso-8859-1" > > Dex, > > Have you thought of seeing if there is a newer ver

Re: How Do I control a Modem?

2000-09-28 Thread Chris Percival
What so you want to do with it? Chris Ayers Family Member <[EMAIL PROTECTED]> wrote in message news:25700@palm-dev-forum... > > I need some sample code on how to control a Palm modem. I read the MdmDial > and hangup routines but I am not sure what code comes between them. Does > anyone have a sa

Re: Can't debug twice!?

2000-09-28 Thread Jason Partyka
Are you using Win2K? If so you may need to install patches. This is according to other developers on this list (cehck the archives for which patches). -jp- >>> [EMAIL PROTECTED] 09/28/00 07:38AM >>> When I use the debugger with the emulator it works just fine the first time, but complains when

How Do I control a Modem?

2000-09-28 Thread Ayers Family Member
I need some sample code on how to control a Palm modem. I read the MdmDial and hangup routines but I am not sure what code comes between them. Does anyone have a sample or knows where I can find one? Jeff Ayers -- For information on using the Palm Developer Forums, or to unsubscribe, please s

Can't debug twice!?

2000-09-28 Thread Stephen Byatt
When I use the debugger with the emulator it works just fine the first time, but complains when I do it the second time. I have to restart both the IDE and emulator before they'll talk again. Could somebody confirm that I'm doing this procedure correctly: Start the debug session with F5 Wait whi

RE: Ethernet cradle..

2000-09-28 Thread Logie Urquhart
BTW How much and where can I get an Ethernet cradle for the Palm III? Logie > -Original Message- > From: Nitin Nangia [mailto:[EMAIL PROTECTED]] > Sent: 28 September 2000 13:24 > To: Palm Developer Forum > Subject: Ethernet cradle.. > > > Hello All, > > i have a client program running

RE: POSE and m100

2000-09-28 Thread McCollister, Mike
X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Dex, Have you thought of seeing if there is a newer version of POSE :)? Mike McCollister > -Original Message- > From: dexMilano [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 28

Ethernet cradle..

2000-09-28 Thread Nitin Nangia
Hello All, i have a client program running on my palm V. It connects with the server over TCP/IP sockets,after a dial up connection. Now my question is,,if i were to use an ethernet cradle and a Palm VII,(i think there is no ethernet cradle for Palm V's) will i have to do something to my code,,

a Memo Pad [or text field] question

2000-09-28 Thread Paul Nevai
Dear Fellow Palm Programmers: Here is a challenging question. I would prefer a solution using the published SDK w/o using private functions in Field.c. I could [did] solve the problem with Field.c but that is risky [and complicated] since Field.c may change in future OSs. For simplicity, let's t

POSE and m100

2000-09-28 Thread dexMilano
I have problem configuring emulator to work with rom from m100. I Upload the ROM from device but I cannot install in POSE because in the list of device ther is not the m100. POSE 3.0a6 Any suggestion? dex -- For information on using the Palm Developer Forums, or to unsubscribe, please see h

RE: An impossible error -- first correct explanation gets a prize

2000-09-28 Thread Linke, Andreas
Well, your coding is working for me (I get the Alarm sound in the first listing - PalmOS 2.0 and 3.0 on POSE 3.0a7, tapping on the Find button after activating in Hackmaster 0.91) So it must be some subtle bug in the coding that you didn't show (do you call the original function before or after y

16 bit color Handspring Prism and chunk size limit

2000-09-28 Thread Linke, Andreas
As mentioned before, Handspring is supposed to unveil a PalmOS device with 16 bit colors RSN. Given the 64 KB chunk limit, how would one cope with that screen depth? A 16 bit color table would be at least 192 KB in size, i.e. not fit in a single chunk. Even if they only support a fixed color t

RE: Is there a European PalmSource ???

2000-09-28 Thread Richard Anderson
Yeh, I got a flyer for the US one this morning, hence my question, I looked at the website but did not find the europe stuff. Ill wait until more info appears. Im currently trying to find an excuse to make my boss to send me to CA again. Thanks Rik > -Original Message- > From: Richard

Re: Is there a European PalmSource ???

2000-09-28 Thread Richard Cohen
On Thu, 28 Sep 2000, Richard Anderson wrote: > Hi, > > Does anyone know if there is a European PalmSource ??? > > Thnaks > > Rik I actually got a flyer through the door (the door being in North London) this morning for PalmSource US. Anyway, www.palmsource.com says: In early 2001, there wil

Re: Is there a European PalmSource ???

2000-09-28 Thread krollin
>From David Fedor's 9/15/00 posting: > Yeah, yeah, everyone wants it in their own backyard :-) We're not yet at > the point where we can do one in every time zone, but this year we'll be > having them pretty equally spaced around the globe: California, Europe, and > Japan. If things keep gro

Re: Is there a European PalmSource ???

2000-09-28 Thread John Cundall
See http://www.palmsource.com/summits.asp. Quote: "In early 2001, there will be two-day PalmSource Forums in both Japan and Europe". John. <[EMAIL PROTECTED]> Richard Anderson wrote: > > Hi, > > Does anyone know if there is a European PalmSource ??? > > Thnaks > > Rik -- For information on

Is there a European PalmSource ???

2000-09-28 Thread Richard Anderson
Hi, Does anyone know if there is a European PalmSource ??? Thnaks Rik -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: UI objects zorder?

2000-09-28 Thread John Cundall
I think it's based on the ObjectID - thus in a From, ID 1000 is farthest back, ID 1001 draws in front, and so on. I just tried this with a simple bitmap + button form and if the bitmap had a lower ID than the button, it drew behind the button. Thus in constructor, put your backdrop bitmap into the

Re: MIME type for .prc/.pdb files

2000-09-28 Thread John Cundall
Thanks, Danny. I'll use application/vnd.palm on the assumption that the request will be approved (!). When was the application submitted ? John. <[EMAIL PROTECTED]> Danny Epstein wrote: > > "John Cundall" <[EMAIL PROTECTED]> wrote in message > news:25532@palm-dev-forum... > > Is there a convent

(no subject)

2000-09-28 Thread HCE111
i may have to switch from using palm desk top back to using outlook 97 i have palm V and the cd contains outlook want to know if i will loose may data that is stored in palm desk top. what kind of problems can iexpect thanks HCE 111 @AOL -- For information on using the Palm Developer Forums,

How to display Palm VII Antena strength (was Palm VII in POSE and new Proxy)

2000-09-28 Thread Christian Vandendorpe
Ok I should have read the FAQ about the new proxy... found it. Next question, my program downloads information from the Internet through the inet lib. How do I display the antenna signal strength in the dialog window that displays the "retrieving information" string? Is this a special character l

Palm VII in POSE and new Proxy

2000-09-28 Thread Christian Vandendorpe
How do I get the Palm VII to access the network from POSE? Right now it is failing and I imagine that this is due to the new Palm.net proxies. How do I change the proxy on a Palm VII? Thanks Chris --- Stock Manager - http://TinyStocks.com -- For information on using the Palm Developer Forums,

Re: TCP/IP, SSL and PALM

2000-09-28 Thread Christian Vandendorpe
I'm afraid that you will have to implement yourself the TLS and SSL layer. I've been looking long and hard for an SLL layer ported to the Palm but I dont think it's been done yet. I'm thinking on trying to port the Mozila layer, that would bve neat. Chris Gil wrote: > > Hi, > > 1. Does PALM su

UI objects zorder?

2000-09-28 Thread Stephen Byatt
Using constructor, how do you specify whih objects are "above" others? I ask because I have set a FormBitmap the size of the window that contains a backdrop I wish to use, but it is placed over the UI objects at run time. Any explanantion, or am I being dumb? TIA, Stephen Byatt -- For informat

how to reassemble a .dump file ?

2000-09-28 Thread thomas
anybody knows how to do that ? thanks thomas -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

  1   2   >