Re: development tool for making app. in Palm OS

2004-01-19 Thread David Orriss Jr
Flex wrote: AppForge MobileVB is what you are looking for. NSBasic is also a basic clone but appforge is better. AppForge is slower than NSBasic, has a larger runtime, requires owning VB in order to use it, and produces apps that don't look anything *like* PalmOS apps because it's runtime uses

RE: 40k in one record

2004-01-14 Thread David A. Desrosiers
> HotSync for OS 6 devices, although I expect that OS 6's HotSync will > have even more extensions to support the new schema database format that > David Fedor mentioned in his talk at the PalmSource European Forum. Anyone happen to have notes or slides from this talk, for

RE: 40k in one record

2004-01-14 Thread David A. Desrosiers
> Unless its the Tapwave version of Hotsync, right? So now that makes 5 separate implementations of HotSync out there in the wild. This makes our jobs, as conduit and compatibility authors so much easier. Thanks! Now if any one of these could at least document the changes and d

Re: Code Warrior vs DeveloperStudio

2004-01-12 Thread David Orriss Jr
Jim Cooper wrote: Which development tool is better amongst Code Warrior vs DeveloperStudio ? DS essentially is a wrapper around prc-tools. CW is a complete environment and compiler. If you want to use prc-tools you can also use Borland C++BuilderX. If you want to avoid C/C++, then there is Po

Re: 40k in one record

2004-01-12 Thread David A. Desrosiers
> Not really. What you do with that data may have some negative aspects, > but the record size itself shouldn't be a problem. Unless that record exceeds 64k and isn't delivered as a stream resource, as I understand it, no? d. -- For information on using the Palm Developer Forums, or to

[OT] Anyone have palm-dev-forum 2002/2003 in mbox format?

2004-01-11 Thread David A. Desrosiers
I've been on and off this list for a bit over the last couple of years, and I know I've missed some messages that would be helpful. Does anyone happen to have the full archives of palm-dev-forum in mbox format for 2002 and 2003? If so, I'd be grateful. Just reply to me directly an

Re: Silent beam receive

2004-01-09 Thread David Chevalier
Luc Le Blanc wrote: Is there a way I can send or beam a record to any application without this application becoming active? I want to be able to send records to any application that can handle beaming, let it store the record, and go back to sleep so I can continue beaming or sending to another app

Re: [Fwd: usb ?]

2004-01-07 Thread David Temes
May be getting a serial cradle is not a bad idea, the cost of this piece of hardware will be for sure lower than the cost of development if you plan to use usb -- David Temes "Riccardo Cohen" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] >

Re: database pdb

2003-12-31 Thread David Temes
I use PDBC. In my windows app i just wirite a text file with all the data and then call pdbc to create the pdb. http://www.obermuhlner.com/public/Projects/Palm/PDBC/index.html -- David Temes Project Manager INFOCO Vía Augusta, 59 08006 BARCELONA Tel. 34 93 415 25 26

Re: Using Visual Studio for Palm OS Development

2003-12-27 Thread David Martin
out. Visual Studio will not readily create ARM or M68K executables, but I have understood that it should be (theoretically) possible use it as a front end to gcc...no idea at all how this would be done directly. regards, David M --- Tony Armstrong <[EMAIL PROTECTED]> wrote: > Hello, &g

Re: Segmenting by function with CW?

2003-12-23 Thread David Beers
open source project with lots of developers and the majority do not use CW. So I'm making a rather disruptive change (and possibly messing up the source control system) if I do that. Other suggestions? David = David Beers Pikesoft Mobile Computing www.pikesoft.com \ * C

Re: VersaMail API or database format?

2003-12-22 Thread David Beers
. = David Beers Pikesoft Mobile Computing www.pikesoft.com \ * Custom PDA software \ * Field Data Collection \ * Wireless Mobile Applications \ * CRM and Salesforce Automation > for a while now I am trying to obtain technical information about VersaMail > - from what I coul

Re: Segmenting by function with CW?

