Re: Tiny Fonts with pilrc/prc-tools

2003-07-04 Thread Aaron Ardiri
to an offscreen window and copy it over. its a bit more cumbersome. i saw someone post some sample code on doing this just a few weeks ago :) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry

[INFO] multi-platform development tools

2003-07-04 Thread Aaron Ardiri
for more information - i can send you a few of the above demos :) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm

Re: Tiny Fonts with pilrc/prc-tools

2003-07-04 Thread Aaron Ardiri
Why I only find the 2.9p2 version to download on Sourceforge.net? Where is the 3.0 version? Thanks! CVS :) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http

Re: Have seen WinSetScalingMode and some otherfunctions for pcrtools?

2003-07-04 Thread Aaron Ardiri
myself. John will be able to answer compliance issues with the win sdk for prc-tools --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information

Re: OS5 ROMs

2003-07-04 Thread Aaron Ardiri
your device, because thats ARM. the simulator is a native x86 application. the rom is x86 - its not an emulator ;) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http

Re: inline assembler syntax

2003-07-04 Thread Aaron Ardiri
of the reasons why prc-tools can be more superior :) i use both tool chains, depending on the project, but, i love control when it comes to my compilers *g* --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry

Re: Build-prc: multisegmented code

2003-07-03 Thread Aaron Ardiri
-sections.ld gcc $(CFLAGS) -o myapp $(OBJS) myapp-sections.ld why are you using myapp-sections.ld here? that should only be used when building with myappsections.s file. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile

Re: How to get the size of a record in Database?

2003-07-03 Thread Aaron Ardiri
index) how about using MemHandleSize() to get the size of the record? --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using

Re: Palm OS and Pocket PC programming tool

2003-07-03 Thread Aaron Ardiri
on it when i have the time :) but yes, we have a single .c file which contains not a single line of platform dependent code. we then compile this onto all the seperate platforms. the OS5 armlet version has a 2k m68k loader - and, the rest is 100% arm. --- Aaron Ardiri[EMAIL

Re: Highres graphical button

2003-07-02 Thread Aaron Ardiri
SELECTEDBITMAPID bitmapSearchInverted and it works fine for me. my bitmaps are 12x12 and 24x24 respectively --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com

Re: crt0.o is missing for ARM

2003-07-02 Thread Aaron Ardiri
etc. PNO (*spew*) - Palm Native Object is what they are now called - someone didn't like the use of the word 'armlet' or 'simlet'. there is a development forum specific to this type of stuff. you might want to join and get more insight there. --- Aaron Ardiri[EMAIL PROTECTED

Re: Question about nilEevent

2003-07-02 Thread Aaron Ardiri
to ensure your FPS is kept constant. :) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums

Re: Help! How to check whether backlight is on or off

2003-07-02 Thread Aaron Ardiri
, the header files dont define the prototype for the HwrDisplayAttributes function, so, you'll have to define that yourself. easy stuff. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http

Re: Help! How to check whether backlight is on or off

2003-07-02 Thread Aaron Ardiri
to cut+paste correctly --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: 1-bit high-density offscreen windows

2003-07-01 Thread Aaron Ardiri
only be using it off-screen, and, dont expect the API's to be fully compatible with 1, 2 or 4bpp in the future. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http

Re: Upgrade Palm OS!

2003-07-01 Thread Aaron Ardiri
With Manufacture's Website are you referring to http://www.handspring.com/ handspring only have downloadable updates. mainly because the devices dont have flash memory. there is a section where you can find the upgrades for your unit. look for 'support' maybe? --- Aaron Ardiri

Re: Tungsten-C differences?

2003-06-30 Thread Aaron Ardiri
itself) :P --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: WinDrawBitmap and jaggies

2003-06-29 Thread Aaron Ardiri
When I draw a captured signature as a bitmap using WinDrawBitmap, the resulting bitmap has jaggies (stair steps) on it. Anyone know how I can solve the problem? can write your own anti-aliasing engine :) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO

Re: WinDrawBitmap and jaggies

2003-06-29 Thread Aaron Ardiri
grayscale pixels in your bitmap. no-one says you have to save it in 1bpp. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using

Re: How to hide an application icon displaying in the main menu

2003-06-27 Thread Aaron Ardiri
In Codewarrior: Settings / Linker / PalmRez Post Linker / Set Hidden Bit [X] in prc-tools, look at your .def file it should look something like application { Starter STRT hidden } --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO

Re: Tungsten C Screen Disable

2003-06-27 Thread Aaron Ardiri
(HardwareUtils68K.h) for doing this, if you are a member of the plugged-in program. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information

Re: fatal alert: table.c, line:2408

2003-06-25 Thread Aaron Ardiri
are obviously trying to select a row when you dont have enough there in the table. you might want do do some checking on how many rows you have before you pass a call to this function are you calling: TblGetItemBounds? :P --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO

Re: Mysterious error message

2003-06-25 Thread Aaron Ardiri
callback set to NULL or something. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe

Re: Text field with lots of text

2003-06-24 Thread Aaron Ardiri
and then piece them back together in the code. Is there a better way of doing this? pilrc has an internal limit. its a hardcoded value = bad. use the DATA tag to include a file as a resource. works fine. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO

Re: How to tell GCC to make a symbol file?

2003-06-24 Thread Aaron Ardiri
I want to debug a program using the debugger. So I need a symbol file. How do I tell the GCC compiler to produce one? use the debugger specific to the compiler: ie: m68k-palmos-gdb when you compile, you can compile in symbols using the -g flag. gcc != codewarrior :) --- Aaron Ardiri

Re: MemPtrFree - invalid chunk

2003-06-24 Thread Aaron Ardiri
; you should look there. try commenting out one line at a time to find the real offending call :) that'll be the best chance to find out what is going on -- --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile

Re: MemPtrFree - invalid chunk

2003-06-24 Thread Aaron Ardiri
(ie: MemPtrNew fails) it is somewhere else :) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums

Re: Bad executable generation

2003-06-24 Thread Aaron Ardiri
. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com

Re: Newbie Need Help !! Creating a test file (Hello World)

2003-06-24 Thread Aaron Ardiri
with documentation, everything you need is there, and, you can get a lot of information freely on www.palmos.com --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com

Re: Newbie Need Help !! Creating a test file (Hello World)

2003-06-24 Thread Aaron Ardiri
. then, it will be time to get out your wallet and go for the 'damn, i gotta pay for this route' ps: the instructions are perfect - you just need to read them. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry

Re: offtopic: who can figure out this for loop

2003-06-24 Thread Aaron Ardiri
; ++i ); -- see that ';' the compiler interprets this code as: int x = 1; for (int i=0; i100; i++) { } ++x; basic C :) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http

Re: MP3 on tungsten

2003-06-23 Thread Aaron Ardiri
; they have done the mp3 playback engines :) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums

Re: about high density

2003-06-23 Thread Aaron Ardiri
, os5 seperately. sdk5.0 is sdk4.0 with extra's so, you can technically still use sdk3.5 to build OS5 applications (we do it). you just need to make sure you get the right headers from sdk5 and ensure they are included in your project. development on palm isn't compiler version specific. --- Aaron

Re: Print Bitmap Ptr using Symbol

2003-06-23 Thread Aaron Ardiri
--- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: about high density

2003-06-23 Thread Aaron Ardiri
on the message boards, but, dont take it for granted. now - if you cannot figure it out, make me an offer. i am sure i can whip up the code in a jiffy to do exactly what you want. (and, it'll work) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO

Re: about high density

2003-06-23 Thread Aaron Ardiri
willing to pay for it. sorry. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe

Re: Starting up, sorta

2003-06-23 Thread Aaron Ardiri
this work will happen overnight - I hope :) heh. well, if you need help - let me know. you can mail me direct. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com

Re: Starting up, sorta

2003-06-23 Thread Aaron Ardiri
I'm ONLY targetting OS5 though, does this make a difference ? OS5 is arm only - and, you do things a bit differently there (especially if you want to write games) :P I may well get in touch with you directly at some point - got a lot of work here ok. --- Aaron Ardiri

Re: Starting up, sorta

2003-06-23 Thread Aaron Ardiri
version of the OS (not like m$) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe

Re: Palm OS bugs in low memory conditions?

2003-06-23 Thread Aaron Ardiri
] b) do not depend on the OS API's in low memory conditions b) being a bit more serious, normally means write your own routines that can handle failures etc. thats what we had to do in a project i was working on. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO

Re: Starting up, sorta

