Re: Palm OS Developer Suíte - Now Available?

2004-02-15 Thread Aaron Ardiri
compiler :) (i haven't looked at the palmsource cd yet - still trying to recover) --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Palm OS Developer Suíte - Now Available ?

2004-02-15 Thread Aaron Ardiri
, it would kill me to lose it :( i talked to an engineer at palmsource, wasn't 100% sure why cygwin had to be trashed - neither was he.. oh well. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm

Re: Palm OS Developer Suíte - Now Available ?

2004-02-15 Thread Aaron Ardiri
really want the IDE :) cygwin users prefer the bash shell :) *g* --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: port to WinCE

2004-02-10 Thread Aaron Ardiri
--- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: -0n flags in PRC-Tools

2004-02-03 Thread Aaron Ardiri
. Has anyone else experienced this? man gcc RTFM - you'll see what the -O flags do while compiling. its gcc in the backend - same options for all versions of gcc. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php

Re: How to delete first letters of a 'const Char'?

2004-02-03 Thread Aaron Ardiri
a seperate pointer. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: bitmap in .rcp

2004-01-31 Thread Aaron Ardiri
if you have the bitmap as a real bitmap file (ie: a .bmp file), which pilrc can then parse and generate the real bitmap resource from. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer

Re: How can *this* be faster than *this*?

2004-01-31 Thread Aaron Ardiri
if it is at all possible. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Software Protection - opcode counting

2004-01-28 Thread Aaron Ardiri
an physical device? use a tool like par to extract out the resources you need and perform calculations - there is also libprc (part of par) so you can write your own .exe that can handle .prc files. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members

Re: Globals inside a CallBack?

2004-01-28 Thread Aaron Ardiri
: use features if you need some static info... :) --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Have a way to identificy a unique palm device?

2004-01-26 Thread Aaron Ardiri
and x86 :) --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: SysGetROMToken with PalmOS 5 devices

2004-01-26 Thread Aaron Ardiri
) - hotsync username - HAL ID - Manufacturer ID - CPU ID - RAM size take everything, mix it all together - and, viola :) you may have something thats very likely to be unique. also, through it through a good hashing algorithm - the better the algorithm, the more unique the results. --- Aaron Ardiri

Re: delay

2004-01-26 Thread Aaron Ardiri
I receive the data from serial port. I must delay my process. well, a loop - and, let events continue to get processed. otherwise; calling SysTaskDelay() may lock up the device. most serial port communications do have timeout periods.. --- Aaron Ardiri PalmOS Certified Developer [EMAIL

Re: fnav in PilRC

2004-01-26 Thread Aaron Ardiri
the test of time :) (some very ugly code there, but hey it works!) --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: fnav in PilRC

2004-01-25 Thread Aaron Ardiri
made me wonder :) --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Have a way to identificy a unique palm device?

2004-01-25 Thread Aaron Ardiri
the community. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: about OS5 and notification

2004-01-25 Thread Aaron Ardiri
never hurt you know. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Software Protection - opcode counting

2004-01-24 Thread Aaron Ardiri
and match it within existing resources --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Resource Editor

2004-01-21 Thread Aaron Ardiri
if falch.net is still around to sell it to you tho :) --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: about 160*160 and 320*320

2004-01-17 Thread Aaron Ardiri
. If I want to use 320*320,how do I do? HwWinScreenMode() armada - i have seen a LOT of posts from you recently, many of which you would do better by FIRST reading the documentation and trying to figure it our yourself. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http

Re: game programming

2004-01-17 Thread Aaron Ardiri
Does anyone have any sample code or know of any resources on the net about developing games for the Palm OS 5? All I'm looking for is some code that shows how to perform double buffering. http://www.ardiri.com/palm/cube3d/ that stuff shows you enough to get started. --- Aaron Ardiri PalmOS

Re: store image and display

2004-01-16 Thread Aaron Ardiri
there on with most palmos development issues. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Patch Detection code

2004-01-14 Thread Aaron Ardiri
:) but, the concept is there! :) --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

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

2004-01-11 Thread Aaron Ardiri
/experts forum), but i dont know what the legal issues are with posting such stuff. --- Aaron Ardiri PalmOS Certified Developer [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Adding bitmap compression support to BmpRsrc

2004-01-10 Thread Aaron Ardiri
That's my plan but that implies I have to write my own compression routine. I was wondering if I was headed in a long direction. look for zlib :) its free. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm

Re: Zire 21 keys

2004-01-10 Thread Aaron Ardiri
:) i've thought about this before - mainly for units like the Sony Clie which also doesn't have a d-pad. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Turning the screen off