2003-12-22 Thread David Beers
ny info on this. = David Beers Pikesoft Mobile Computing www.pikesoft.com \ * Custom PDA software \ * Field Data Collection \ * Wireless Mobile Applications \ * CRM and Salesforce Automation -- For information on using the Palm Developer Forums, or to unsubscri

Re: Segmenting by function with CW?

2003-12-11 Thread David Beers
function will fall into SEGMENT1 until I insert another #pragma segment? And can I invoke #pragma segment SEGMENT1 again in another part of the file to add some other functions to the same segment? I.e: SEGMENT1... SEGMENT2... SEGMENT1... SEGMENT3... etc.? = David Beers Pikesoft

Re: Segmenting by function with CW?

2003-12-11 Thread David Beers
#pragma segment sounds promising... Any idea how it's used? = David Beers Pikesoft Mobile Computing www.pikesoft.com \ -- Custom PDA Software \ -- Field Data Collection \ -- Sales Force Automation \ -- Wireless Database Solutions - Original Me

Segmenting by function with CW?

2003-12-11 Thread David Beers
ecially since I imagine it might wreak havoc when performing a merge with CVS. So I'm wondering: is it possible to do segmenting with CW on a function-by-function basis similar to the way it's done in GCC? ===== David Beers Pikesoft Mobile Computing www.pikesoft.com

My first hi res app (a game)

2003-12-11 Thread David Temes
to design screens, add platforms... It is only tested in the palm 5 simulator and in my zire 71, where it works quite well. http://212.170.16.214/david/palm/PizzaMan.prc http://212.170.16.214/david/palm/level.pdb You need both, the prc and the pdb what do you think? -- David Temes -- For

Re: Connect to internet via the USB cradle

2003-12-10 Thread David Bartlett
Try: www.softick.com. I know, it seems crazy, but neither Palm nor Microsoft seem to endorse a solution to this simple and common problem. Dave Bartlett Software Engineer Glidepath Ltd. www.glidepath.co.nz Please note: The contents of this email contains information that is Glidepath's Intelle

CodeWarrior: #define for debug build?

2003-12-10 Thread David Bartlett
Is there a #define like DEBUG or _DEBUG that CW sets when doing a debug build? Dave Bartlett Software Engineer Glidepath Ltd. www.glidepath.co.nz Please note: The contents of this email contains information that is Glidepath's Intellectual Property, Proprietary and/or Information confidential t

find and brightness dialogs on a hi res app

2003-12-10 Thread David Temes
something to do with the coordinates system, but i am setting them to standard after drawing each time i set it to native...what am i missing? I could post an image of what happens if i knew how to call find dialog or brightness adjust dialog from simulator... thanks David Temes -- For

Re: Windows util to send binary data over COM?

2003-12-10 Thread David Temes
Did you try from a cmd prompt : 1. setting the com port with "mode comX" 2. type the file with the raw data >comX ? David Temes "Jeff Ishaq" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > I'm looking for a simple program for Windows

Re: IrDA problem under Palm OS5!

2003-12-09 Thread David Chevalier
Wang Xiaodong wrote: > Hi, >I am trying to use the IrDA of Palm TT to communicate with serial port of PC > which I have > connected a Ir adapter to it! I did not install the Ir driver on PC because I want > to know if it can work by this way! >I don't know if it can work by using Raw IR

Re: GsiSetLocation doesn't

2003-12-06 Thread David Beers
otype void GsiSetLocation (const Int16 x, const Int16 y) Parameters x, y Coordinate of left side and top of the indicator. Result Returns nothing. Graffiti Shift GraffitiShift Functions Comments The indicator is not redrawn by this routine. = David Beers Pikesoft Mobile

GsiSetLocation doesn't

2003-12-05 Thread David Beers
r and a real T3.) ===== David Beers Pikesoft Mobile Computing www.pikesoft.com \ -- Custom PDA Software \ -- Field Data Collection \ -- Sales Force Automation \ -- Wireless Database Solutions -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.

