RE: palm-dev-forum digest: December 01, 2009

2009-12-02 Thread Tam Hanna
Hi, I just stumbled across this snippet, which draws transparent text: //Draw text if(prefs.text.transparentbg) { WinPushDrawState(); WinSetDrawMode(winOverlay); WinPaintChars(text,StrLen(text),15,15); WinPopDrawState(); } else {

RE: forum heart beat check

2009-02-07 Thread Tam Hanna
Hi, weird...I wanted to send sth similar out a few days ago. Was a nice time with all of you... . Hope to see some of you again in the future on MSDN or Forum Nokia ;). All the best Tam Hanna -Original Message- From: Palm Developer Forum digest [mailto:palm-dev-fo...@news.palmos.com

re: Developing on Palm PDAs - what next?

2008-12-26 Thread Tam Hanna
it IMHO cant do is let you access the RAM drive of the PPC... All the best Tam Hanna P.S. Sorry for ad below mail - am on a vacation in Hungary and cant use Treo... -- Sensationsangebot verlängert: GMX FreeDSL - Telefonanschluss + DSL für nur 16,37 Euro/mtl.!* http://dsl.gmx.de/?ac

PalmGear royalties - how does the business go

2008-12-13 Thread Tam Hanna
you if you all have had similar experiences, or if sending a lawyer and audit team to the USA pays. All the best Tam Hanna P.S. You can (should) contact me off-list at tamhan at tamoggemon dot com! -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

DmReleaseResource does NOT free resource

2008-12-08 Thread Tam Hanna
this: for(i=0;i=5;i++) { MemHandleUnlock(orbs[i].orbH); DmReleaseResource(orbs[i].orbH); } Weirdly, the resources are not closed. Anyone have any ideas why? All the best Tam Hanna -- For information on using the ACCESS Developer Forums

RE:How to register IOTA events

2008-12-08 Thread Tam Hanna
Hi, Are you sure that the event is implemented? What do you want to do in specific? All the best Tam Hanna Subject: How to register IOTA events From: ini [EMAIL PROTECTED] Date: Sun, 07 Dec 2008 01:21:22 -0800 X-Message-Number: 1 Hi, I want to be notified about applications being downloaded

RE: Displaying a colored graphic button

2008-11-13 Thread Tam Hanna
Hi, T3 default color depth: 8bit. You MUST set the color depth to 16bits!!! All the best Tam Hanna http://tamspalm.tamoggemon.com P.S. it is a mess, I know - some devices have 8bit default, while others run per default in 16bit... Subject: Displaying a colored graphic button From: Luc Le

Re: Programmatically dimming down the screen

2008-09-28 Thread Tam Hanna
Hi Dmitry, I am currently on my vacation and can't make up a test app for you. But trust me: I had a huge load of work due to this when I coded AutoSync. Brightness value of 1 is bigger than value of 2 in terms of brightness. IMHO, the train drives over this... All the best Tam Hanna Subject

Re: Programmatically dimming down the screen

2008-09-26 Thread Tam Hanna
Hi, ok Dmitry, it may not be full. BUT: there is a jump in the line - at least it was on my IIIc and IMHO all other boxen I tested it on. 1 2 While 2 3 Get what I try to express? Best regards Tam Hanna Subject: Re: Programmatically dimming down the screen From: Dmitry Grinberg [EMAIL

RE: Programmatically dimming down the screen

2008-09-24 Thread Tam Hanna
; } } } } All the best Tam Hanna -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

RE: Access files on Garnet Simulator SD Card

2008-09-24 Thread Tam Hanna
Hi, a possible method involves TCP/IP and Resco Explorer. Install RE onto the sim, and then use SMB support. Sounds weird, but has saved my hide a few times! All the best Tam Hanna -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access

sysNotifyNetLibIFMediaEvent / netIFMediaDown unreliable on Treo

2008-09-18 Thread Tam Hanna
), please let me know why the app doesn't work... All the best Tam Hanna P.S. In case anyone wonders - I registered for sysNotifyNetLibIFMediaEvent, not for netIFMediaDown ;). -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com

AlmSetAlarm - erasing an alarm does NOT cancel the auto-on

