Looking for developer

2000-10-09 Thread Alan Ingleby
/ Contract Positions Available Hawthorn Location (Melbourne, Australia) $$$ Excellent salary package = Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 -- For information on using the Palm Developer

Re: how to keep database info on application update?

2000-10-31 Thread Alan Ingleby
the new app version overwrite the previous version but keep the database memory intact? Yep. Regards, Alan Ingleby -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Access to Knowledge Base

2000-10-31 Thread Alan Ingleby
Sorry if this is a bit vague, but couldn't you use an anonymous proxy server to relay all your requests to the KB? If you were to set your browser to use a proxy server which ran it's proxy on port 80, then you would have no problem. (I think this should work) Regards, Alan Ingleby [EMAIL

Re: PalmOS Floating Point Limits

2000-10-31 Thread Alan Ingleby
ated using functions? Also, where can I find out about the precision of these Double Floats (i.e. the biggest number they can handle, etc?) The Palm manuals make no mention of this. (I guess they're presuming that we're all die-hard C guru's who know it off the top of our heads..?) Regards, Al

Re: Access to Knowledge Base

2000-10-31 Thread Alan Ingleby
ymous prox*", and going to this link : http://proxys4all.cgi.net/anon/ip.html. BTW: Please let me know how you go with this! Regards, Alan Ingleby [EMAIL PROTECTED] wrote in message news:28693@palm-dev-forum... Why has to be port 8080? Some companies use HTTP.

Re: Access to Knowledge Base

2000-10-31 Thread Alan Ingleby
Of course. Sorry about that. I was thinking you were behind a NAT firewall, rather than a proxy server. Or course this wouldn't work. Bummer... At least I tried! Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 "Brian M

More Float Problems...

2000-10-31 Thread Alan Ingleby
I'm using SDK3.0, and NewFloatMgr.h. This line of code: FlpCompDouble amount; amount.fd = FlpAToF(".00"); should assign a double precision value of .00 to amount, but when read back using FlpFToA, it reads 2989542.08. What's going on?? Any ideas?? Thanks Al

Re: More Float Problems...

2000-11-02 Thread Alan Ingleby
orks fine, it's just when you add the ".00" on the end it doesn't work. I don't suppose anyone knows of a simple function to do this conversion manually?? I'd really appreciate the help here, thanks! Alan Ingleby -- For information on using the Palm Developer Forums, or to

Re: More Float Problems...

2000-11-02 Thread Alan Ingleby
; // combine and return results result.f = leftval.f + rightval.f; return result.ff; } Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 "Peter Epstein" [EMAIL PROTECTED] wrote in message news:28928@palm-dev-forum... At 01:

Trying to set 2bit on OS3.0

2000-11-05 Thread Alan Ingleby
FrmCustomAlert(AINGDebugAlert,"No Change","",""); } } } Any ideas? I'm using the 3.0 SDK. The code runs fine on os 3.1 and above. -- Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 -- For information on using the Palm

Re: Unsigned char to a char *

2002-03-07 Thread Alan Ingleby
[EMAIL PROTECTED] wrote in message news:78786@palm-dev-forum... How do you convert an unsigned char[40] to a char *? Thanks! unsigned char a[40]; // Keep in mind that this creates a buffer of 40 bytes, and sets a to be a POINTER to that buffer. char* b; // So both b and a are pointers. b

Re: Still strugglin with bitmaps :/

2002-03-07 Thread Alan Ingleby
You definately don't need to use a resource database. It's just binary data after all. Write it where you feel like. Email me privately, and I can send you source code. Alan Matt Disher (TiBook) [EMAIL PROTECTED] wrote in message news:78781@palm-dev-forum... OK, I now have a gadget by

Re: New Channel for OS 5

2002-03-26 Thread Alan Ingleby
Stringer [EMAIL PROTECTED] wrote in message news:80929@palm-dev-forum... Subject: New Channel for OS 5 ? From: Regis St-Gelais [EMAIL PROTECTED] Date: Thu, 21 Mar 2002 10:08:19 -0500 Since OS 5 is in developpement phase, maybe it would be nice to have a specific forum channel for