Re: HardKeys on Zire71

2003-12-04 Thread David Temes
Here is a small article I found about hard keys: http://www.developer.com/ws/palm/article.php/10946_2224141_2 -- David Temes "Richard Good" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > How do I catch the hard keys on a zire 71? > On older palm d

Re: HardKeys on Zire71

2003-12-04 Thread David Temes
And how can I check if the keys are released? is there something like a KeyUp event? I tryed with KeyCurrentState, but it was always returning 0. -- David Temes "Richard Coutts" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > > How do I catch the

Re: Hi res and double density bitmaps

2003-12-03 Thread David Temes
"David Temes" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > I am creating a hi res game and am working on the base > graphics functions. I have all my game graphics in a 320x320 true > color bitmap, and i am able to load it in an offscreen window

Best way to make a progress bar?

2003-12-02 Thread David Bartlett
What's the best way to make a progress bar for my application when it does something that takes a long time? I couldn't see a standard control in PilRC designer, so I assume its not a standard control. Is anyone willing to share some code? Dave Bartlett Please note: The contents of this email

Hi res and double density bitmaps

2003-12-02 Thread David Temes
double density and hi res? (appart of the white paper available in palmsource) What is the corret way and place to call winsetscreenmode? Thanks in advance to all. David Temes -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: Falch Developer Studio...?

2003-11-30 Thread David Orriss Jr
Aaron Ardiri wrote: there you go :) thank god that someone archives the web :) Unfortunately, that someone doesn't archive the files that were on the website. At least then I could get 2.6.1 and re-apply my key to it. Guess I'll bite the bullet after the first of the year and get CodeWarri

Falch Developer Studio...?

2003-11-30 Thread David Orriss Jr
Does anyone know what happened to Falch Developer Studio? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: I admit to being a newbie, but this is driving me crazy. I have installed

2003-11-29 Thread David Barton
Ka-ching! I had to do it the first time because the initial download of the SDK did not have the first sdk with it. So two runs did the trick. I am humbly thankful to all who helped the newbie. Thank you all so very, very much! Dave Barton -- For information on using the Palm Developer Fo

Re: I admit to being a newbie, but this is driving me crazy. I have installed

2003-11-28 Thread David Barton
Dave Lasker writes: "Dave Lasker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I got the identical error message when I tried prc-tools for the first time. > This was due to my installing SDK 5, but not noticing that the tutorial's > makefile includes the line: > > CFLAGS = -palmos

I admit to being a newbie, but this is driving me crazy. I have installed

2003-11-28 Thread David Barton
I admit to being a newbie, but this is driving me crazy. I have installed prc-tools, and have downloaded a sample problem with an associated make file (from the "Palm OS Programming" text). I have installed the prc-tools and tried installing both the 5.0 SDK, and dropped back to the 4.0 SDK when

TCP streaming problem

2003-11-26 Thread David Bartlett
I have a TCP streams app which needs to receive relatively large amounts of data (600k) through a slow connection (modem or cellphone). Most of the time it works, but sometimes the stream seems to slow down to a complete halt and timeout. I've tried increasing the receive timeout from 25 to 50

CW9.2 Debug on device

2003-11-25 Thread David Bartlett
I'm having some trouble debugging on a device via serial (and USB). I've never done this before, so it could be something lame. I have set the debug settings to 'device', COM1, 57600 etc and put the device into debug mode with shortcut..2. I've also tried doing debugging over USB with a m130. T

Re: Speeding up hotsynch (24K Records)

2003-11-24 Thread David R.
t;Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Saturday, November 22, 2003 11:07 AM Subject: Re: Speeding up hotsynch (24K Records) > > Can anyone suggest a way to increase the time it > > takes to download a large PDB that has 10K+ records. > > > Ah, David, you've

Speeding up hotsynch (24K Records)