2004-01-10 Thread Aaron Ardiri
Does anybody know how to turn the screen off, e.g. as MP3 real player would do ? palmOne have a set of header files specific for palmOne units to do this; you can get it within the plugged in website if you are a member. there is no 'single' solution for every device tho --- Aaron Ardiri

Re: Note icon

2004-01-10 Thread Aaron Ardiri
I'd like to use the note icon in my application, the very same that is e.g. used in tables in textWithNoteTableItem columns; how can I access it ? or do I have to provide it myself as a resource ? check in the symbol font :) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com

Re: pointer problem

2004-01-09 Thread Aaron Ardiri
= id; // rec.description = desc; '=' does not mean copy the contents, it means assume the pointer. if you want to copy the contents INTO the string, you need to do the following: //method 2 StrCopy(rec.identifier, id); StrCopy(rec.description, desc); viola. --- Aaron Ardiri [EMAIL PROTECTED

Re: Adding bitmap compression support to BmpRsrc

2004-01-09 Thread Aaron Ardiri
and draw to it? you should be able to save a BitmapType* structure easy enough - there is plenty of information in the archive here. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums

Re: FlpAToF( . ) is 0.0

2004-01-08 Thread Aaron Ardiri
, the code is done such that the value starts off as a value of zero, then, if a number if found, its parsed. if the FlpXXX library has a constant NaN, then, it should return that if there isn't a valid number in place. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members

Re: MIDI

2004-01-07 Thread Aaron Ardiri
, if you want a simple 'standard palm' way? probably not :) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: MIDI

2004-01-07 Thread Aaron Ardiri
Run with POSE, the demo leaks 1300 bytes :( kinda expects OS5 or Sony :) and, its just a test *g* - i didn't put OS verification checks in there, but - could be a leak :) minor (as it is just a demo) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php

Re: MIDI

2004-01-07 Thread Aaron Ardiri
* - we just threw together the demo in around 5 minutes. just to show what you could do :P and, dont you have work to do speach while some nice warcraft music plays in the background is cool to demo off :) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php

Re: Software Protection question

2004-01-06 Thread Aaron Ardiri
programmers like you to code for us dim-witted, slacker programmers :D thats when you email me offline and ask for a quote. :P which, believe it or not - does actually happen, and most people are quite happy with the results *g* --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Aaron Ardiri
for determining if you are on POSE :) you can also use the HostControl API - and, use HotGetHostID(), but, it only works on POSE 3.0+, the feature is the best way! :) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Aaron Ardiri
return (HostGetHostID() == hostIDPalmOSEmulator); } cut+paste from my paper. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Aaron Ardiri
Sorry Aaron, as all russian guys I am forget put your copyright. To all! Code from above I had take from Aaron ARDIRI. Palm OS#174; Platform: Software Protection [Russian translation] someone translated that paper to russian? first i heard of it. --- Aaron Ardiri [EMAIL PROTECTED] http

Re: SysAppLaunch()

2004-01-06 Thread Aaron Ardiri
some notification trickery to re-launch your app when done as well. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Can you find out if you are running on the emulator

2004-01-06 Thread Aaron Ardiri
the feature is easier :) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: obtain a PalmOS 5 ROM

2004-01-05 Thread Aaron Ardiri
Hello, can someone tell me how can I obtain a PalmOS 5 Rom file for POSE? I need it to test a Bt app but the latest rom version on the Palm site is PalmOS4. PalmSim -- there is no POSE for palmos 5. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php

Re: greater than ~64K size limit on 68K+armlet project

2004-01-05 Thread Aaron Ardiri
? Thanks. you need to split/re-construct the resources so that they are not stored in the PRC 64k. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: greater than ~64K size limit on 68K+armlet project

2004-01-05 Thread Aaron Ardiri
.bin if you code it up correctly and use function pointers (i have successfully done this). if you want to have globals or stuff, you need to do some fancy foot work to make that happen. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile

Re: Please my job!!!!! Sms -Treo 180

2004-01-05 Thread Aaron Ardiri
using the *handspring* documentation; then, good luck :) i am pretty certain there is an API for that, worst case you should be able to use the built in libraries to perform the task. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile

Re: Seeking for help