Re: PROPOSAL: display controller detection utility

2002-04-11 Thread Alan Ingleby
is a FATAL :) writing is definately another issue - especially if you turn of semaphores :) Yeah, the only time I've EVER lost data due to a crash was when trying to speed up Lemmings with Afterburner... 8-P Alan Ingleby -- For information on using the Palm Developer Forums, or to unsubscribe

Re: PPP Connection between PalmOS and Window

2002-04-17 Thread Alan Ingleby
I've also researched this recently, and can confirm that there is no solution for Windows. Scott Johnson [EMAIL PROTECTED] wrote in message news:83521@palm-dev-forum... From: Borislav Kolev [mailto:[EMAIL PROTECTED]] We didn't actually implement PPP server, we implemented a simple proxy

Re: Finding the size of the dynamic heap

2002-04-17 Thread Alan Ingleby
Why not just try and launch the plugin, and fail gracefully if you don't have enough memory? Joe [EMAIL PROTECTED] wrote in message news:84102@palm-dev-forum... --- Brian Smith [EMAIL PROTECTED] wrote: What I'm wondering is how to guage the size of the dynamic heap, so I'll know whether

CW - PRC Tools

2002-05-15 Thread Alan Ingleby
any existing PRC Tools users about which combination products they use. Thanks guys. Alan Ingleby -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Vx/C3 cannot work?? But m505/m500 can!!

2002-05-19 Thread Alan Ingleby
Are you using a newer compression format on your graphics? Or perhaps using an os 4.0 specific function? What does the emulator say when it crashes? Alan ¿cªøÂ@ (¤p¿c||¦Nº¸µá¦ã´µ) [EMAIL PROTECTED] wrote in message news:86617@palm-dev-forum... Hello all, I got a problem on my program,

Re: Vx/C3 cannot work?? But m505/m500 can!!

2002-05-20 Thread Alan Ingleby
, Kirpheaice. Alan Ingleby wrote: Are you using a newer compression format on your graphics? Or perhaps using an os 4.0 specific function? What does the emulator say when it crashes? Alan ¿cªøÂ@ (¤p¿c||¦Nº¸µá¦ã´µ) [EMAIL PROTECTED] wrote in message news:86617@palm-dev-forum... Hello all

Re: DES in PDA

2002-05-26 Thread Alan Ingleby
My question is, can I implement DES or any other algorythm in a prc file. If you just need *any* type of encryption, I would suggest an easier to implement (but weaker) algorithm, such as RC4. There are many examples of this simple algorithm on the web. Try

Re: NetLibReceive does not return on PalmOS Simulator

2002-05-29 Thread Alan Ingleby
I encountered a similar issue. It turns out that I was requesting zero bytes (bufLen). On a real device or emulator, this works fine, but the simluator doesn't like it. Hope this helps. Alan Miron Ophir [EMAIL PROTECTED] wrote in message news:87498@palm-dev-forum... Hello, I have

Re: An easy one - digitizer recalibration

2002-08-08 Thread Alan Ingleby
There are shareware / freeware tools which allow digitiser recalibration on soft reset, but if a hard reset doesn't fix it, I think you should bite the buttet, and send the device off for repair. BTW: When you say that a Hard reset doesn't fix the problem, are you able to successfully get

Re: VT100 terminal on palm

2002-08-08 Thread Alan Ingleby
http://vt100.tarunz.org/ If you ask them, they may let you view their code I suppose..?? 8-) ALan Gilles Petit [EMAIL PROTECTED] wrote in message news:9@palm-dev-forum... OK, give me one only please...;o) Note, I'm not so dummy, and BEFORE sending this post I tried

Re: question about ctlRepeatEvent

2002-08-12 Thread Alan Ingleby
From *memory*, write a ticks delay into eventP-data.ctlRepeat.time in your event handler. Let me know how this goes. Alan Christian Eyrich [EMAIL PROTECTED] wrote in message news:93534@palm-dev-forum... Hi there, the UI of my app uses two repeating buttons. If the user klicks it,