2003-11-21 Thread David Rutgos
! David R. _ Need a shot of Hank Williams or Patsy Cline? The classic country stars are always singing on MSN Radio Plus. Try one month free! http://join.msn.com/?page=offers/premiumradio -- For information on using the Palm

Re: One directional IR transmission without connection

2003-11-20 Thread David Chevalier
Marcel wrote: I have heard about ULTRA, but couldn't find the specs on the irda.org website. I will check this out as a second option after testing IrTestReq. The actual ULTRA protocol doesn't seem to be available anymore. You can infer some of its structure from the IrWW spec (WW = wristwatch). I

Re: One directional IR transmission without connection

2003-11-19 Thread David Chevalier
Marcel wrote: Palm IR led is too weak for this distance). On the PalmDev website, it says that the Palm OS 5 irDA protocol stack allows connectionless data transmissions using IR. But looking at the OS 5 API, I can't find any Were you referring to this line from the Palm OS Companion2, p87 "IrDA St

Re: One directional IR transmission without connection

2003-11-19 Thread David Chevalier
Marcel wrote: Hi. I need to implement a one-directional transmission over IR. The distance between the Palm and the IR Sender is too big to establish a connection (the Palm IR led is too weak for this distance). On the PalmDev website, it says that the Palm OS 5 irDA protocol stack allows connectio

Re: Random numbers or entropy sources?

2003-11-18 Thread David Chevalier
Alan Ingleby wrote: Here's a good (and fairly universal) option. SysBatteryInfo will return the current system battery level, which is always going to be varying. unless its in the charging cradle... doesn't sound like a good source of randomness to me. IMHO. -Dave -- For information on using t

Re: Problems with Serial Manager (trying to use IR)

2003-11-17 Thread David Chevalier
José Miguel Vives C. wrote: Hey all!!! I'm trying to use the serial manager to send a simple 3 byte code, two numbers and one character and I can't manage to get a good signal, I'v already try with a M100 and a Tungsten E. Try adding these lines after SrmOpen(): SrmControl(serRef, srmCtlIrDAEnable

Compressing Palm Records

2003-11-14 Thread David R.
Does anyone have any good compression source code in C/C++ that works well and fast on PalmOS? I would like to compress each record in a database except for its key. Thanks!! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/suppor

Conduit Check available memory on Palm

2003-11-14 Thread David R.
Hi, Is it possible to check the available memory on the palm during the download process via some conduit api? I can't seem to find a function that can do this. Thanks! -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/for

Re: Tungsten T3, Palmos 5.2.1 and the collapsible / dynamic input area

2003-11-06 Thread David Bonham
Simon Dick wrote: On Thu, 2003-11-06 at 11:51, David Bonham wrote: I'm attempting to write an application for the T3 which makes use of the dynamic input area but [...] it's clear from the PalmOS Reference manual's compatability appendix that the features described are not avai

Tungsten T3, Palmos 5.2.1 and the collapsible / dynamic input area

2003-11-06 Thread David Bonham
tly, no posts from others suffering this problem. Consqeuently, I must conclude that I'm an idiot and have missed something obvious. Could somebody point me (and those who encounter this thread in the future) at the information I should be reading? -- David Bonham Roundpoint Ltd, 29 Science Park

Re: .NET virtual machine

2003-11-02 Thread David Beers
tried the JVM in the new Palms yet either, but I'm sure there are going to be plenty of better ways to do cross-platform development than putting .NET on the Palm! David === David Beers Pikesoft Mobile Computing www.pikesoft.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Question on a routine

2003-10-31 Thread David Martin
rself!" as it is not much harder and _works_ rather than doesn't work. my 2 cents (good book by the way, very helpful!) David M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Lonnie Foster > Sent: Friday, June 27, 2003

RE: Libraries

2003-10-31 Thread David Martin
I have had nothing but trouble from it, and still don't have GLib built for palm, but here is a walk-through on how to build libraries: http://www.isaac.cs.berkeley.edu/pilot/GLib/GLib.html btw, if anyone has any hints on building GLib for dragonball I would be interested... thanks, Da

