detect emulator

2008-05-29 Thread Jimmy R
Anyone know how to set different values to a defined variable for emulator and a real unit, this doesnt seem to work at all: #if EMULATION_LEVEL != EMULATION_NONE #define delay 2 #else #define delay 12 #endif Thanks / Jimmy -- For information on using the ACCESS Developer Forums,

Re: How many databases is too many?

2008-05-29 Thread Jimmy R
Im developing an application that dynamically creates databases on syncronization and i cant see that there would be a problem in numbers of databases in use by one application (despite to memory limits of course)... /J/ [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have the

Re: setting grayscale brightness...?

2008-05-29 Thread Jimmy R
are referring to actual color tables, there is a whole section on these in the SDK reference (see sections on Bitmaps and UI Color List). Jean-Luc Trahan Jimmy R [EMAIL PROTECTED] a écrit dans le message : [EMAIL PROTECTED] Anyone knows how to set the grayscale values when in 2-bit or 4-bit

setting grayscale brightness...?

2008-05-29 Thread Jimmy R
Anyone knows how to set the grayscale values when in 2-bit or 4-bit mode, i know it can be done, only not how, thx in advance... /J/ -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: rectangle type

2008-05-28 Thread Jimmy R
thx, tho' i'm not at a unix machine, but sure, impossible was perhaps not the right word to use, it should probably be *too tired after a long day* ;) /JJ/ Dave Carrigan [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Jimmy R [EMAIL PROTECTED] writes: What are the class members

rectangle type

2008-05-28 Thread Jimmy R
What are the class members of the rectangle type, i've found the rect-extent where the width and height is suposed to be, but where!!! Its impossible to look in all .h files!!! (to find the structure for PointType), anyone found it? thnx in advance /Jimmy -- For information on using the

Viewer for formated text

2001-05-10 Thread Jimmy R
I'm trying to implement a text viwer in my app that display text with its format intact (tagged bold, italic etc). Anyone knows of some (free) simple code that already does this... thx /Jimmy -- For information on using the Palm Developer Forums, or to unsubscribe, please see

HOWTO: Reading from conduit created database

2001-04-24 Thread Jimmy R
Hi, I'd need some help on reading from a database created in a VB/Com suite conduit like this (1 longInt, 3 strings) ReDim vData(0 To 4 + Len(str1) + Len(srt2) + Len(str3) + 4) n = pUtility.DWORDToByteArray(vData, 0, True, long1) n = pUtility.BSTRToByteArray(vData,

Palm to talk PPP to Windows2000 (net access)

2001-03-16 Thread Jimmy R
Hi all, In winNT 4.0 it was possible to get the palm to communicate with win using RAS services to test internet access etc. (http://www.actualsoft.com/support_general.htm#ntras). I guess this could be done in Win2000 as well, but it doesnt use RAS (in the same way), does anyone know how to

Formatted text viewer...

2001-03-15 Thread Jimmy R
I'm developing an application that downloads xml documents with text fomatting (e.g. bold, italic) to a palm database. Now I wanna display these texts within my app keeping that formatting. I guess the solution is to mark my text (like html tags) and write a custom viewer to display the

Re: Formatted text viewer...

2001-03-15 Thread Jimmy R
Thanks, though I really need to implement my own viewer (GUI etc), no 3rd parties... Any one else with some tips or sample code... /J "Aaron Ardiri" [EMAIL PROTECTED] wrote in message news:42402@palm-dev-forum... I'm developing an application that downloads xml documents with text fomatting

Re: emulator internet access...

2001-02-13 Thread Jimmy R
s.palm.com/dev/kb/faq/1818.cfm I hope this helps, ~jeff "Jimmy R" [EMAIL PROTECTED] wrote in message news:39248@palm-dev-forum... I cant get the emulator to connect to intrenet, i did check the "Redirect NetLib calls to..." what else is there to do to get a browser to

Re: emulator internet access...

2001-02-13 Thread Jimmy R
is checked. Hope this helps. Sam Jimmy R wrote: I'm not really intressted in WCA (and the palm proxyserver), just plain internet access, so that I can use any web browser software to browse webpages on my emulator (in the same way I do with a modem/cell-phone on the palm device). Is t

emulator internet access...

2001-02-12 Thread Jimmy R
I cant get the emulator to connect to intrenet, i did check the "Redirect NetLib calls to..." what else is there to do to get a browser to show online webpages... /J -- For information on using the Palm Developer Forums, or to unsubscribe, please see

Re: Overclocking and probs...

2001-01-11 Thread Jimmy R
All these are basically software sync failures due to increased tick/sec, but is there any change that the hardware can get damaged by using this kind of overclocking utilities. For instance, could the unit life time be lowered significantly, could the CPU get overheated and burn? If so, has

Overclocking and probs...

2001-01-10 Thread Jimmy R
Hi, Has anyone ever experienced any problems due to overclocking of palm processors (using software like FastCPU, Afterburner etc...) besides decreased battary life. They alwasys comes with warning texts but it would be very intresting to hear if somebody actually did see any malfunctions

grayscale icons in launcher...?

2001-01-09 Thread Jimmy R
Can the Launcher in non-color devices (eg Palm V series) display grayscale icons, if not, why is it possible to design icons other than B/W. /J -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

detect emulator

2000-10-30 Thread Jimmy R
Anyone know how to set different values to a defined variable for emulator and a real unit, this doesnt seem to work at all: #if EMULATION_LEVEL != EMULATION_NONE #define delay 2 #else #define delay 12 #endif Thanks / Jimmy -- For information on using the Palm Developer Forums, or

rectangle type

2000-10-30 Thread Jimmy R
What are the class members of the rectangle type, i've found the rect-extent where the width and height is suposed to be, but where!!! Its impossible to look in all .h files!!! (to find the structure for PointType), anyone found it? thnx in advance /Jimmy -- For information on using the Palm

Re: How many databases is too many?

2000-07-25 Thread Jimmy R
Im developing an application that dynamically creates databases on syncronization and i cant see that there would be a problem in numbers of databases in use by one application (despite to memory limits of course)... /J/ [EMAIL PROTECTED] wrote in message news:18574@palm-dev-forum... I have

setting grayscale brightness...?

2000-07-14 Thread Jimmy R
Anyone knows how to set the grayscale values when in 2-bit or 4-bit mode, i know it can be done, only not how, thx in advance... /J/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: setting grayscale brightness...?

2000-07-14 Thread Jimmy R
ntrast, BUT I HAVE NOT TESTED NOR TRIED THIS!!! If you are referring to actual color tables, there is a whole section on these in the SDK reference (see sections on Bitmaps and UI Color List). Jean-Luc Trahan Jimmy R [EMAIL PROTECTED] a écrit dans le message : [EMAIL PROTECTED] Anyone kn