2003-06-23 Thread Aaron Ardiri
) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Palm OS bugs in low memory conditions?

2003-06-23 Thread Aaron Ardiri
are with bringing up forms/dialogs :( very fun. i try to keep my dynamic memory usage to around 32K - use different techniques to get higher than that; works for me. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile

Re: Starting up, sorta

2003-06-23 Thread Aaron Ardiri
anywhere.. perfect. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: 4K Limit on NetLibSend using device (not emulator)??

2003-06-23 Thread Aaron Ardiri
. it may also be relevant to the 'file streaming' API's - which also has a 4k limit - never looked into the issue that deep to give you a precise/exact answer. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile

Re: MP3 on tungsten

2003-06-22 Thread Aaron Ardiri
Where can i found code example on how to play MP3 with the OS5 sound API ? there is no native mp3 support - write your own mp3 streaming function (read mp3 - stream) and you'll have mp3 - not that hard to do :), mp3 players do exist on the Tunsten/Zire71 units. --- Aaron Ardiri

Re: PenMove in OS5

2003-06-22 Thread Aaron Ardiri
()? will make it much easier. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: Starting up, sorta

2003-06-22 Thread Aaron Ardiri
the wood for the trees. Any help/pointers on the above would be *extremely* well appreciated. well, if you have a deadline - maybe you should seek assistance. you can contact me directly off-list. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO

Re: Package PDB files into a PRC file? Use PilRC?

2003-06-20 Thread Aaron Ardiri
- i've helped you far enough. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe

Re: How do I search previous posts?

2003-06-20 Thread Aaron Ardiri
were interested. :) searching escribe is good. i used it on occasion when finding previous references for people who ask for help. (not like i can link to my outlook folders) :P --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656

Re: a question on structures

2003-06-20 Thread Aaron Ardiri
probrably ends up as (in 68k asm) move a0, (address of xP) move.w d0, (a0) which, effectively is like casting xP into a (int *) array --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry

Re: PACE bug on Palm Tungsten

2003-06-20 Thread Aaron Ardiri
this was a bug reported previously. i dont know if Palm released a patch for it. pace did not emulate the movem.w instruction correctly. - Original Message - From: Konstantin Klyatskin [EMAIL PROTECTED] Newsgroups: palm-dev-forum To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday,

Re: How do I search previous posts?

2003-06-20 Thread Aaron Ardiri
. probably not hurtful to open those up (ie: the preview stuff about OS5 etc) but, of course, any active lists have to remain quite due to NDA's and so forth. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile

Re: PACE bug on Palm Tungsten

2003-06-20 Thread Aaron Ardiri
Why haven't they included at least a warning alert in simulator then... bug found after simulator released. simulator i believe works. its not all the same code unfortunately :( --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70

Re: jpegArmlets: Come get 'em

2003-06-20 Thread Aaron Ardiri
http://www.dp.mcw.edu/palmImaging/jpegArmlets.zip 28Mb archive? what you putting in there :) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com

Re: Package PDB files into a PRC file? Use PilRC?

2003-06-19 Thread Aaron Ardiri
use whatever you like to do it. PilRC could be used. par is another tool which is just as good as well. your main problem will be the size of the .pdb files - you may have to split them into smaller chunks. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO

Re: Package PDB files into a PRC file? Use PilRC?

2003-06-19 Thread Aaron Ardiri
need to unpack the .pdb to the device. DmGetResource() DmCreateDatabaseFromImage() by the way DATA MyData ID 8001 is not valid. the 'MyData' string is a 4-byte character type (ie: 'MyData' = 6 bytes). all you need to know is in the palmos documentation --- Aaron Ardiri

Re: Offscreen window drawing...

2003-06-18 Thread Aaron Ardiri
at www.ardiri.com --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Offscreen window drawing...

2003-06-18 Thread Aaron Ardiri
creating a bitmap window like this? create a window then, use WinDrawBitmap() to copy it to the window. if your bitmap is compressed, you may get interesting results as well. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656

Re: Offscreen window drawing...

2003-06-18 Thread Aaron Ardiri
for the game itself (variables etc) now, you can do this however you want; but, in the past three years i have been doing game developmenbt on palm - i am quite happy with the way we do things. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46

Re: Midi command

2003-06-17 Thread Aaron Ardiri
.midi text output and converted into a sequence which the lemmings engine could play - it worked out pretty good. one of the first games to have background music like this without using real midi files :) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO

Re: Midi command

2003-06-17 Thread Aaron Ardiri
(TT TC...) ? see, thats when you should use audio streaming :) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm

Re: Game Freezes!!!

2003-06-16 Thread Aaron Ardiri
for input, unless you disable it and want to use it for something else. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using

Re: Low density fonts, high density displays.

2003-06-16 Thread Aaron Ardiri
for a second :) --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Help Palm OS.

2003-06-16 Thread Aaron Ardiri
is good when it comes to having tools that emulate the devices - and, these are accurate to a certain point, unless you start playing with the hardware directly. this is really what you probably need. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO

Re: PalmOS 5.2 Multichannel Sound Library

2003-06-16 Thread Aaron Ardiri
, but, with a broader sample set (need around 1Mb for good midi) - it sounds pretty nice! --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information

Re: Midi command

2003-06-16 Thread Aaron Ardiri
5.0) - a good midi engine will require at least 1Mb of samples; we added this support to lemmings, but, only use two samples (still, its better than the normal old sound) :P --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143

Re: CW8 - CW9 project migration

2003-06-16 Thread Aaron Ardiri
. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Detection of Hardware Key

2003-06-16 Thread Aaron Ardiri
Is there a way to detect what applications are mapped to what hard keys? PrefGetPreference - there are a few prefXXX enums which are for the hard keys.. you might want to check those out. --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO

Re: app copy protection

2003-06-16 Thread Aaron Ardiri
The article on this http://makeashorterlink.com/?Z188321D4 read up on this article as well http://makeashorterlink.com/?N2AF211F4 --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry

Re: PalmOS 5.2 Multichannel Sound Library

2003-06-16 Thread Aaron Ardiri
to find some time for it ;P --- Aaron Ardiri[EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe

Re: Re: Hi-res modes support.

2003-06-09 Thread Aaron Ardiri
resolution - so, dont be surprised that the API's are the same. the current dana is only b+w however, which, renders it useless for most people (however, they did announce they were releasing a rom update/patch for grayscale at palmsource seminars).. --- Aaron Ardiri [EMAIL

Re: Font Error 2

2003-06-09 Thread Aaron Ardiri
of pilrc has a pilrctst program, which, does do custom fonts as a demonstration. you might want to look at that too - it works. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http

Re: Help!!!!!! Form Scroll

2003-06-09 Thread Aaron Ardiri
it for a contract) you will also have to use FrmShowObject/FrmHideObject if the controls go on/off the visible area :) design it carefully - it can work. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry

Re: Chinese characters

2003-06-09 Thread Aaron Ardiri
if this will be of any help for your quest.. it has been there way before palmos 3.5 --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information

Re: Database copy issue

2003-06-09 Thread Aaron Ardiri
database. its a couple of API calls - and, a for loop.. also depends on what type of database you are working with (resource, record). different API's for each. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile

Re: Netlib Redirect on Real Device

2003-06-09 Thread Aaron Ardiri
the info with it. there has been a product announced which does the same over USB. check www.palminfocenter.com for details - it was posted a few months back. doing a search for mochappp might bring it up. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO

Re: Font Error 2

2003-06-09 Thread Aaron Ardiri
it, and, see if your application contains those resources. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using

Re: Class library for getting/setting HH Hotsync info

2003-06-09 Thread Aaron Ardiri
want to release it? use it for yourself, keep it private. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using

Re: application protection

2003-06-09 Thread Aaron Ardiri
Is there a way to prevent my application from being beamed/transferred from one handheld to another one? search the palm-dev-forum archives. it has been discussed QUITE a lot over the last 3-4 years. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO

Re: Class library for getting/setting HH Hotsync info

2003-06-09 Thread Aaron Ardiri
that is used specifically for warez? its your choice ultimately. i got grilled on this subject before and i wouldn't wish it onto anyone else - unless you want that. :) --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143

Re: Hi-res modes support.

2003-06-08 Thread Aaron Ardiri
this. Or the only way is the use special SDKs and write special version for each device? you can check the device type/presence of libraries to aid you with your application flow. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO

Re: CtlSetLabel mechanism??

2003-06-08 Thread Aaron Ardiri
a pop-up list that says Select Item, and, the list contains a bunch of items - when the user selects it, the Select Item goes away, and, everyone is happy. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry

Re: Glyph

2003-06-08 Thread Aaron Ardiri
Sorry for the Question.. Char c=70 will solve my problem or... StrPrintF(str, %c, 70); will do it too :) --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http

Re: Any way to display a Form's info. dialog?

2003-06-07 Thread Aaron Ardiri
by pressing the i in the upper right hand corner) when I know it already exists. I don't see any Frmmumble routines that will do this. Is there an easy way to display a forms' help dialog at will? FrmHelp(UInt16 helpId); where did you look? :) --- Aaron Ardiri [EMAIL

Re: WinPalette

2003-06-06 Thread Aaron Ardiri
how can I use my own palette to Draw a bitmaps( from table) I have to use Winpalette but the image always takes the default palette. use 16bpp (also, make sure you have the palette in the bitmap) or, set your own palette using WinSetPalette() --- Aaron Ardiri [EMAIL

Re: Information needed on retrieving unique device-id of a palm

2003-06-05 Thread Aaron Ardiri
? --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Information needed on retrieving unique device-id of a palm

2003-06-05 Thread Aaron Ardiri
cHJvZF9sdmwxPX5hbnl_JnBfY2F0X2x2bDE9fmFueX4mcF9zb3J0X2J5PWRmbHQmcF9wYWdlPTE* p_li= hmm.. whatever happened to the knoweledge base an the simple urls? damn.. that url was longer than i thought http://www.ardiri.com/publications/palmsource2000.pdf same thing :) --- Aaron Ardiri [EMAIL PROTECTED] CEO

Re: Where is my file? after I created a filestrem.

2003-06-05 Thread Aaron Ardiri
, but, ideally - with that flag not being zero - my comments apply :) --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using

Re: palm-dev-forum digest: June 03, 2003

2003-06-05 Thread Aaron Ardiri
too :) --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Palm OS and Pocket PC programming tool

2003-06-05 Thread Aaron Ardiri
got to see the demo's up close :) it can be done *g* --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm

Re: Free handle error entering EvtGetEvent

2003-06-05 Thread Aaron Ardiri
Fixed ! maybe it is good to say how you fixed it :) so, the next person who does a search in the archives for this error or similar can get a hint of a possible solution? --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70

Re: How to check screen is high density?

2003-06-04 Thread Aaron Ardiri
be everything you need :) --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums

Re: Can PRC file modify it's own resources to give is a different icon under different circumstances?

2003-06-04 Thread Aaron Ardiri
do you move data from resource to resource? DmWrite simple rules, learn, remember em:) --- Aaron Ardiri [EMAIL PROTECTED] CTO - Director of Research+46 70 656 1143 MedHand International AB http

Re: PRC Tools

2003-06-04 Thread Aaron Ardiri
? --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: Replace Resource?

2003-06-04 Thread Aaron Ardiri
- when they are good and ready to, not when you want them to. of course, if people were to send me money everytime they asked a question, i could put it higher up in my processing list. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO

Re: PRC Tools

2003-06-04 Thread Aaron Ardiri
depends on the project, contract and how i feel at the end of the day :) --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http://www.mobilewizardry.com/ -- For information

Re: Empty crash

2003-06-03 Thread Aaron Ardiri
of our applications but may be (or maybe not) caused by non PalmOS 5 compatible software. Does anybody know why the dialog is so messed up? It isn't the usual dialog, too, e.g. it is not a result of SysFatalAlert being called. armlet crash? :) --- Aaron Ardiri [EMAIL

Re: Where is my file? after I created a filestrem.

2003-06-03 Thread Aaron Ardiri
) successfully - par and other utilities can be used to generate or process these resources. identify what it is you really want to do :) --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry

Re: Where is my file? after I created a filestrem.

2003-06-03 Thread Aaron Ardiri
on this topic. RTFM guys. dont email me privately - the forums exist for a reason, and, i get enough 'how to i program' type emails a day - i dont need to be flooded with more :) thanks for understanding. --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO

Re: Arabic localization

2003-06-03 Thread Aaron Ardiri
Then get Palm Debugger, tons of coffee and...pray you're good. heh.. now, that lightened up my day :) thanks bobby --- Aaron Ardiri [EMAIL PROTECTED] CEO - CTO +46 70 656 1143 Mobile Wizardry http

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