Re: 'fmap' resource type in Address Book

2003-10-31 Thread David Beers
could just can the 'fmap' resource completely and put an array in the app info block for doing this mapping, but I'd really like to know if I can modify that resource. TIA! === David Beers Pikesoft Mobile Computing www.pikesoft.com > It doesn't show up in th

.NET virtual machine

2003-10-31 Thread David Martin
greetings, I have been reading about .NET, particularly C#, and I think I to understand that there should be a .NET VM for PalmOS. Anybody know anything about it (yet)? just curious. David M __ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http

Re: DmResizeRecord on T3 device

2003-10-28 Thread David Fedor
additional fields, and you might be running into something because of that. More info would help people take a guess at the cause of the problem. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: PalmOne-dev-forum and PalmOS-dev-forum ?

2003-10-28 Thread David Fedor
ally responsible for communicating with developers. A name or official contact-point, and possibly even an introduction would certainly be appreciated. They've had their own DTS group for quite a while; they run the http://pluggedin.palm.com website. As opposed to the platform's http://www.p

is there a memory leak in OS 2.0 menu handling?

2003-10-21 Thread David M. Lasker
I am trying to ensure my newly developed app is compatible with OS releases 2 and up. When I run gremlins on OS 2.0, I see a memory leak. I don't get this leak in any other OS releases, although I understand that this is not conclusive evidence. The app is written in C, and compiled with prc-tools

Re: Question on Notes

2003-10-21 Thread David M. Lasker
Look at the source code for the built-in Address application for a good example of how to implement notes. See the file in the SDK: CodeWarrior Support\(CodeWarrior Examples)\Palm OS 5 SDK (68K) R2 Examples\Address\Src\addrnote.c   Above path will vary depending on which SDK version you have.   A

Re: Strange BitmapPtr Problem in Palm OS 5

2003-10-21 Thread David R.
eated by the following call: m_bmpPtr = ::BmpCreate(m_rect.extent.x, m_rect.extent.y, nDepth, NULL, &err); Why would this code work on a 4.1 OS Palm but not on a 5 OS Palm? Also, how do I separate the bitmap header and bits. Thanks again for your help!! David - Original Message -

Strange BitmapPtr Problem in Palm OS 5

2003-10-21 Thread David R.
Please help! For some reason, after capturing a persons bitmap signature within a gadget to a BitmapPtr and after doing a DmWrite of the BitmapPtr the data that is stored is not a valid bitmap but instead a dump of the dynamic heap. The same code utilized on an earlier Palm OS works just fine.

Re: ExgDBRead bug when reading PDB records?

2003-10-18 Thread David Thacker
to the number of bytes you return in dataP (if it's not the same). David Thacker "Andres Cabezas Ulate" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Has any one else had problems with ExgDBRead in that this function tries to > read too much data when i

Re: Beam Newer Application "Issue"

2003-10-16 Thread David Chevalier
Mike McCollister wrote: I beamed a newer application to my wife's Palm and it came up with this message: An older AppName application already exists. Do you want to replace it with the one you are about to receive? Well, when I beamed an update of one of my applications, it did not detect that it w

Re: NetLibOpen returns netErrPPPTimeout

2003-10-13 Thread David A. Desrosiers
> You can't establish a PPP connection via serial cable automatically. Unless you're running Linux or Unix, of course. d. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Easier way in creating pdb file

2003-10-10 Thread David Williams
On Fri, 10 Oct 2003 8:00 pm, Brian wrote: Good Day, Has anyone know of a software that can create a pdb file on a fly. before it will be sync to a PDA? or better yet a source code( if anybody has). ;-) Please try par: http://djw.org/product/palm/par/index.html Executables, library to use in

Re: Invitation of new group

2003-10-09 Thread David Beers
"CW9", "PNO", "pdb", and other common three-letter Palm terms). It's really not such a bad idea. Thanks rguevara. David Beers Luc Le Blanc wrote: I am about to program tables, and shall be interested in learning more about that, but I sure don't intend to s