2004-01-05 Thread Aaron Ardiri
hiring a certified developer costs more, but, you get the product faster - and, reliably. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com

Re: Software Protection question

2004-01-05 Thread Aaron Ardiri
is not to vindictively attack the user, but to get the user to register the software and generate funds for the developer. You should not lose sight of your primary objective. my point exactly. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile

Re: Please my job!!!!! Sms -Treo 180

2004-01-05 Thread Aaron Ardiri
there - in the pluggedin program. i was able to successfully download it. you might want to sign up for that program? --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe

Re: Please my job!!!!! Sms -Treo 180

2004-01-05 Thread Aaron Ardiri
) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Software Protection question

2004-01-05 Thread Aaron Ardiri
started doing it, but it way over my head. thats what your job was to do. i just did the gcc version - because that is what i use in my developments :) works fine for me :P same concept, wont take long to port to CW sources. just not something i intended to do :P --- Aaron Ardiri [EMAIL PROTECTED

Re: when is FrmGetActiveFormID() == 0

2004-01-04 Thread Aaron Ardiri
Well will you be able to just give us a primer on how you patch on OS5? I hope not to use it, but who knows! there is plenty of discussions how this works on the PNOlet forum. (you obviously need to learn a bit more before you even dig into it) --- Aaron Ardiri [EMAIL PROTECTED] http

Re: Software Protection question

2004-01-04 Thread Aaron Ardiri
opcodes. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: CW 8 and 9

2004-01-04 Thread Aaron Ardiri
use the OS5 SDK with codewarrior 8 without any issues - so, unless you see the need to write native code on the OS5 devices; you shouldn't bother. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer

Re: Software Protection question

2004-01-04 Thread Aaron Ardiri
compiler may do things differently in its start() function. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Running processes

2004-01-04 Thread Aaron Ardiri
catching notifications (hint) and/or using a background sound audio callback (hint: mp3 players) i think you can figure the rest out :) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums

Re: Running processes

2004-01-04 Thread Aaron Ardiri
the active *foreground* context. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Software Protection question

2004-01-03 Thread Aaron Ardiri
that had the link/references. http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/std_adp.php?p_faqid=131 that paper is really old (2000). i could update it to include a few more techniques (ie: what we do in lemmings) and also discuss how the DRM works on the tapwave zodiac ;) --- Aaron

Re: when is FrmGetActiveFormID() == 0

2004-01-02 Thread Aaron Ardiri
, but, if you are stuck in a total rut, it can be an option) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: ROM Database

2004-01-01 Thread Aaron Ardiri
:) i have the information stored somewhere on my HDD - and, somewhere in the archives. // application must be RAM based :) if (MemLocalIDKind(dbID) == memIDHandle) found it! :) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile

Re: about text

2003-12-31 Thread Aaron Ardiri
? :) if you want to override the colors, you can set the fore and back colors manually (there is Win* API's for that). --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: How to read raw data from MMC card?

2003-12-30 Thread Aaron Ardiri
) manager. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Bitmap bits access

2003-12-29 Thread Aaron Ardiri
) ptr = BmpGetBits(BmpGetNextBitmap(myBmp)); else ptr = BmpGetBits(myBmp); in your specific case (if you only store single depth, multi density) you should be able to figure the reset you from there :) some more API's of interest: BmpGetDensity() --- Aaron Ardiri [EMAIL PROTECTED] http

Re: Bitmap bits access

2003-12-29 Thread Aaron Ardiri
() inside a game - you need to really consider rethinking your strategy.. its a VERY SLOW API call to be calling when time is really not available :) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer

Re: create 'nfnt' font family problem with PilRC 3.0

2003-12-29 Thread Aaron Ardiri
font examples in the PilRC source distribution. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: gray scale

2003-12-29 Thread Aaron Ardiri
as ScrScreenMode() in pre 3.5) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: create 'nfnt' font family problem with PilRC 3.0

2003-12-29 Thread Aaron Ardiri
] keep in mind we dont spend 100% of our time on the code just so you dont run into problems. we fix the things we need, and, since i haven't really had a need for a highres font so far, (and, i would define them correctly anyhow). its not on my priority list for fixing. --- Aaron Ardiri [EMAIL

Re: Feature Memory

2003-12-29 Thread Aaron Ardiri
have some overhead - definately more than passing a pointer around. however, is this that important? you should minimize your calls to this - maybe have larger functions :) i used FtrGet calls quite a bit. isn't that bad. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members