2008-08-17 Thread Tam Hanna
sysNotifySleepNotifyEvent: AlmSetAlarm(cardNo,dbID,0,TimGetSeconds()+60lu*60*24*365*10,false); break; } } Anyone have any ideas re this? All the best Tam Hanna -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access

RE: Bitmaps distorted in PODS

2008-07-14 Thread Tam Hanna
the temprorary file created before and import the data. Voila - it works. The reason why I fucked up was that I used GIMP to directly edit the bitmaps as referenced by the resource HTML file. Once again - do NOT edit the bitmaps in the /rsc folders!! All the best Tam Hanna Subject: Re: Bitmaps distorted

Re: Bitmaps distorted in PODS

2008-07-11 Thread Tam Hanna
Hi Dmitry, I know that it is a 24bit bitmap - but can't find a way to transform it in GIMP. Cant you recommend something? All the best Tam Hanna Subject: Re: Bitmaps distorted in PODS From: Dmitry Grinberg [EMAIL PROTECTED] Date: Thu, 10 Jul 2008 18:19:06 -0700 X-Message-Number: 7 16-bit

Bitmaps distorted in PODS

2008-07-10 Thread Tam Hanna
and saved it in bitmap format. So far so good - the program gets built. However, when running the PRC (and when looking at the bitmaps in resource editor), the colors are totally distorted. Opening the bitmap in GIMP reveals correct colors... Anyone of you have any ideas? All the best Tam Hanna

re: High Density screen

2008-07-05 Thread Tam Hanna
Hi, here's a sample code bit from one of my apps. inline void drawScreen() { RectangleType r; UInt16 error; UInt32 i,j; WinHandle oldh; oldh=WinSetDrawWindow(buffer); //The walls are already gone! //Do parametric walls,

RE: Running Communication Process in the background

2008-07-01 Thread Tam Hanna
Hi, sorry for the short reply: Use a state machine that handles the protocol. Then, fire an alarm frequently and run the state machine. All the best Tam Hanna Subject: Running Communication Process in the background From: Mukesh Singh [EMAIL PROTECTED] Date: Sat, 28 Jun 2008 14:30:02 -0700 X

Re: Keep network connection alive in the background

2008-06-26 Thread Tam Hanna
completes, but the data never leaves my developing workstation(sniffing with Ethereal while running program on SIM). Anybody have any ideas? Best regards from Vienna Tam Hanna Subject: Re: Keep network connection alive in the background From: P. Douglas Reeder [EMAIL PROTECTED] Date: Wed, 25

Keep network connection alive in the background

2008-06-25 Thread Tam Hanna
. However, on my Treo 680(GSM connection), the connection seems to die after some time(I tried to ping google and got the Singing Up message again). What can I do to keep the connection alive? I have already tried sending small bits of data in response to an alert to no avail... Best regards Tam

Re: Open web browser programatically

2008-06-16 Thread Tam Hanna
Hi Michael, thank you so much. I have managed to find a deeplink pointing into Access Dev Knowledge base(their search page seems gone) - this source code does the web browser calling: http://kb.palmsource.com/cgi-bin/palmsource.cfg/php/enduser/std_adp.php?p_fa qid=731 Big thank you! Tam Hanna

Open web browser programatically

2008-06-15 Thread Tam Hanna
currently is installed onto the device(NetFront, Web pro, etc?)? The list archives pointed me to a Web Browser Manager page on PalmSource KB;s but it seems to have disappeared. Does anyone of you have an idea for me? Best regards Tam Hanna -- For information on using the ACCESS Developer Forums

Bogus Invalid Index error

2008-06-09 Thread Tam Hanna
rGadgetHandler); I have already checked the control ID and the pointer, and they all are valid. Nevertheless, the app dies whenever the call runs.. Anyone have any ideas? Best regards Tam Hanna -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http

Treo 680 vs LineFeedChar weirdness

2008-06-01 Thread Tam Hanna
: // send the string MemSet(event, 0, sizeof(EventType)); event.eType = keyDownEvent; event.data.keyDown.chr = linefeedChr; EvtAddEventToQueue(event); Anyone have any idea what's going on here? Best regards Tam Hanna -- For information on using the ACCESS

Re: Weird Pref problem