Re: table memory leak

2003-10-08 Thread David M. Lasker
The code looks very wrong. The sequence: CustomerHandles = MemHandleNew(numBytes); handles[row] = MemHandleLock(CustomerHandles); handles[row] = MemHandleNew(StrLen(myString)+1); makes no sense. The 3rd line wipes out the locked pointer to CustomerHandles created in

Re: help with FileOpen

2003-10-08 Thread David Thacker
o concept of "path". You need to specify a path when working with files on VFS storage, but not when working with internal storage. David Thacker -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: unsigned character problem

2003-10-04 Thread David Cook
igned char and long math). So me thinks it's mak'n an assumption that your not. So, for example, one of the following should work: 1) putHere = (Char *)thisone; putHere += (unsigned char *)i; 2) putHere = (Char *)(thisone + (unsigned char *)i); -- David Cook -- Cookware In

RE: Tungsten T simulator has missing files and crashes when I install them - please help!

2003-10-02 Thread David M. Lasker
Never mind... When the simulator started up and asked for a ROM, the dialog box defaulted to my 5.2 simulator ROM directory. So I was trying to load a 5.2 "ROM" into the Tungsten T which uses 5.1. All is OK now. Thanks... Dave -Original Message----- From: David M. Lasker [mai

Tungsten T simulator has missing files and crashes when I install them - please help!

2003-10-02 Thread David M. Lasker
I just downloaded the Tungsten T simulator from Palm Plugged In, so I can develop for the 5-way navigator. When I run it, it complains about 3 missing DLLs: Graffiti2Lib.dll, JotCore.dll, and NetLib_ES.dll. I copied the DLLs from the "Debug" directory of my 5.2 simulator. Now I don't get any erro

Re: SD WiFi Cards for Palm?

2003-10-01 Thread David Cook
w that too - but 5.0 would't be of help on a Tungsten W. All other cards appear for Pocket PC etc. -- David Cook -- Cookware Inc. -- [EMAIL PROTECTED] TQworld and tranquility: www.TQworld.com Cookware Corporate: www.cookwareinc.com Hawaii/Asia Office: (808) 966-5049 (david cook) Mainland US O

SD WiFi Cards for Palm?

2003-10-01 Thread David Cook
I have a TUNGSTEN W and was wondering if anyone know of Palm SD slot (securedigital) compatible 802.11b WiFi cards available for it that work well? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Turning Off Attention Alert

2003-09-30 Thread David Cook
Aloha: I've used the AttnDoSpecialEffects() routine to blink the LED and vibrate the phone. The problem is that the LED keeps doing the blink... never stops unless I do a pin reset. I'm calling AttnDoSpecialEffects(kAttnFlagsNothing) to try to turn it off but nope... blink blink blink (and no, m

RE: Making my own IDE...

2003-09-26 Thread David Martin
cents, David M __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Notification handler in non-app code resource

2003-09-25 Thread David Thacker
ess of the priority. Can anyone suggest a way to work around this problem, or spot some error in my logic? Thanks, David Thacker -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

EEEkkk! INet.lib missing after crash

2003-09-24 Thread David Cook
palm support - guy wasn't too much help. Suggested hard reset after reloading everything again (all of above stuff). Followed advice... no dice. How do I go about getting the INet.lib library back??!?!?!?!?!? -- David Cook -- Cookware Inc. -- [EMAIL PROTECTED] TQworld and tranquili

Re: AppForge supports Palm OS 5

2003-09-24 Thread David Martin
to re-write it in C; no, not me! in case I am not making myself clear, I will translate into bumper-sticker-ese: AppForge Considered Harmful or like the tobacco warning: AppForge May Be Harmful To Your Career can you feel the love? David M --- Palm Dev Forum <[EMAIL PROTECTED]> wrote: &

Re: URL Encoding

2003-09-24 Thread David Cook
On Wed, Sep 24, 2003 at 10:10:04AM -0500, David Chevalier wrote: I do a tremendous amount of remote server transmission, with and without palm. If you have a specific question about URL encoding, feel free to email me directly. If you are encoding information into the end of the URL for a GET

Re: URL Encoding

2003-09-24 Thread David Chevalier
narender reddy wrote: I have a problem of encoding the text which i am sending for the server.Any one has written any code how to encode.I appericate if some one help me with some piece of code on encoding. RFC 2396 is a good place to start learning. step 1: escape all chars not in the unreserved

Need advice on how to debug simulator crash when running gremlins

2003-09-22 Thread David M. Lasker
My application causes PalmSim to crash when running gremlins. Yes, I know the bug is in my app, not in PalmSim. When I stop gremlins at the event just before the crash, I can see that my app is all screwed up. I am pulling out my hair trying to debug this. Unfortunately the problem does not occur

320 x 320 High Density on Tungsten W

2003-09-22 Thread David Cook
P),0); WinDrawBitmap((BitmapType *)bitmapPV3,0,0); MemHandleUnlock(bitmapH); DmReleaseResource(bitmapH); } WinPopDrawState(); -- David Cook -- Cookware Inc. -- [EMAIL PROTECTED] TQworld and tranquility: www.TQworld.com Cookware Corporate: www.cookware