Re: Pen Down Area?

2003-12-29 Thread Aaron Ardiri
(eventP-eType) { case penDownEvent: PenGetPoint(penX, penY, penDown); why are you using PenGetPoint? (your API?) how about: eventP-screenX and eventP-screenY why not use the values you are provided? --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members

Re: [ANN] PilRC 3.0 available

2003-12-28 Thread Aaron Ardiri
/pilrc/ is now updated to reflect the latest version (yay, its finally out). --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Re: how to draw the slope text ?

2003-12-26 Thread Aaron Ardiri
/transform approach is well recommended. anti-aliasing is another topic of discussion all together *g* there is nothing worse than someone just c+p'ing an algorithm from somewhere without actually understanding how it works. it kinda makes it harder to debug :) --- Aaron Ardiri [EMAIL PROTECTED] http

Re: Directly access OS global varible in OS5?

2003-12-26 Thread Aaron Ardiri
engineered OS5 fonts and how to replace them; but, its not officially documented. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Re: Floating Point Error

2003-12-26 Thread Aaron Ardiri
= 19889 many ways to pluck a chook as they say :) you'll find using integers is even faster than using floating point :P especially on devices like palm handhelds *g* --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using

Re: how to draw the slope text ?

2003-12-25 Thread Aaron Ardiri
does anyone know how to draw text with different slope/angles (e.g. 30, 45, 90 degrees) ? thx! implement your own rotation algorithm... or, wait until PalmOS catches up to every other platform with providing graphic context support (and, stuff like this), in Palm OS6 :) --- Aaron Ardiri

Re: how to draw the slope text ?

2003-12-25 Thread Aaron Ardiri
trigonometry :) piece of cake - now, to make it fast you can use integer math instead of using 'cos' and 'sin' functions (= slow). Mathlib can help there if needed. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using

Re: how to draw the slope text ?

2003-12-25 Thread Aaron Ardiri
(angle) * y); new co-ordinates = value based on old co-ordinates --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: how to draw the slope text ?

2003-12-25 Thread Aaron Ardiri
/citikey/map4.gif damn.. that code is so old *g* - long were the days of hacking grayscale on old 16Mhz devices *g* --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Segmenting by function with CW?

2003-12-25 Thread Aaron Ardiri
. even if i was in a hospital, i would sneak my laptop in and GPRS connect *g* must... be... online... always --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: how to draw the slope text ?

2003-12-25 Thread Aaron Ardiri
://www.gamedev.net/reference/articles/article811.asp whats wrong with people 'looking' for answers to their problems instead of just asking for help? if you cannot figure it out from here, maybe it is time you decided to do something else. --- Aaron Ardiri [EMAIL PROTECTED] http

Re: Who sets prefMeasurementSystem?

2003-12-24 Thread Aaron Ardiri
You mean the country choice? Canada went metric almost 20 years ago, yet my Clié offers me feet as a default. Maybe a good heuristic for Palm would be metric everywhere except the US :) the UK still uses 'miles' :) and, a swedish mile (mil) is 10km. --- Aaron Ardiri [EMAIL PROTECTED] http

Re: A bit off topic: Win2K vs. XP professional with Palm dev. tools

2003-12-20 Thread Aaron Ardiri
There are configuration options that can make XP look almost exactly like Win2K. thats what i run.. hate that green/blue thing they did :) also, turn off all the fancy stuff, there are around three screens you want to dig up to disable all the junk :) --- Aaron Ardiri [EMAIL PROTECTED] http

Re: A bit off topic: Win2K vs. XP professional with Palm dev. tools

2003-12-19 Thread Aaron Ardiri
is much better in XP. i have been using XP for +1 year now - no problems. and, i have access to a LOT of pre-release SDK's/development kits. so, no incompatibilities --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using

Re: Raw IR on Tungsten T3

2003-12-19 Thread Aaron Ardiri
to characters sent 10s of milli seconds I am hoping someone knows a way to fix this problem we didn't find any problems turning on/off irda enable when receiving data. the change is pretty much instant. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile

Re: URGENT : SndStream limitation

2003-12-19 Thread Aaron Ardiri
) SndStreamSetVolume(deviceP-streaming.stream, 16384); SndStreamStart(deviceP-streaming.stream); } dont know where you have this 'first segment' issue from :) i dunno *g* --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information

Re: A bit off topic: Win2K vs. XP professional with Palm dev. tools