Re: About Games

2002-08-12 Thread Alan Ingleby
There's also http://www.dsbox.com/minigl.html, but hasn't been updated for a while now. Alan [EMAIL PROTECTED] wrote in message news:93528@palm-dev-forum... Hi! I need to develop Games on Palm. I am new to games development . Let me educate in this area like what are things should be

Re: question about ctlRepeatEvent

2002-08-12 Thread Alan Ingleby
Try: eventP-data.ctlRepeat.time += SysTicksPerSecond() / 5; This adds .2 second delay between repeats. Note that the fast repeating you are experiencing only happens in the emulator, not on a real device. Alan Christian Eyrich [EMAIL PROTECTED] wrote in message

Re: question about ctlRepeatEvent

2002-08-13 Thread Alan Ingleby
SDK Reference: The control routine CtlHandleEvent sends this event. When CtlHandleEvent receives a ctlEnterEvent in a repeating button (tREP) or a feedback slider control (tslf), it sends a ctlRepeatEvent. When CtlHandleEvent receives a ctlRepeatEvent in a repeating button, it sends another

Re: Uniqueness of UniqueIDs?

2002-08-13 Thread Alan Ingleby
I have found that the uniqueID remains constant, and unique. I think that it is actually a MemPtr to the location in the Storage Heap where the record is stored. If this is the case, the uniqueness is quaranteed, but it *may* be moved in certain circumstances. I have not been able to duplicate

Re: Constructor problem

2002-08-13 Thread Alan Ingleby
Akhil, If you are refering to the padlock icons, they indicate that the files are read only. Codewarrior should ask you if you want to unlock the file when you try to edit it. (If the file is a text based file). If your resource file is read only however, inside constructor you will be

Re: Uniqueness of UniqueIDs?

2002-08-15 Thread Alan Ingleby
For fast access to a record in a sorted database, item is only O(log n), so where's the problem there anyway? Sure you have a (relatively) big overhead with memory semaphores etc, but the key feature of this solution is that it's O(log n). Using a uniqueID is O(n), with a massively lower time

Re: Bug in FloatToString

2002-09-04 Thread Alan Ingleby
Search the archives for GetStringFromDouble. Email me directly if you need help. Alan Ingleby Andreas Zankl [EMAIL PROTECTED] wrote in message news:94876@palm-dev-forum... Unfortunately my calculation is more complicated than that. It uses a whole lot of MathLib functions.Does anybody know

Re: security for pdbs on device (except urgent reply)