Re: HiRes+-like APIs

2003-09-12 Thread David Fedor
don't actually have to understand why the routines work; just build them into your app and call them at the right times. -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: sysAppLaunchCmdSyncRequest params

2003-09-11 Thread David Chevalier
matt apt wrote: How can we get the local sync to honor the correct settings of IR vs. cradle? Are there any possible parameters to pass into HotSync when calling SysUIAppSwitch with the sysAppLaunchCmdSyncRequestLocal or sysAppLaunchCmdSyncRequest launch code? Matt (or anyone): Were you able to r

Re: Any free jpeg decoder library for palm?

2003-09-08 Thread David Thacker
r for palm? > > thx a lot > > http://www.nyctergatis.com/jpeglib/ > > Regards > -Laurens > Laurens, Thanks for pointing out that shared lib, and a big thanks to Yves for making it available! Has anyone figured out a way to make it scale the decoded images to fit a desi

what all the glyphs look like

2003-09-05 Thread David Martin
greetings, where can I find out what all the glyphs in the symbolFont, symbol11Font, and symbol7Font look like? thanks, David M __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- For information on

re: Access to source code form the resource paviliaon

2003-09-03 Thread David M. Lasker
I have the same problem. I am a newly registered Palm developer and can reach all developer links except the source code. I get the following error message: "We're sorry, but an error has occurred while accessing this area. If you have reached this page, please ensure that JavaScript and Cookies

Re: How to set static text with a repeating button beside - Table

2003-09-03 Thread David M. Lasker
I have done what you want with textTableItems no problems. It is OK to call   TblSetLoadDataProcedure (tableP, col, f1); TblSetSaveDataProcedure (tableP, col, f2); TblSetCustomDrawProcedure (tableP, col, f3);   all on the same column. f1 and f2 will be called for the textTableItems, and f3 will be

PDBC and AppInfo block

2003-08-29 Thread David Martin
e" "Referrer" end bin bin 0001 bin 0010 bin 0011 bin 0100 bin 0101 bin 0101 bin end; (records after that) the result is I get a category list beginning with "All", then several blank rows, then finally

Re: Best Windows tool for developing applications for the PalmOS?

2003-08-28 Thread David Martin
--- M Wasson <[EMAIL PROTECTED]> wrote: > How > about > AppForge for Visual Basic? Is that any good? IMHO: no, it isn't. why: no support for any standard PalmOS widgets does not work on OS 5/ARM grievously slow startup time due to large runtime library produces non-standard PDBs (field na

Re: Memory leak