2008-05-27 Thread Tam Hanna
- which is very bad for the kind of app we were planning...thuis I tagged it with dies... Best regards Tam Hanna Subject: Re: Weird Pref problem From: Lou Krieg [EMAIL PROTECTED] Date: Wed, 21 May 2008 17:36:37 -0400 X-Message-Number: 6 On May 21, 2008, at 5:22 PM, Dave Carrigan wrote: On May 21

Weird Pref problem

2008-05-21 Thread Tam Hanna
regards from Vienna Tam Hanna -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

RE: How to determine if device has wireless connection?

2008-05-02 Thread Tam Hanna
/MB) very swiftly...which would guarantee you of her lifelong love to your products! IMHO, asking the user works best. Hey, even Palm itself did so with their Palm.net service - IMHO, the wireless char still is in the ASCII set ;). Just my 2 cents though Tam Hanna http://tamspalm.tamoggemon.com

RE: AW: Is there any static analyzer for Palm OS?

2008-03-19 Thread Tam Hanna
Hi Harald, may I post this bit of code to TamsPalm? Best regards from Vienna Tam Hanna -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: How to remove an application from palmgear?

2008-03-16 Thread Tam Hanna
what's fu**ed up at PalmGear's. Essentially, the only way out is to annoy them so much that they kick you. Dunno why they are so adhesive though... Best regards Tam Hanna Tamoggemon - http://www.tamoggemon.com 1. How to remove an application from palmgear

RE: Is the T3 still relevant?

2008-02-13 Thread Tam Hanna
an integrated cell phone - it's your own choice whether to turn it on or not :). Best regards Tam Hanna Subject: RE: Is the T3 still relevant? From: Lee Church [EMAIL PROTECTED] Date: Tue, 12 Feb 2008 22:26:30 -0600 X-Message-Number: 11 I remember a post-conference session at the Palm Developer's

RE: Is the T3 still relevant?

2008-02-12 Thread Tam Hanna
regards Tam Hanna http://www.tamoggemon.com Subject: RE: Is the T3 still relevant? From: Dr. S.L. Sanders [EMAIL PROTECTED] Date: Mon, 11 Feb 2008 20:54:08 - X-Message-Number: 7 To all who have contributed to this thread: I'm pleasantly surprised by the thoughtful discussion my posting

Re: Programming soft keys on the TX

2007-12-12 Thread Tam Hanna
Hello, while I personally think that the idea with the stub apps is best(think of a warm reset), I could also offer the following solution: X) Register for app start notification =whenever an app is started that 'shouldnt run'; just change the currently running app. Best regards Tam Hanna

Re: Printing Images

2007-12-03 Thread Tam Hanna
Hello, I can recall that most of the small photo printers expect their input data as OBEX transfer(a jpg file usually) of an image file rather than discreet control data. As for PrintBoy...it can't even print in color...so... Best regards Tam Hanna Tamoggemon - http://www.tamoggemon.com

Re: Moving projects

2007-12-01 Thread Tam Hanna
Hi, if I understand you correctly, you wish to keep the project current on both machines. For this, I can recommend two things: a) Create the workspace on an USB stick or your handheld b) Use CVS Best regards Tam Hanna Tamoggemon - http://www.tamoggemon.com -- For information on using

Re: Creating hires forms

2007-12-01 Thread Tam Hanna
Hi, essentially, you design the app on a 160x160 grid, and in case of DIA or screen rot, you get a notification and resize the form. There are code samples available on-line; I can send you a code sample! Best regards Tam Hanna -- For information on using the ACCESS Developer Forums

Re: Open/Save file dialog to navigate VFS ?

2007-11-18 Thread Tam Hanna
Hello, if anyone of you wants to have the dialog I use on www.palmfilefind.com; just send me an email and I can sent it over to you! Best regards Tam Hanna http://tamspalm.tamoggemon.com http://tamsppc.tamoggemon.com Subject: Re: Open/Save file dialog to navigate VFS ? From: Luc Le Blanc [EMAIL

RE: Problem on Tungsten E2

2007-11-08 Thread Tam Hanna
Hi, I can darkly recall that the TE2 shows this message when the amount of files in RAM climbs over approx 500... Is your application creating a lot of tiny files? Best regards Tam Hanna Subject: Problem on Tungsten E2 From: Baxter [EMAIL PROTECTED] Date: Mon, 5 Nov 2007 13:38:02 -0800 X