2002-09-19 Thread Alan Ingleby
RC4 is pretty good too. This function will do it for you: void RC4(Char* sIn, UInt32 iInLen, Char* sKey, UInt32 iKeyLen) { UInt8* inp = (UInt8*)sIn; UInt8* key = (UInt8*)sKey; UInt8 s[256]; UInt8 k[256]; UInt32 i; UInt32 j; UInt8 temp; UInt32 t; UInt32 x; for (i = 0; i 256; i++) {

Re: Tell me is VC++ is able to make .prc file

2002-09-27 Thread Alan Ingleby
I use VC++6 and CW7 at the moment, and I'm interested in this idea. Is there any web resources that you know of which explain changing the default compiler and linker in VC++?? Alan Dominique [EMAIL PROTECTED] wrote in message news:96574@palm-dev-forum... It is definitely possible to convince

Re: Tell me is VC++ is able to make .prc file

2002-09-29 Thread Alan Ingleby
I'm only interested in this topic because I think Visual Studio is a better development environment than CW, nothing to do with developing PocketPC software. I use VC++ for conduit development. (Among other things) Alan Anthony Ng [EMAIL PROTECTED] wrote in message

Re: very urgent!

2002-09-29 Thread Alan Ingleby
No. It supports rudimentary beeps only. IIRC there is an open source sound playback library which allows wav file playback, but the quality pretty poor. Alan Xue Qu [EMAIL PROTECTED] wrote in message news:96678@palm-dev-forum... Hi all, Can anyone tell me if Palm OS 4.1 supports sound play

Re: very urgent!

2002-09-29 Thread Alan Ingleby
: Alan Ingleby [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Sunday, September 29, 2002 5:47 PM Subject: Re: very urgent! No. It supports rudimentary beeps only. IIRC there is an open source sound playback library which allows wav file playback

Re: Tell me is VC++ is able to make .prc file

2002-09-30 Thread Alan Ingleby
My favourite feature of VS6 is the inline completion which is build into the editor. It makes life so much easier when dealing with structures and pointers etc... Do you know is CW8 has this functionality, or will CW9? Alan Personally I find Visual Studio my third favorite development UI

Re: Tell me is VC++ is able to make .prc file

2002-09-30 Thread Alan Ingleby
Excellent!.. I'll be upgrading!.. When is it coming out?.. Does CW7 (My current IDE) have any such features?? Alan Ben Combee [EMAIL PROTECTED] wrote in message news:96895@palm-dev-forum... At 07:48 AM 10/1/2002 +1000, you wrote: My favourite feature of VS6 is the inline completion which is

Re: Tell me is VC++ is able to make .prc file

2002-09-30 Thread Alan Ingleby
Err.. I just looked at it, and it's not worth the effort. Looking forward to V9, when hopefully all will be fixed. Alan Yes, V7 has the same abilities as V8 -- look in the Commands and Key 1 Bindings list for the commands: Find Symbols with Prefix Find Symbols with Substring Get Next

Re: Tell me is VC++ is able to make .prc file

2002-09-30 Thread Alan Ingleby
Chris Tutty [EMAIL PROTECTED] wrote in message news:96907@palm-dev-forum... From: Stringer [EMAIL PROTECTED] But the MetroWerks design is quite different, with its own strengths and weaknesses., and switching between all the UI's can be a little weird at times. Roll on Eclipse.

Re: large DB vs multi small DBs on Palm

2002-10-03 Thread Alan Ingleby
If you want to improve hotsync time, reduct the number of records by collation many access records into one palm record. Make the Palm records as big as they can be (64K max). This will make hotsyncing MUCH MUCH faster. YMMV. Alan Lucy [EMAIL PROTECTED] wrote in message

Re: Besides unpacking...

2002-10-03 Thread Alan Ingleby
I presume you're referring to reading a string from the Addressbook or similar. The answer is definately no. If you're using your own database format, the answer is yes, you design your record format correctly. Alan Lauren B. Robert [EMAIL PROTECTED] wrote in message

Re: Access to PalmOS structures

2001-03-26 Thread Alan Ingleby
why not allow us to start bug testing it? Did anyone out there get a chance to test direct structure access on PalmOS 5 at PalmSource?? Alan Ingleby -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Access to PalmOS structures

2001-03-26 Thread Alan Ingleby
to change the font type on the fly to highlight something for example. In this context, what do you mean by "highlight"? To me, highlight means to invert something (such as text in an edit field, or the contents of a button when it's tapped on). None of this requires changing fonts, does

Re: Access to PalmOS structures

2001-03-27 Thread Alan Ingleby
You're right that the APIs don't provide ways to do certain things to certain objects. If you really, really need to change the font of a label, and it isn't something the label object supports, then roll your own "label" with a gadget... probably not more than 20 lines of code if

Re: How to get the remainder of a division

2001-03-27 Thread Alan Ingleby
In mathematical terms, I believe the value of "x mod y" can be represented as "x - (x / y) * y", just make sure x and y are both integers. Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia "Nicolás

Re: What percent of Palms are Palm OS 3.5 or better?

2001-03-27 Thread Alan Ingleby
is because I use custom fonts. (There may have been a second reason too... ) Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia [EMAIL PROTECTED] wrote in message news:43715@palm-dev-forum... Of the thirteen million Palms sold

Re: Access to PalmOS structures

2001-03-27 Thread Alan Ingleby
Is the ARM based emulator therefore going to be based (in part) on the Pose core (Particularly the UAE bits)? Because if it is, you have to release the entire OS5 source code under the GPL. 8-) Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn

Re: How to get the remainder of a division

2001-03-27 Thread Alan Ingleby
DOH! Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia "Keith Rollin" [EMAIL PROTECTED] wrote in message news:43727@palm-dev-forum... Am I missing something embarrassingly obvious? What's wrong with "x

Re: How to get the remainder of a division

2001-03-27 Thread Alan Ingleby
Man, I'm gonna spend the rest of the week slapping myself each time I think about this... 8- Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia "Aaron Ardiri" [EMAIL PROTECTED] wrote in message news:43754@palm

Re: to anyone who has done signature++ on OS3.5

2001-03-27 Thread Alan Ingleby
SDK 4.0 has a nice Beamer app in it. Demonstrates a lot of this type of thing, but still doesn't reduce a signature to 1 bitplane, which I suspect is what most people need. (Like me.) Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122

Re: How to get the remainder of a division

2001-03-28 Thread Alan Ingleby
She'll be right mate! Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia "Aaron Ardiri" [EMAIL PROTECTED] wrote in message news:43760@palm-dev-forum... Man, I'm gonna spend the rest of the week slapping myself e

Re: Adding resources of a new type into a PRC file?

2001-03-28 Thread Alan Ingleby
it's legal, but who on earth is going to start using that as a standard? Alternatively, there are a few four letter words which I *guarantee* will never be used officially... Think carefully here... 8-) Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthor

Re: ListPtr-itemsText (and POSE)

2001-03-28 Thread Alan Ingleby
LstSetSelection followed by LstGetSelectionText, or just handle the list drawing yourself using LstSetDrawFunction, then you supply the text yourself, so you inherently know it. Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122

OS 4 Debug ROM Error

2001-04-02 Thread Alan Ingleby
ail.. I'm sure I'm making an obvoius mistake somewhere, but can't see where. To point me in the right direction, can anyone list the common reasons for this occurring? Regards, Alan Ingleby -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm

Re: OS 4 Debug ROM Error

2001-04-02 Thread Alan Ingleby
"Sebastian Voges" [EMAIL PROTECTED] wrote in message news:44385@palm-dev-forum... "Alan Ingleby" [EMAIL PROTECTED] wrote in message news:44337@palm-dev-forum... Lately, my gremlin runs have been bombing out with a "Form.c, Line:177, Form already loaded"

Re: Doubles???

2001-04-02 Thread Alan Ingleby
by the OS. You need to look at a 3rd party library like MathLib for all the cool functions. Also, it might pay to look at the FlpCompDouble data type it comes in handy sometimes... Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia

Re: Floating Point Input

2001-04-03 Thread Alan Ingleby
Floating point number are a *very* recurring topic on this group. There are simple routines you can paste into your code to do this. GetDoubleFromString is one I use, and has been posted here a few times. Check the archives.. the full source is in there. Regards, Alan Ingleby Systems

WinScreenMode Crash on OS4.0

2001-04-04 Thread Alan Ingleby
the Draw Window is correctly set using the following call: WinSetDrawWindow(WinGetFirstWindow()); Anyone see a problem with doing this?? Also, note that this only crashes a 4.0v (BW) debug rom. The M505 debug rom works perfectly! Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd

Re: Float Manager Functions

2001-04-08 Thread Alan Ingleby
Search the newsgroup archive for GetDoubleFromString, or GetStringFromDouble. Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia "Sripriya N" [EMAIL PROTECTED] wrote in message news:44961@palm-dev-forum...

Re: URL for Palm Archives?

2001-04-08 Thread Alan Ingleby
The best place is http://groups.yahoo.com/group/palm-dev-forum/ Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia "OmniSoftSystems" [EMAIL PROTECTED] wrote in message news:45000@palm-dev-forum... Hello, What

Re: Code quality of GCC verses CW

2001-04-10 Thread Alan Ingleby
If you look at http://www.pasta.cs.uit.no/pipermail/wwwpalmdev/1999-June/002921.html you will see a similar occurrence, and it seems to be the linker which causes this problem as a result of using a multi-segment application. Read the URL, it *kind of* explains the issue. Regards, Alan Ingleby

Re: palm application size

2001-04-19 Thread Alan Ingleby
This is a very subjective question, but here's my opinion. In the order you asked : 0-4K, 5-14K, 15-49K, 50-149K, above 150K. Regards, Alan Ingleby "ajitnk" [EMAIL PROTECTED] wrote in message news:46255@palm-dev-forum... hi evrybody, i am new to palm programming palm applicatio

Re: conector macho - RS232 palm

2001-04-22 Thread Alan Ingleby
The device you want is called a "DB9M to DB9M Null Modem Adaptor". Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia "Brian Hall" [EMAIL PROTECTED] wrote in message news:46494@palm-dev-forum... I need

PilotSSleay

2001-05-06 Thread Alan Ingleby
obvious? Regards, Alan Ingleby -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Hacking PenMgr

2001-05-06 Thread Alan Ingleby
, Alan Ingleby -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: PilotSSleay

2001-05-06 Thread Alan Ingleby
Scott Johnson (Bellevue) [EMAIL PROTECTED] wrote in message news:48365@palm-dev-forum... From: Alan Ingleby [mailto:[EMAIL PROTECTED]] I'm using CW7, and I am trying to link a file from PilotSSLeay called librc4.a into my project. CW tells me it can't add this file (no explanation given

GCC library files with CW?

2001-05-07 Thread Alan Ingleby
As a follow-up to a recent posting, I have this question: Does anyone know a way to get GCC libraries (*.a) to work with CW (*.lib)? Is there a converter available? Regards, Alan Ingleby -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: NetLib sample application

2001-05-08 Thread Alan Ingleby
In POSE, check the Redirect NetLib calls to host TCP/IP. Then just make sure your PC is on the internet. Regards, Alan Ingleby Ajit N.K [EMAIL PROTECTED] wrote in message news:48491@palm-dev-forum... Hi, when i am trying to run NetLib sample application in the Emulator.. i am getting

Re: May I return to the original Os version, after I made an os upgrade?

2001-05-08 Thread Alan Ingleby
If you have access to a ROM file, then sure. Just use the same upgrade tool you used for 3.3, but on the first screen, click ADVANCED. It will allow you to select a ROM file instead. The rest of the procedure should be the same as before. Regards, Alan Ingleby [EMAIL PROTECTED] wrote

INet.lib and SSL

2001-05-08 Thread Alan Ingleby
connections. Regards, Alan Ingleby -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Internet connectivity

2001-05-09 Thread Alan Ingleby
Ajit N.K [EMAIL PROTECTED] wrote in message news:48652@palm-dev-forum... Hi Alan Ingleby, i came to know that u were successfully able to post a query to a JSP page on the internet. could u send me the relevent code please may be to my email a/c [EMAIL PROTECTED] ? i have to test it on my

Re: Internet connectivity

2001-05-10 Thread Alan Ingleby
You need to test on a ROM which has Web Clippijng support. Try the OS4 FULL DEBUG rom. Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia Ajit N.K [EMAIL PROTECTED] wrote in message news:48667@palm-dev-forum... Hi lan

Re: InetLib for Palm V

2001-05-10 Thread Alan Ingleby
MIK provides INet.lib Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia Srinivas Padmanabhuni [EMAIL PROTECTED] wrote in message news:48684@palm-dev-forum... Hi I am developing an application involving Communication

Re: GCC library files with CW?

2001-05-14 Thread Alan Ingleby
The actual reason is that I wanted to use PilotSSLeay with CW. I've since put together a (IMHO) really neat little rc4 algorithm, which I'm using instead. I'm still interested in SSL though. Regards, Alan Ingleby Arvind [EMAIL PROTECTED] wrote in message news:49265@palm-dev-forum... Hi

Re: Fax

2001-05-16 Thread Alan Ingleby
You need to look up documentation on the extended modem AT commands which deal with fax data. Regards, Alan Ingleby Marco Bastarolo [EMAIL PROTECTED] wrote in message news:49309@palm-dev-forum... Hi guys! I have a big problem... I must send a fax using my application for ParmOs 3.5 but I

Re: Fax

2001-05-16 Thread Alan Ingleby
Lots of reading here, but the information is surely buried somewhere in these two documents. http://www.faqs.org/faqs/fax-faq/part1/ http://www.faqs.org/faqs/fax-faq/part2/ Regards, Alan Ingleby Marco Bastarolo [EMAIL PROTECTED] wrote in message news:49445@palm-dev-forum... Thak you, Alan

Re: InetLib

2001-05-16 Thread Alan Ingleby
Use netlib instead. Regards, Alan Ingleby Ajit N.K [EMAIL PROTECTED] wrote in message news:49440@palm-dev-forum... hi, let me tell u whats happening. i am running INetLow example. 1) if i set INetConfigNameType to any one of these inetCfgNameDefault inetCfgNameDefWireline

Re: flash ram ID confusion

2001-05-24 Thread Alan Ingleby
IIIC has Flash. Only IIIe and M100/M105 Has no flash. There may be others, so check out the product comparison list on palms website. Regards, Alan Ingleby Alan hand [EMAIL PROTECTED] wrote in message news:50503@palm-dev-forum... I know that this issue has been discussed time and time

Re: Where to find FloatToString? (FplFToA no good)

2001-06-06 Thread Alan Ingleby
Search the archives for GetDoubleFromString and GetStringFromDouble they are very nicely coded, and very Palm specific. -- Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia Jaba Adams [EMAIL PROTECTED] wrote in message news

Re: Menu checkmark problem

2001-06-06 Thread Alan Ingleby
Capture menu events, and then proceed to simulate a menu by opening a small form in the top of the screen..? Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia Scott Johnson (Bellevue) [EMAIL PROTECTED] wrote in message news

Re: Please fix my penX and penY code.

2001-06-11 Thread Alan Ingleby
Also, my guess is that you want x and y to be globals, so they're remembered when the next event comes along... Better rename them too... gLastX gLastY sound good to me. Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia Aaron

Linux on the Palm

2001-06-11 Thread Alan Ingleby
PalmOS does a great job, and no other OS could replace it (IMHO), but wouldn't it be cool (and *very* nerdy) to see Linux running on the Palm... to Telnet to your Palm?? I've been looking into this over the weekend, and have found that someone is currently trying to make this a reality... have a

Re: Link Error?

2001-06-13 Thread Alan Ingleby
Or if using CW, change the Code Model: to Smart instead of Small. This will tell the compiler to use 32 bit jumps where needed. It's a lot easier to use than jump islands, but results in slightly bloated code. Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood

Re: Linux on the Palm

2001-06-13 Thread Alan Ingleby
Aaron Ardiri [EMAIL PROTECTED] wrote in message news:52882@palm-dev-forum... No, it wouldn't. Palm is an advanced notebook, and 16MHz processor can't run linux in graphics ... Nowadays linux requires more than 2 Mb of RAM and more than 16 (and even 33) MHz. There's nothing in the

Re: Linux on the Palm

2001-06-13 Thread Alan Ingleby
limit? Regards, Alan Ingleby Chris Faherty [EMAIL PROTECTED] wrote in message news:52988@palm-dev-forum... On Thursday 14 June 2001 12:27 am, Alan Ingleby wrote: http://www.uclinux.com/ Exactly... It *can* be done, but although these guys have a Linux kernel for the Dragonball, it's

Re: Gamma Correction on the Color devices?

2001-06-18 Thread Alan Ingleby
Early versions of the OS4 ROMs for 16 bit color devices had Gamma problems, but were fixed for the final version. I presume this means that the final version does some sort of gamma correction, but I don't know any more than that, sorry. Look through the 4.0 SDK. Regards, Alan Ingleby Systems

Re: lack of dynamic memory

2001-06-24 Thread Alan Ingleby
Try rewriting your app using straight C, or even better ASM 8-) Regards, Alan Ingleby Ben Combee [EMAIL PROTECTED] wrote in message news:54126@palm-dev-forum... Yoel Lanir [EMAIL PROTECTED] wrote in message news:54111@palm-dev-forum... Hi all, My application does not have enough

Re: MathLib pow() function

2001-07-08 Thread Alan Ingleby
There are quite a few ways around this program. The most powerful (IMHO) is a set of public domain BigNum functions that let you represent arbitrarily large integers. I'll email you an attachment which contains all the functions. Regards, Alan Ingleby Aaron Ardiri [EMAIL PROTECTED] wrote

Re: scientific notation to decimal conversion

2001-07-09 Thread Alan Ingleby
spits out scientific notation?? Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia Dave Lippincott [EMAIL PROTECTED] wrote in message news:55923@palm-dev-forum... Tons of code examples already posted to the forum on this topic

Re: Trouble in Window Type structure while converting into bitmap

2001-07-09 Thread Alan Ingleby
Are you using SDK 3.0??? This sample was designed for 3.0. Regards, Alan Ingleby Systems Developer ProfitLink Consulting Pty Ltd 309 Burwood Road Hawthorn Victoria 3122 Australia Vijay Raghavan [EMAIL PROTECTED] wrote in message news:55768@palm-dev-forum... Hi all Anybody gone through

Re: memory-mapping a file on Palm OS 5.0 or later

2004-06-24 Thread Alan Ingleby
Mohammad M Nur [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I need to store a large data file (about 5MB) as a part of my application and need to search and retrieve data very fast. I wonder if I could memory-map that big file somehow for faster access. My target Palm OS is 5.x or

Re: Newbie question

2004-06-24 Thread Alan Ingleby
Thiago Neves Santos [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi all I'm new to palm programming and to this list. And I'm having some problems to make this application handle menu events. It is from the Palm Programming Bible. It doesn't respond to any menu events. Can someone

Re: Reset makes device unresponsive...

2004-06-24 Thread Alan Ingleby
Samuel Trimble [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] This has happened 3 times in the last week, so it would be great if somebody knew why it was happening or how to get around it. Here's the problem: While testing my app on my Tungsten C, the occasional Fatal Alert comes up

Re: How to install new palm OS

2004-07-27 Thread Alan Ingleby
Simone [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] sorry if this's not the proper place where to ask my question. It isn't. I have to install a new OS on my handheld. Is it possible? I'd like to upgrade from palm os 4.1 to 5.x PalmOS versions vefore 5.0 run on completely

IrDA Printing Code

2004-08-04 Thread Alan Ingleby
I have a PalmOS class which uses IrDA to print to Citizen CMP-10, and Canon i70/i80 series printers, but I'm unable to figure out why I can't also print to HP series printers. The class is build using CW9, and works on all PalmOS 3.x - 5.x devices. I'm willing to share this class with anyone who

Re: DMWriteCheckFailed

2004-08-05 Thread Alan Ingleby
Dave Mottorn [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have a big application that was getting unwieldy so I divided it into two programs. I removed unneeded routines and variables from it and recompiled it and that part seems to be running fine. I set up a new application

Re: Limits on Locking and Unlocking a memory chunk?

2004-08-05 Thread Alan Ingleby
Aaron Ardiri [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] sorry i could not understand ur reply. u mean to say that MemHandleLock increases the count and then MemHandleUnlock decreases the same count. and so the net affect on this count remained zero. Is this waht u mean??

OT: GMail

2004-09-06 Thread Alan Ingleby
I just got 6 gmail invites, so I figured the PalmOS dev community is a nice place to dump them.. Let me know if you want one. Don't post your requests to the forum, email them to [EMAIL PROTECTED] Alan Ingleby -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: heaps

2004-09-06 Thread Alan Ingleby
Large chunks of the heap are taken up by the OS (IP Stack etc). I think there should be about 190 free for your use. Alan Legziel, Daniel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi What is the heap on palm 4.0 devices. In myt testing I cant use all of the 256k advertised.

  1   2   3   4   5   >