2003-08-27 Thread David Beers
Uh, forget that part about the system disposing of the field memory in a FrmReturnToForm(). I know better, and yes, I am calling FldSetTextHandle(field, 0) on the ctlSelectEvents that close my modal form. Still getting the leak, though. - Original Message - From: "David Beers&quo

Memory leak

2003-08-27 Thread David Beers
, s); MemHandleUnlock(h); FldSetTextHandle(field, h); return errNone; } TIA for any help with this! David -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: NetLibSocketBind

2003-08-22 Thread David Chevalier
I just noticed your other post with the following parameters to your bind call: A.family = netSocketAddrINET; A.port = NetHToNS(1024);//_pda_float_to_sdword(porta)); A.addr = NetLibAddrAToIN(libRefnum, "192.168.10.118"); Trying to bind your socket to the address "192.168.10.118" would be an err

Re: NetLibSocketBind

2003-08-22 Thread David Chevalier
Alexandre Barreto wrote: I'm using this function and its is returning -1 so i checked the err param to see what error it was but the error don't mach with any of th ones especified in the reference if(NetLibSocketBind(libRefnum,DataSock,(NetSocketAddrType*)&A,sizeof(A),timeout,&errP) == -1){

Re: MultiSegmenting Questions

2003-08-22 Thread David Martin
hem when I wanted to without much fuss. just add #include "segment.h" to all the files you want to move and put in the sections tags like it says in the articles. hope this is helpful. To my amazement, the program appears to still work even after all my tampering with it. If I have done a

Re: bus error when table custom draw routine is modularized

2003-08-21 Thread David Beers
e null) in the string but when I "do the right thing" and use timeStringLength as the buffer size, all is well. Thanks big guy! :) David - Original Message - From: "David Beers" <[EMAIL PROTECTED]> To: "David Beers" <[EMAIL PROTECTED]> Sent: Thurs

bus error when table custom draw routine is modularized

2003-08-21 Thread David Beers
d control back to the table callback routine. I'm sure there is some stupid C mistake in what I'm doing, but I'd appreciate someone pointing out the evil of my ways. TIA! David Beers -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Fw: Re: How know the name fields of PDB file

2003-08-14 Thread David Martin
AppForge has a dll for reading/writing their PDBs on the desktop. code looks the same as it is on the handheld, so you could write an extraction program with Visual Basic to work with the files fairly quickly. not that I advocate using AppForge, but the tools are all there. David M

Re: Okay to use DmWrite() on ordinary memory?

2003-08-14 Thread David Martin
ly pass ourselves off as experts by nitpicking (hyphen suppressed! :oP ) on other people's replies? Cool! hee hee. David M __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com -- For information on using the

Re: clipping and WinDrawChars()

2003-08-14 Thread David Martin
example: WinDrawTruncChars( "Salvador Dali", 13, x + offset , y, 110 ); last parameter has to do with limiting the characters drawn to the number of pixels you have available. regards, David M --- Todd Niec <[EMAIL PROTECTED]> wrote: > I asked this before but didn't

Re: Similar Utility to palmdump

2003-08-14 Thread David Williams
[EMAIL PROTECTED] wrote: Have you guys figured out how to get par to print out ascii value of a pdb stored Int? par is not designed to do that. par is simply a packer and unpacker of database records. With the records unpacked there are many tools that can give you an ascii dump of a file. For ex

Strange behavior with FormSaveActiveState vs. WinSaveBits

2003-08-09 Thread David M. Lasker
I am an experienced programmer working on my first Palm application.   I created an application which used LstPopupList() to pop-up a list over a form. This works fine. However, I wanted to be able to handle keyDownEvents during the time that the list was popped up.   So I changed the original ca

memory leak -- but where?

2003-08-05 Thread David Martin
Greetings Here is a subroutine that does a frequently-wanted thing: it retrieves the hotsync name. It also leaks "maxsize" bytes every time you call it. I thought I had goofed by not Unlocking something, but I have matching MemHandleLock/MemHandleUnlock. what gives? thanks

<    3   4   5   6   7   8   9   10   11   12   >