RE: What 'counts' as a global?

2007-11-06 Thread Tam Hanna
... Best regards and good luck Tam Hanna Tamoggemon - http://www.tamoggemon.com -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: WARNING: mytreo.net

2007-10-05 Thread Tam Hanna
Hi, this is Tam Hanna from TamsPalm and TamsPPC. Please send me an image to [EMAIL PROTECTED] so that I can announce a PSA immediately and investigate furtherly! Best regards Tam Hanna -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access

Re: sysNotifyLateWakeupEvent and the Treo 755p

2007-09-26 Thread Tam Hanna
Hi, Eventually, yes - but eventually can also mean in a few hours... Best regards Tam Hanna Subject: Re: sysNotifyLateWakeupEvent and the Treo 755p From: Thomas Ward [EMAIL PROTECTED] Date: Wed, 26 Sep 2007 00:37:23 - X-Message-Number: 19 Is there a different mechanism that an application

Re: sysNotifyLateWakeupEvent and the Treo 755p

2007-09-25 Thread Tam Hanna
by DailyQuote not showing a quote...thats what I use that app for most of the time :)). Are you sure that you aren't misinterpreting REM sleep as sleep? Screen off doesn't mean Sleep for a Treo... Best regards Tam Hanna http://tamspalm.tamoggemon.com Subject: Re: sysNotifyLateWakeupEvent and the Treo

Re: Using SD Card Memory

2007-09-25 Thread Tam Hanna
/the-hama-2gb-sd-memory-card-review / IMHO, Palm's implementation of the SD protocol, is seriously flawed due to the low speed especially when writing. My ipaq rx4240 easily reaches four times the speed...even through StyleTapbut who am I to decide... Best regards Tam Hanna Subject: Re

Re: Emul68KMain.c, Line:403, illegal instruction 00DE at address

2007-09-25 Thread Tam Hanna
Hi, could you please give me the original email once again for context? Anyways, O2 has always worked for me so far - its only O3 that fixated BallZ so badly that it crashed at startup... Best regards Tam Hanna -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: Emul68KMain.c, Line:403, illegal instruction 00DE at address

2007-09-21 Thread Tam Hanna
Hi, as always, my first hint is to turn OFF the optimization - it often borks code...for me, O3 almost never works! Secondarily, does the code fork on the Tungsten E2? Best regards Tam Hanna http://www.tamoggemon.com -- Subject: Re: Emul68KMain.c, Line:403, illegal

RE: Custom camera preview window size on Treo 700p

2007-09-20 Thread Tam Hanna
Hi Stefan, same feelings here...wanted to do a few nice tricks with the camera... Best regards Tam Hanna Subject: RE: Subject: Custom camera preview window size on Treo 700p From: Stefan Mohr [EMAIL PROTECTED] Date: Tue, 18 Sep 2007 10:42:10 -0700 X-Message-Number: 16 That's discouraging

re: Grid/graph display in palm?

2007-09-18 Thread Tam Hanna
, -0.207911691, -0.190808995, -0.173648178, -0.156434465, -0.139173101, -0.121869343, -0.104528463, -0.087155743, -0.069756474, -0.052335956, -0.034899497, -0.017452406, -1.13310778E-15}; Best regards Tam Hanna http://www.tamoggemon.com http://tamspalm.tamoggemon.com -- For information on using the ACCESS

RE: Subject: Custom camera preview window size on Treo 700p

2007-09-18 Thread Tam Hanna
... Best regards Tam Hanna http://www.tamoggemon.com http://tamspalm.tamoggemon.com -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

RE: Embed a jpeg

2007-09-04 Thread Tam Hanna
Hi, Here comes - once again - the answer to all jpeg related issues: http://tamspalm.tamoggemon.com/2007/05/31/pnojpeglib-and-pods-the-tutorial-p art-2/ :) Best regards Tam Hanna Subject: Embed a jpeg From: asterof nighthawk [EMAIL PROTECTED] Date: Mon, 3 Sep 2007 13:51:33 -0700 (PDT) X

RE: Displaying 320x320 JPEG image with ImageLib