2003-12-19 Thread Aaron Ardiri
files) :P --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: URGENT : SndStream limitation

2003-12-19 Thread Aaron Ardiri
code is strongly integrated with the whole core. you could pay me to convert it to ARM. will work better anyhow. contact me off-list. converting this stuff to ARM is a piece of cake. (as is developing PNOlets - dont know why people get stuck) --- Aaron Ardiri [EMAIL PROTECTED] http

Re: URGENT : SndStream limitation

2003-12-19 Thread Aaron Ardiri
! --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: URGENT : SndStream limitation

2003-12-19 Thread Aaron Ardiri
is available - it'll use that. Sony API doesn't use SndStream API's. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: URGENT : SndStream limitation

2003-12-19 Thread Aaron Ardiri
keeping your program in 68k, and just do the sound callbacks in ARM. ever wondered about Lemmings? (www.ardiri.com/palm/lemmings) it is also a 68k program - and, the only ARM in it is for the midi/sfx playback (fidelity) *g* --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com

Re: Raw IR on Tungsten T3

2003-12-18 Thread Aaron Ardiri
this on a contract job just recently. however, devices using OMAP CPU's require IrDA framing. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Re: WinRGBToIndex() crashes with low memory access for Treo270

2003-12-17 Thread Aaron Ardiri
:) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Big Sound Stream problem

2003-12-17 Thread Aaron Ardiri
; } check your linking settings - by default, 'int' is an int32 - and, there will be a multiply function required for it to happen. if you dont link in libc - it'll be missing that function, and crash :P --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile

Re: bitmap palettes

2003-12-16 Thread Aaron Ardiri
in the application it gets a bit trickier - not much extra work tho :) you just need to know what you are doing. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: abour ARM native

2003-12-16 Thread Aaron Ardiri
running at 40+ frames/second? stay in 68k? bah. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: abour ARM native

2003-12-16 Thread Aaron Ardiri
by ADS or so.. but, technically, should be possible to write pure native code on ARM *g* - calling API's isn't too bad from native ARM, but, you'll be pushing your limits; and, most likely your code wont work on all devices :) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members

Re: object index

2003-12-16 Thread Aaron Ardiri
. most of the resources use AUTO id labelling.. beware :P ie: .rcp FORM .. BEGIN LABEL blah ID MyFormBlahLabel ... END index = FrmGetObjectIndex(form, MyFormBlahLabel); FrmHideObject(form, index); works :) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members

Re: abour ARM native

2003-12-16 Thread Aaron Ardiri
not having any 68K code at all, not even a 2K loader :) and, check my following post :) you dont have to have a 2K 68k loader *g* i am pretty sure i could write up a program (maybe in assembly at first) that never uses 68k. just need a quick/dirty loader really, natively :) --- Aaron Ardiri [EMAIL

Re: Records limited to 32Mb?

2003-12-11 Thread Aaron Ardiri
. not too much of a change. :) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: array size

2003-12-10 Thread Aaron Ardiri
; membersArray = (Char **)MemPtrNew(1200 * sizeof(Char *)); ... MemPtrFree(membersArray); then, you'll only use 4 bytes of stack space. and the other bit will go in the dynamic heap (plenty of space there, compared :)) --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members

Re: Is there a T3 simulator?

2003-12-09 Thread Aaron Ardiri
on a double density device. Tapwave Zodiac Tungsten|W Tungsten|E Tungsten|T Tungsten|T2 Tungsten|T3 Tungsten|C Zire 71 thats a starting list for you :) sony units dont use double density always. --- Aaron Ardiri [EMAIL PROTECTED] http://www.mobilewizardry.com/members/aaron_ardiri.php [profile

Re: Writing Text in Owner Preference - Pls ignore

2003-12-09 Thread Aaron Ardiri
I do solve my problem. Tks very much! it could be useful to post the answer to your question here for someone else to refer to at a later point however :) so, you can consider giving something to the development community so next time you ask - someone may want to help you later :) --- Aaron

Re: Re: IrDA problem under Palm OS5!

2003-12-08 Thread Aaron Ardiri
Thank you for your advice,I'm trying to write a program for my Palm TT to send or receive serial data from the IR port. unless you use IrDA framing, the UART3 on the OMAP processors wont let you send the data - simple. if you dont use IrDA framing, you cannot use IrDA raw mode. --- Aaron

<    1   2   3   4   5   6   7   8   9   10   >