2007-09-01 Thread Tam Hanna
Hi, please forgive me the shameless plug, but its all here: http://tamspalm.tamoggemon.com/2007/05/29/pnojpeglib-and-pods-the-tutorial-p art-1/ http://tamspalm.tamoggemon.com/2007/05/31/pnojpeglib-and-pods-the-tutorial-p art-2/ Best regards Tam Hanna http://tamspalm.tamoggemon.com

RE: Tunsten E2 application menu bar

2007-08-30 Thread Tam Hanna
Hi, Try going for graphical controls or such stuff... Or just draw a bmp and check the coordinates. Best regards Tam Hanna http://tamspalm.tamoggemon.com Subject: Tunsten E2 application menu bar From: kiryat8 [EMAIL PROTECTED] Date: Thu, 30 Aug 2007 06:58:16 - X-Message-Number: 11

RE: netErrDNSNonexistantName

2007-08-30 Thread Tam Hanna
the problem. Maybe, if you get this err, wait a few ms and just rerun the call! Best regards Tam Hanna Subject: netErrDNSNonexistantName From: Jan Slodicka [EMAIL PROTECTED] Date: Wed, 29 Aug 2007 14:22:20 +0200 X-Message-Number: 3 Hello, has anybody some background info how NetLibGetHostByName can

SndStreamSetVolume and Treo 680 - doesnt work(Treo 680 API bug???)

2007-08-23 Thread Tam Hanna
Tam Hanna http://tamspalm.tamoggemon.com -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: MemGluePtrNew creates invalid pointer

2007-07-14 Thread Tam Hanna
Hi, thank you all for your feedback! I have meanwhile reimplemented the thingy with a file stream, and it works much better. I will release the sample code to TamsPalm soon! Best regards Tam Hanna http://tamspalm.tamoggemon.com -- For information on using the ACCESS Developer Forums

MemGluePtrNew creates invalid pointer

2007-07-12 Thread Tam Hanna
comment. For me, it looks like MemGluePtrNew is broken-anyone of you knows what's up here? Best regards Tam Hanna http://tamspalm.tamoggemon.com -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

RE: Capturing screen shots

2007-07-02 Thread Tam Hanna
Hi, there is a way: a) Enregister for alarm b) When alarm comes, save display window bits c) Register next alarm goto a Best regards Tam Hanna http://tamspalm.tamoggemon.com http://tamsppc.tamoggemon.com http://tamss60.tamoggemon.com -- For information on using the ACCESS Developer Forums

Re: frmGadgetMiscEvent sends bizarre info on some devices

2007-06-13 Thread Tam Hanna
where the char is the adress of the ptr element. Best regards Tam Hanna -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: pnoJpeg2Lib: Returned bitmap draws weirdly

2007-05-30 Thread Tam Hanna
Hi, I have found a solution to this myself - the library contains a call(documented only in .h) that converts the bitmap to a v3 bitmap. Use that before drawing... Best regards Tam Hanna -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access

pnoJpeg2Lib: Returned bitmap draws weirdly

2007-05-29 Thread Tam Hanna
and bitmap coordinate systems to no avail - could anyone point me in the right direction? Best regards and thank you Tam Hanna -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Dynamic UI troubles

2007-02-01 Thread Tam Hanna
? Best regards Tam Hanna http://tamspalm.tamoggemon.com Palm OS and IT management news http://www.palmfilefind.com FileFind for Palm OS - find files on your memory card http://www.palmbinaryclock.com The Binary Clock for Palm OS -- For information on using the PalmSource

Re: Need Comments about books

2007-01-13 Thread Tam Hanna
) =). Best regards Tam Hanna http://tamspalm.tamoggemon.com Palm OS and IT management news http://www.palmfilefind.com FileFind for Palm OS - find files on your memory card http://www.palmbinaryclock.com The Binary Clock for Palm OS -- For information on using the PalmSource

RE: Which protocol should i use ???

2006-12-08 Thread Tam Hanna
! Best regards Tam Hanna Subject: Which protocol should i use ??? From: Shruti Wadhwa [EMAIL PROTECTED] Date: Thu, 7 Dec 2006 00:42:54 -0800 (PST) X-Message-Number: 1 --0-483517696-1165480974=:77313 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Hello, Can

5way blanks button on TX

2006-11-27 Thread Tam Hanna
to fix this? Best regards Tam Hanna -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: palm-dev-forum digest: November 09, 2006

2006-11-10 Thread Tam Hanna
Hi, What about going for a secondary parameter like device ID or screen resolution? BTW - I don't quite understand your question. What do you mean with onscreen buttons? Best regards Tam Hanna Subject: Detecting a Trio From: [EMAIL PROTECTED] Date: Fri, 10 Nov 2006 04:35:47 - X-Message

RE: palm-dev-forum digest: September 27, 2006

2006-09-29 Thread Tam Hanna
it here. As an afterscript, the LED is said to be connected directly to a CPU GPIO pin, so some Arm assembly will work too - but that's gonna be different for each and every box. Best regards and good luck Tam Hanna Subject: Blinking LED? From: Tenchi [EMAIL PROTECTED] Date: Thu, 28 Sep 2006 00:15:15

Re:help me pls

2006-09-17 Thread Tam Hanna
Hi, without any further knowledge about your code...why not just rewrite the whole record every time? Best regards Tam Hanna -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Waking a Palm up in response to a notification

2006-09-13 Thread Tam Hanna
Hi Folks, Tam Hanna from TamsPalm here. I have a little problem and didn't find a solution even after excessive googling... I get a notification whenever some kind of hardware attachs to or detachs from the handheld. My handler runs trhough, the Alert Dialog I pop up pops up, bnut the screen

re: Your favorite Developer's

2006-08-26 Thread Tam Hanna
) Hope I could help Best regards Tam Hanna Created on the go using Versamail 2.6.1 on a Tungsten T3. Please accept my apologies for formatting! -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Simple multithreading in OS 5

2006-08-22 Thread Tam Hanna
Hi, or, you could disassemble the hotsync app, as it launches an extra thread. Multitasking definitely is possible btw, I know of at least one app that does it(email me off-list)... Best regards Tam Hanna Created on the go using Versamail 2.6.1 on a Tungsten T3. Please accept my apologies

Re: Simple multithreading in OS 5

2006-08-21 Thread Tam Hanna
Hi, you could try to consult Kadak for help... I have heard a rumour that Kadak has the API for Palm OS multitasking and can offer this to others... Best regards Tam Hanna Created on the go using Versamail 2.6.1 on a Tungsten T3. Please accept my apologies for formatting

RE: Device ID for Palm Zire 22

2006-08-14 Thread Tam Hanna
Hi, I had a Z22 shortly for review a few days ago(raised this a few days earlier and I still had the loaner), and AFAIK, it returns a code beginning with D As for the ARM emulator, you can get it in the inside Track program from PalmSource afaik! Best regards Tam Hanna Created on the go

Re:what's the good and bad for PalmOS compare

2006-08-14 Thread Tam Hanna
can keep using the devices, the problem is if we can sell enough to still keep ourselves alive IMHO. As for ALP, we'll know more in a few hours.. . It looks a bi dark for me currently, but who knows, maybe GHOST is done really well and all my fear was unneded... Best regards from Tyrol Tam Hanna

Re:what's the good and bad for PalmOS compare to other OS?

2006-08-13 Thread Tam Hanna
will probably have the power and memory to handle .net apps. As of RAD tools, I thought of that too...good idea. I planned to reuse my old VB skills with CrossFire - lets see what happens... Best regards Tam Hanna Created on the go using Versamail 2.6.1 on a Tungsten T3. Please accept my apologies

re: Device ID for Palm Zire 22

2006-08-13 Thread Tam Hanna
Hi, there should be an app available on the creator code list! Best regards Tam Hanna Created on the go using Versamail 2.6.1 on a Tungsten T3. Please accept my apologies for formatting! -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http

Re:what's the good and bad for PalmOS compare to other OS?

2006-08-11 Thread Tam Hanna
for the Palm OS takes a very long time. Best regards(whew-what a lone email) Tam Hanna -- Echte DSL-Flatrate dauerhaft für 0,- Euro*. Nur noch kurze Zeit! Feel free mit GMX DSL: http://www.gmx.net/de/go/dsl -- For information on using the PalmSource Developer Forums, or to unsubscribe, please

re: what's the good and bad for PalmOS compare to other OS?

2006-08-10 Thread Tam Hanna
. Garnet is almost DEAD... Best regards Tam Hanna P.s. Palm's policy of not adressing rumors doesnt quite help either... . If Palm wants to keep its Developers alive, they IMHO must give us a clear outlook at the roadmap. -- For information on using the PalmSource Developer Forums

Re: Looking for device pictures for pasting Simulator screen

2006-07-03 Thread Tam Hanna
Hi Aaron, could you maybe tell me where those images can be downloaded? Best regards and thank you Tam Hanna http://tamspalm.tamoggemon.com http://www.palmbinaryclock.com -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev

Storing bitmaps for game background efficiently

2006-06-21 Thread Tam Hanna
for any help Tam Hanna -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: PalmOS m125: ExpSlotEnumerate

2006-04-15 Thread Tam Hanna
Hi Alexander, what about a wraparound function that checks if the device is a m125? Best regards Tam Hanna http://www.tamoggemon.com Created on the go using Versamail 2.6.1 on a Tungsten T3. Please accept my apologies for formatting! Subject: PalmOS m125: ExpSlotEnumerate From: Alexander

Displaying an icon in command bar

2006-04-12 Thread Tam Hanna
db,... but still don't get whats cooking... Best regards Tam Hanna -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: Hi-res on Tungsten T

2006-04-12 Thread Tam Hanna
Hi, please keep in mind that some boxen with OS5 have a low-res screen. So, simply checking OS version will not suffice. The documentation explains a different procedure... Best regards Tam Hanna http://tamspalm.tamoggemon.com http://www.tamoggemon.com Created on the go using Versamail 2.6.1

RE: How to set the contrast of pam Z22

2006-04-01 Thread Tam Hanna
that on TamsPalm someday... Best regards and good coding Tam Hanna http://www.tamoggemon.com http://tamspalm.tamoggemon.com Subject: How to set the contrast of pam Z22 From: hvreddy [EMAIL PROTECTED] Date: Fri, 31 Mar 2006 11:05:15 - X-Message-Number: 2 Hi All, How to set/adjust the contrast

RE: Battery Charging Indicator on Zire22.

2006-04-01 Thread Tam Hanna
Hi harsha, The indicator is done with a bitmap that IMHO resides in the launcher at a fixed ID. So, you basically draw the empty battery bitmap, and then portions of the full battery bitmap over it. However, no warranties, as I never did that before... Best regards Tam Hanna http

Re: PODS download - too slow

2006-03-15 Thread Tam Hanna
Hi, I can only confirm that...25 KB or so download speed from Vienna, Austria on a highspeed internet connection... . I know that bc I tried to install it to my notebook a few hours ago. By the way, does anyone of you still have PODS 1.1 around? Best regards Tam Hanna Tamogggemon Software

Re: How can I build a simple prc for weight calculations in the jet I fly?

2006-03-08 Thread Tam Hanna
Hi, what about SmallBASIC? Best regards Tam Hanna -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

CVSNT and Eclipse

2006-02-23 Thread Tam Hanna
is happening here? Best regards Tam Hanna -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re:Network prefs on Z22

2006-02-09 Thread Tam Hanna
Hi, we ran an article about TCP/IP 4 WristPDA some time ago. Maybe, it can help you: tamspalm.tamoggemon.com/2005/09/08/the-fossil-wrist-watch-goes-to-the-internet/ Best regards Tam Hanna Tamoggemon BinaryClock for Palm OS tamoggemon.com/products/binaryclock/index.htm Created on the go using

RE: Crashes after FrmDispatchEvent(event);

2006-01-15 Thread Tam Hanna
Hi, please check if you manage the handled flags of the events properly! I had a few nasty crashes due to this already: http://tamspalm.blogspot.com/2005/01/frmreturntoform-and-handled-flag.html Best regards Tam Hanna Tamoggemon Software -- For information on using the PalmSource Developer

Re: Palm Vx and POL

2005-12-28 Thread Tam Hanna
Hi, what about having the customer install the OS4 update onto the v? I can remember that OS 3.5 changed a huge lot of things especially in terms of ui. If POL relies on that... Best regards Tam Hanna Created on the go using Versamail 2.6.1 on a Tungsten T3. Please accept my apologies

Enumeration value not handled in switch

2005-12-26 Thread Tam Hanna
project created in 1.0 to one created in 1.2! Now, this is not seriously difficult to fix. However, I would a)love to know a way to disable this b)love to know WHAT THE HECK THE DEVELOPERS WERE THINKING WHEN THEY CHANGED THIS. It for sure was not about code. (rant...) Best regards Tam Hanna

Re: MMC interface

2005-12-26 Thread Tam Hanna
the specifications of the buses you mentioned? They could be similar/one of the chips could be configurable in terms of bus standards. Best regards Tam Hanna Created on the go using Versamail 2.6.1 on a Tungsten T3. Please accept my apologies for formatting! -- For information on using

re: draw Graphics

2005-12-24 Thread Tam Hanna
Hi, you could either play around with the roundness attribute of some PalmOS rectangle drawing functions(if you pass a square and the right values, the square becomes a circle), or you could play around with sin and cos trigonometry! Best regards Tam Hanna Tamoggemon Software Subject: draw

Re: Explicitly closing a form

2005-12-09 Thread Tam Hanna
Hi, or why not add a decoy event for a hidden button or sth like that? Just add another button event for a button that doesn't exist, have the form handler of the second form treat it as handled so that the system doesn't see it and use it as order to close! Best regards Tam Hanna Subject: Re

Re: no card on Treo 650 .. where is VFS?

2005-12-03 Thread Tam Hanna
check that easily: make a photo. Then, check if a file with the name of the photo exists in RAM using FileZ! Best regards Tam Hanna Tamoggemon Software Subject: Re: no card on Treo 650 .. where is VFS? From: Douglas Handy [EMAIL PROTECTED] Date: Fri, 02 Dec 2005 04:24:03 -0500 X-Message-Number: 1

RE:include PalmOne headers into PODS

2005-12-03 Thread Tam Hanna
that you need. Then, place them all in a flat folder and adjust the include paths! Best regards Tam Hanna Tamoggemon Software Subject: include PalmOne headers into PODS From: [EMAIL PROTECTED] Date: Fri, 2 Dec 2005 16:39:10 - X-Message-Number: 5 Hi All. I want to use 5 way navigation buttons

ESD's,...-which ones are reliable

2005-12-03 Thread Tam Hanna
of this discussion on my blog! Best regards and thanks in advance Tam Hanna Tamoggemon Software http://www.tamoggemon.com http://tamspalm.tamoggemon.com -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Is pnoJpegLib only for ARM?

2005-11-27 Thread Tam Hanna
Hi, Sorry for being unclear. I meant that the file gets deleted whenever it finds the ARM library on an OS4 device in order to save RAM. You could prompt the user beforehand Best regards Tam Hanna Tamoggemon Software http://www.tamoggemon.com http://tamspalm.tamoggemon.com Subject: Re

RE: palm-dev-forum digest: November 25, 2005

2005-11-26 Thread Tam Hanna
a few properties of controls that even RSRCedit for Palm OS supports... Best regards Tam Hanna Tamoggemon Software http://www.tamoggemon.com http://tamspalm.tamoggemon.com -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

RE: palm-dev-forum digest: November 24, 2005

2005-11-25 Thread Tam Hanna
Hi, The PalmOne pluggedin program is the way to go! Best regards Tam Hanna http://www.tamoggemon.com http://tamspalm.tamoggemon.com Subject: T5 connector layout From: mirek23ch [EMAIL PROTECTED] Date: Thu, 24 Nov 2005 09:08:42 - X-Message-Number: 3 Daer All, Does anybody know/have

Subject: re: Handling vchrHardRockerCenter

2005-11-25 Thread Tam Hanna
Hi, I believe that you should be able to handle the event by simply inserting an event handler BEFORE SysHandleEvent in your apps main event loop. The datebook example shows this AFAIK... Best regards Tam Hanna Tamoggemon Software http://www.tamoggemon.com http://tamspalm.tamoggemon.com Subject

Re: Palm OS Development is a mess

2005-11-25 Thread Tam Hanna
to the current site eventually. If I ever have the time to do so, I will write an editorial about multitasking! Thanks for all the info!! e)Annotations All of this is IMHO! No offence,. Arson, whatever intended! Best regards Tam Hanna http://www.tamoggemon.com http://tamspalm.tamoggemon.com

  1   2   3   >