Re: Changing Lifedrive LED color

2008-11-10 Thread Dmitry Grinberg
be combined to produce three colors: red green and yellow. I assume yellow is the color that the OS uses by default; is there any way to change this color from PalmOS userland? ~Ryan -- Thanks and best regards, Ryan Rix TamsPalm - The PalmOS Blog What do you want, some witty sig quote

Re: Changing Lifedrive LED color

2008-11-10 Thread Ryan Rix
://trac.hackndev.com/projects/palmld/wiki/HowToLED) the LED on the lifedrive consists of two diodes, a red and a green diode which can be combined to produce three colors: red green and yellow. I assume yellow is the color that the OS uses by default; is there any way to change this color

Changing Lifedrive LED color

2008-11-09 Thread Ryan Rix
Hi, According to the HackDev Linux faq on the LD (http://trac.hackndev.com/projects/palmld/wiki/HowToLED) the LED on the lifedrive consists of two diodes, a red and a green diode which can be combined to produce three colors: red green and yellow. I assume yellow is the color that the OS uses

How to access theme color

2008-08-26 Thread Bismi
Hi Friends, I wanted to know how to access the theme color and get the exact color ID of the theme being in current use. Any help would be higly appreciated. Waiting for your reply. Thanks in advance. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: Reading Color in Coordinate.

2008-08-25 Thread Rnieves
Thank you, that worked perfectly. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: Reading Color in Coordinate.

2008-08-17 Thread Darren Barnes
Try  WinGetPixel, returns an IndexedColorType, or  WinGetPixelRGB,returns an RGBColorType --- On Sat, 16/8/08, Rnieves [EMAIL PROTECTED] wrote: From: Rnieves [EMAIL PROTECTED] Subject: Reading Color in Coordinate. To: Palm Developer Forum palm-dev-forum@news.palmos.com Date: Saturday, 16 August

Reading Color in Coordinate.

2008-08-16 Thread Rnieves
Is there any way for me to get the color being used in an specific point in the screen? Any help would be greatly appreciated. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

re: Reading Color in Coordinate.

2008-08-16 Thread Philip Sheard
You can copy the current drawing window to an offscreen window. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

re: Reading Color in Coordinate.

2008-08-16 Thread Rnieves
I will consider that idea. Do you know if there is a way to save a bitmap given something like maybe a RectangleType? I had to make a focus ring function and I wanted to save the drawing of the object so that when I switched the focus ring to another object I could remove the last focused

Re: Getting the inverted color

2008-06-11 Thread Richard M. Hartman
I don't think it's shifting by 128, but inverting. E.g. a=255-b (so black (0) becomes white (255)) -- -Richard M. Hartman 186,000 mi/sec: not just a good idea, it's the LAW! Luc Le Blanc [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I wrote earlier: Given a color index or RGB

Re: Getting the inverted color

2008-06-01 Thread John Wilund
Luc, I use this function in SrcEdit. http://srcedit.brainsware.org It has been proven working for me, but i can't ensure you a BUG-less function. :) I wrote earlier: Given a color index or RGB color value, how can I find the inverted color I would get if I used an API like WinInvertPixel

Re: Getting the inverted color

2008-06-01 Thread Michal Seliga
i would convert color to rgb, invert all components and find nearest color in palette corresponding to this Luc Le Blanc wrote: I wrote earlier: Given a color index or RGB color value, how can I find the inverted color I would get if I used an API like WinInvertPixel on a pixel of the said

Re: Getting the inverted color

2008-06-01 Thread Luc Le Blanc
How do you invert a RGB component? XOR with 0xff? Add 0x7f and % 0xff? Michal Seliga wrote: i would convert color to rgb, invert all components and find nearest color in palette corresponding to this Luc Le Blanc wrote: I wrote earlier: Given a color index or RGB color value, how can I

Re: Getting the inverted color

2008-06-01 Thread Michal Seliga
i use new_value=0xff-original_value. Luc Le Blanc wrote: How do you invert a RGB component? XOR with 0xff? Add 0x7f and % 0xff? Michal Seliga wrote: i would convert color to rgb, invert all components and find nearest color in palette corresponding to this Luc Le Blanc wrote: I wrote

re: Getting the inverted color

2008-05-31 Thread Luc Le Blanc
I wrote earlier: Given a color index or RGB color value, how can I find the inverted color I would get if I used an API like WinInvertPixel on a pixel of the said color? I tried shifting the color index by half the number of available colors but that does not exactly correspond

Getting the inverted color

2008-05-30 Thread Luc Le Blanc
Given a color index or RGB color value, how can I find the inverted color I would get if I used an API like WinInvertPixel on a pixel of the said color? Luc Le Blanc -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers

Re: draw before FrmDrawForm in color debug ROM

2008-05-29 Thread Stringer
Subject: draw before FrmDrawForm in color debug ROM From: Laurence Lundblade [EMAIL PROTECTED] Date: Sat, 30 Sep 2000 15:39:23 -0700 (PDT) Seems the PalmOS 3.5 debug ROM along with 3.0a7 emulator has a very unpleasent error response to an appropriate error check. When (incorrectly) attempting

Re: 16 bit color Handspring Prism and chunk size limit

2008-05-29 Thread Richard Hartman
(read: hardware, add-ons) specific questions go to the vendor specific forums. The question I posed was PalmOS related. Every vendor might come up with a 16 bit color display and I would love to read some advice from Palm on this matter. I understand that Keith has an extremely difficult job

Re: draw before FrmDrawForm in color debug ROM

2008-05-29 Thread Stringer
(This is a resend of a message from Oct 1. I never saw any messages from Oct 1, so I apologize if an answer was sent and has been lost) Subject: draw before FrmDrawForm in color debug ROM From: Laurence Lundblade [EMAIL PROTECTED] Date: Sat, 30 Sep 2000 15:39:23 -0700 (PDT) Seems the PalmOS 3.5

Need more color depth help

2008-05-29 Thread Jim Duffy
to 4 bit gray scale. Could someone please provide some example code including the declarations of and assignments of the variables to be passed to this function?? Also, is there anything in Constructor I could be doing wrong? Shouldn't a bitmap automatically display in the correct color depth

Re: 16 bit color Handspring Prism and chunk size limit

2008-05-29 Thread Richard Hartman
Tom Zerucha wrote in message [EMAIL PROTECTED]... On Thu, Sep 28, 2000 at 02:34:48PM -0700, [EMAIL PROTECTED] wrote: Why isn't this thread on handspring-forum? Because there is only palm-dev, not separate palmos-dev, and palm-hardware-dev, and real-palm-stuff-only-no-licencees-dev...

Re: Need more color depth help

2008-05-29 Thread Richard M. Hartman
Shay wrote in message [EMAIL PROTECTED]... the WinDisplayMode is for OS 3.5 ONLY, you can use ScrDisplayMode : UInt32 depth = 4; WinDisplayMode(winDisplayModeSet, NULL, NULL, depth, NULL); - 3.5 only ScrDisplayMode (scrDisplayModeSet, 0, 0, depth, 0); - for all OS If they map to the same

Re: CW R6 update to Color support

2008-05-29 Thread Eric
Thanks Jum-Kiat!!! Eric Jun-Kiat Lam 寫入: Hi Eric, What exactly are you seeing - does Constructor freeze up when trying to open a .rsrc file? In my experience, for Constructor 1.5b7 the best fix for that is to delete the Constructor for Palm OS prefs and its resource.frk folder inside

RE: CW R6 update to Color support

2008-05-29 Thread Eric
How have you tried opening the .rsrc files? Does it fail to open them when you double-click on the file, or when you open Constructor and choose File-Open Project File and browse to your .rsrc file? Also, what OS are you developing on? I have tried both the method

Re: color fonts

2008-05-29 Thread Ole
sysVersion35 sysMakeROMVersion(3,5,0,sysROMStageRelease,0) UInt8 SystemGetColor() { UInt32 depth,romVersion; FtrGet(sysFtrCreator, sysFtrNumROMVersion, romVersion); if(romVersion = sysVersion35) { WinScreenMode(winScreenModeGet, 0, 0, depth, 0); if(depth = 8) { // 1 means that there is color return

Re: color fonts

2008-05-29 Thread Ole
Nice one. I also was thinking of colorizing my fonts in my current project. Additional question: What might happen if that SW will run on a Palm III (non color) ??? Ole Nesse, Rustin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] IndexedColorType WinSetTextColor(IndexedColorType

Re: How does Palm implement a color display on Dragonball?

2008-05-29 Thread Adam Wozniak
Tom Zerucha wrote: On Thu, Jul 20, 2000 at 12:27:02PM -0400, DIAMOND JEFF wrote: I was curious as to how the Palm IIIc controls their LCD: Are they: - Bypassing the Dragonball entirely and using their own driver? If you probe the POSEr source tree you will find a controller chip

display of color bitmap in palm

2008-05-29 Thread Marcelio DeathAvenger
Hi all, I would like to display a color bitmap, but after working a 8-bit picture on the constructor, I could just get a black-and-white picture. Could anyone help me with this please? Thanks. Marcel -- For information on using the ACCESS Developer Forums, or to unsubscribe

New constructor: Bitmaps changing color?

2008-05-28 Thread Chris Wilper
Hi, Can anyone help with this? When I modify a bitmap, I choose about 4 different colors from the nifty little color chooser thingy on the bitmap editor. Then I re-open the bitmap for further editing and my colors change to shades of blue! (with black/white mixed in). I checked the Color

Color bitmaps?

2008-05-28 Thread Ben Gottlieb
Okay, more color questions: is it possible to just splash an 8-bit bitmap to the screen, without having to do it color by color (ie, with gray scale, I can preface a bitmap name with /-2/ to tell Constructor to handle it as a 2-bit bitmap, but the same trick doesn't work with /-8/.) Any

RE: Color and Fill function

2008-05-28 Thread Christian Vandendorpe
] 186,000 mi./sec ... not just a good idea, it's the LAW! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 26, 2000 11:10 AM To: Palm Developer Forum Subject: Re: Color and Fill function Yes, flood fill, I was missing the term. I thought

RE: Color and Fill function

2008-05-28 Thread Richard Hartman
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 26, 2000 11:10 AM To: Palm Developer Forum Subject: Re: Color and Fill function Yes, flood fill, I was missing the term. I thought about it a bit more and will just do arc fill that means that to draw a pie wedge of a certain

Re: Color and Fill function

2008-05-28 Thread Christian Vandendorpe
At 08:21 PM 1/26/2000 , you wrote: On 26-Jan-00 Christian Vandendorpe wrote: Yes, flood fill, I was missing the term. I thought about it a bit more and will just do arc fill that means that to draw a pie wedge of a certain color, I'll just draw many lines of that color from the center

Re: Color and Fill function

2008-05-28 Thread Christian Vandendorpe
Yes, flood fill, I was missing the term. I thought about it a bit more and will just do arc fill that means that to draw a pie wedge of a certain color, I'll just draw many lines of that color from the center to the outer limits of the pie throughout the angle of the wedge. It seems like

RE: Color icons in the Launcher?

2008-05-28 Thread Ben Gottlieb
Okay, got the new constructor, but when I build my icon family (with three depths, 1-, 2-, and 8-bit), I build the package, but the emulator still uses the old icon and ignores my new, much more colorful, version. Ideas? App icons need to be of the new Constructor type App Icon Families.

RE: Color icons in the Launcher?

2008-05-28 Thread Ben Gottlieb
From: Ben Gottlieb [mailto:[EMAIL PROTECTED] Does anyone know how to create color icons for the Launcher? I've got four levels of grayscale, but color looks so NICE! :-) I asked the other day (in the direction of David Fedor) if the final Constructor will let you make color icons

Color and Fill function

2008-05-28 Thread Christian Vandendorpe
Hi, I'm in the process of adding pie charts to my program. This would look very cool with color! Only problem is that there is no fill function in the OS. I've thought about writing my own recursive fill function but there is also no way to know if a pixel is on or not! Unless I am missing

Re: Using UI Color Table functions

2008-05-28 Thread Chris Antos
From: Bob Ebert [EMAIL PROTECTED] At 5:39 AM +0100 24-01-00, Mike Davis wrote: 1) I am having a little problem with UIColorSetTableEntry(UIFormFill, MyRGBColor). I have a function that I call that will change the formFill color. When I call the function before I execute FrmDrawForm, in my

RE: Color Device Developer Connection on Feb, 2?

2008-05-28 Thread James Lee
At 05:28 PM 1/24/00 , you wrote: From: James Lee [mailto:[EMAIL PROTECTED] How does this licensee expect authors to already have decent color applications ready now when the only people who had access to the officially supported tools where Mac people? But you don't need the latest

Re: Color Device Developer Connection on Feb, 2?

2008-05-28 Thread James Lee
authors to already have decent color applications ready now when the only people who had access to the officially supported tools where Mac people? The tools for Windows where released the same day as that e-mail, and as in the other thread, are not entirely working. Just a stray thought

Color icons in the Launcher?

2008-05-28 Thread Ben Gottlieb
Does anyone know how to create color icons for the Launcher? I've got four levels of grayscale, but color looks so NICE! :-) Thanks, Ben ++ Ben Gottlieb Stand Alone, Inc. v: 773-477-2492 f: 773-477

Re: Color Device Developer Connection on Feb, 2?

2008-05-28 Thread Christian Vandendorpe
these rumours about Palm devices coming out with color is a big event in the Palm world! Up to know we've only been told that nobody had signed up for OS 3.5. Chris At 08:00 PM 1/24/2000 , you wrote: I'm part of the SPP and never got the email. I wonder what's going on... Maybe Europeans are ignored

Re: Bitmap BW Color

2008-05-28 Thread Luca
The best thing to do would be to create a bitmap family. In that family place your colour and b/w bitmaps. The OS will then automatically select the appropriate one. Patrick Ouellet [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] If I desing a color bitmap image for the palm

Bitmap BW Color

2008-05-28 Thread Patrick Ouellet
If I desing a color bitmap image for the palm but the palm is only capable of displaying BW bitmap will it ajust the bitmap to be displayed in BW or will it crash in flame... Thanx -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access

Re: displaying color

2008-05-28 Thread Todd Walk
Did you download the latest versions of those books from the Palm web site? My copies of both Companion and Reference are dated June 23, 2000 and do cover Palm OS version 3.5. Mine's marked 6/2000. The companion just mentions some stuff about custom palettes and WinPalette. The reference

displaying color

2008-05-28 Thread Todd Walk
with its information. 4th: The information websites are seriously out of date. So here I am trying merely to show color on a palm IIIc emulation, and I can't find any info on how to do it. My bitmaps in constructor are in color. CW seems to compile fine. I load the .prc into the emulator and get

Re: displaying color

2008-05-28 Thread Todd Walk
Responding to two posts. Go to www.ardiri.com and check out his sources. He maintains the PilRC resource development tool, and has a number of color apps on his site with full sources. thats what they are there for :)) and, they are designed for running on all devices (unless

Re: Color Bitmaps

2008-05-28 Thread Jamie Macleod
draw color bitmaps in Constructor, so could someone tell me, in begginers terms, how to do color bitmaps. I think this would have to be done in the actual code, and I'm okay with that, an example would be nice to. Mikel Anderson CEO Impact Studios

RE: 4 bit, 16 color bitmap conversion

2008-05-28 Thread Rick Gadbois
To: Palm Developer Forum Subject: RE: 4 bit, 16 color bitmap conversion I just tried to do this from Paint Shop Pro, and yeah, it looks mangled, but when I do it from Windows Paint, no problems. I just made a bitmap in WinPaint, saved it, used PSP to set it to a 4 bit 16 gray bitmap, saved again

RE: 4 bit, 16 color bitmap conversion

2008-05-28 Thread Rick Gadbois
Subject: RE: 4 bit, 16 color bitmap conversion The easiest way is to load Windows Paint, then copy and paste the windows bitmap into a Constructor bitmap. You could also write a Windows app that parsed through the bitmap, converted it to a resource pdb, and then sync that up to the Palm, where

4 bit, 16 color bitmap conversion

2008-05-28 Thread Rick Gadbois
SorryI've seen this discussed on this forum and have been searching the archives for a couple of hours but I haven't been able to find the answer, so here it is: Is there a conversion utility to make a windows 4 bit bitmap (16 shades of gray) into a palm bitmap? or restated how do you

Re: How to determine color or no color palm?

2008-05-28 Thread Christian Vandendorpe
= 0x8a) return true; } return false; } Chris Guy Duplantier, AEC Software wrote: How do I tell if I'm on a color Palm? I know I can check if I'm on a 3.5 system, but can I check if that system is color or not? Thanks

Re: How to determine color or no color palm?

2008-05-28 Thread Kelly J Perkins
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] How do I tell if I'm on a color Palm? I know I can check if I'm on a 3.5 system, but can I check if that system is color or not? Thanks. _ Guy Duplantier Email: [EMAIL PROTECTED

Re: Need more color depth help

2008-05-28 Thread Shay
i know that it's for pre 3.5, but for some reason it works on my 3.5 ... Aaron - why whenever you REPLY to my posts, your time is EARLIER than mine ? Aaron Ardiri [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] the WinDisplayMode is for OS 3.5 ONLY, you can use ScrDisplayMode :

Re: Need more color depth help

2008-05-28 Thread Shay
display to 4 bit gray scale. Could someone please provide some example code including the declarations of and assignments of the variables to be passed to this function?? Also, is there anything in Constructor I could be doing wrong? Shouldn't a bitmap automatically display in the correct color

detecting color

2008-05-28 Thread Stephen Bentley
I know it's possible to detect which processor, but I mistakenly assumed all OS 3.5 devices were color, which of course they aren't. Any ideas on how to determine if the device is color or not? Stephen www.middlecross.com -- For information on using the ACCESS Developer Forums

Re: which palm support 2 4 bit color ?

2008-05-28 Thread Shay
what a mess... maybe i saw 16 colors in Palm V (OS 3.1) with an application that used a hack to do it. thanks anyway. Shay Aaron Ardiri [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] but that sounds strange - 1) does the m100 that is an EZ cpu, and OS 3.5.2 can show 16 colors ?

Re: which palm support 2 4 bit color ?

2008-05-28 Thread Shay
] wrote in message news:[EMAIL PROTECTED] Hi, which palm support the 2 bit color resolution, and which palm support the 4 bit color resolution ? i looked at the spec. of all the products, i know that the Palm V support up to 4 bit, but i don't know about the palm iii/iiie/iiix/iiixe/m100

which palm support 2 4 bit color ?

2008-05-28 Thread Shay
Hi, which palm support the 2 bit color resolution, and which palm support the 4 bit color resolution ? i looked at the spec. of all the products, i know that the Palm V support up to 4 bit, but i don't know about the palm iii/iiie/iiix/iiixe/m100 bit support. i also looked at the hardware marix

Re: Unexpected Error #32 - color bitmaps

2008-05-28 Thread Ole
One alternative is www.vfdide.com HTH Ole Richard Hartman [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Is there a GUI form-builder that saves as PilRC code? -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: Unexpected Error #32 - color bitmaps

2008-05-28 Thread Richard Hartman
Is there a GUI form-builder that saves as PilRC code? -- -Richard M. Hartman [EMAIL PROTECTED] 186,000 mi/sec: not just a good idea, it's the LAW! Tilo Christ wrote in message [EMAIL PROTECTED]... Hi! You can save yourself a lot of pain if you are using the PILRC-plugin and PILRC instead of

Re: Cheaper Color?

2008-05-28 Thread Dave Lippincott
Do you count the free scooter when you order a IIIc from Outpost.com? - Original Message - From: Tom Zerucha [EMAIL PROTECTED] To: Palm Developer Forum palm-dev-forum@news.palmos.com Sent: Monday, August 28, 2000 4:36 PM Subject: Cheaper Color? Did Palm just drop the price of the IIIc

Re: Unexpected Error #32 - color bitmaps

2008-05-28 Thread chongwm
Would this be the same PilRC as the one that's available on Neil Rhodes' website (http://www.calliopeinc.com/devcorner.htm) -- PilRC CodeWarrior plugin? Tilo Christ wrote: You can save yourself a lot of pain if you are using the PILRC-plugin and PILRC instead of Constructor. -- For

Unexpected Error #32 - color bitmaps

2008-05-28 Thread chongwm
? If so, how does one name a 4 bit and 8bit image? Is there a step-by-step howto for using bitmap families? I've looked through the KB and the Constructor doc, and I've tried messing around Constructor, but I've never managed to get a color bitmap from a bitmap family to appear in POSE with the color

Re: changing background color of scrollbar

2008-03-07 Thread Christopher Stamper
You can change the UI colors though. Somehow... :-) On Thu, Mar 6, 2008 at 4:37 PM, Dmitry Grinberg [EMAIL PROTECTED] wrote: you cannot. OS always draws it using uiforeground and uibackground colors you can use a skinning utility like skinui to gain more control over this behavior, of

Re: changing background color of scrollbar

2008-03-07 Thread Dmitry Grinberg
well, that i said: the UIForeGround and UIBackground OS colors. You can set those :) On 3/7/08, Christopher Stamper [EMAIL PROTECTED] wrote: You can change the UI colors though. Somehow... :-) On Thu, Mar 6, 2008 at 4:37 PM, Dmitry Grinberg [EMAIL PROTECTED] wrote: you cannot. OS

Re: changing background color of scrollbar

2008-03-07 Thread P . Douglas Reeder
If you can use a slider instead of a scrollbar, you can provide custom graphics for a slider. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: changing background color of scrollbar

2008-03-07 Thread Dmitry Grinberg
but only horizontally. there is no vertical slider support in the OS AFAIK. On 3/7/08, P. Douglas Reeder [EMAIL PROTECTED] wrote: If you can use a slider instead of a scrollbar, you can provide custom graphics for a slider. -- For information on using the ACCESS Developer Forums, or to

changing background color of scrollbar

2008-03-06 Thread Leandro Pelorosso
Hi!! Does anyone knows how to do this? thanks a lot! :) vertexar Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs -- For information on using the ACCESS Developer Forums,

Re: changing background color of scrollbar

2008-03-06 Thread Dmitry Grinberg
you cannot. OS always draws it using uiforeground and uibackground colors you can use a skinning utility like skinui to gain more control over this behavior, of course. On 3/6/08, Leandro Pelorosso [EMAIL PROTECTED] wrote: Hi!! Does anyone knows how to do this? thanks a lot! :) vertexar

Changing color in a pop up list or check box

2007-08-15 Thread stuffandstuffandstuffus
I want to change the color of a control that frequently redraws itself like a pop up list or a check box which redraw every time they are changed. For labels my book said the best way was to change the draw color, hide the label, then show it again, and since labels aren't generally updated

RE: Changing color in a pop up list or check box

2007-08-15 Thread John V Sutton
LstSetDrawFunction is the easiest way for lists. Not so sure about checkboxes, maybe just redraw it every time you get a changed event from it? From the docs... LstSetDrawFunction Purpose Set a callback function to draw each item instead of drawing the item's text string. Regards John

RE: Changing color in a pop up list or check box

2007-08-15 Thread stuffandstuffandstuffus
But won't that just change the color in the list itself. In a pop-up it's the trigger label that gets updated automatically with the current list selection, so the color of the list shouldn't affect that. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

RE: Changing color in a pop up list or check box

2007-08-15 Thread John V Sutton
But won't that just change the color in the list itself. Yes, you're right, sorry I thought you wanted that as well. For all other controls you'll have to redraw them when you get the relevant events, none seem to have a SetDrawFunction sadly. Regards John -- For information on using the ACCESS

Re: Changing color in a pop up list or check box

2007-08-15 Thread Michal Seliga
try to play with UI COlor Lists (described in palmos reference docs, in chapter User Interface) by setting these you may temporarily change colors for some parts of screen and system will use them for drawing. for popup list you can do it just before calling LstPopup and return it back

Re: Changing color in a pop up list or check box

2007-08-15 Thread stuffandstuffandstuffus
I'm a bit concerned about blinking effects. For example, with a check box when I catch the control event it has already redrawn it, so then I would have to change color and redraw again, which could cause a blinking effect. I can see this now already in one case. I have a check box that can

Re: Changing color in a pop up list or check box

2007-08-15 Thread stuffandstuffandstuffus
to true. However, I ran into a problem ... there is one action that seems to generate an event that I can't figure out which misses all the places I try and reset the color to the default. If I click on a pop up trigger, so that my mouse ends up in the list, but then move the mouse out of the list

RE: Changing color in a pop up list or check box

2007-08-15 Thread John V Sutton
I'm a bit concerned about blinking effects. For example, with a check box when I catch the control event it has already redrawn it, so then I would have to change color and redraw again, which could cause a blinking effect. With a check box, have you tried catching the ctlEnterEvent, I think

RE: Changing color in a pop up list or check box

2007-08-15 Thread John V Sutton
I tried an exit even on both the pop up trigger and on the pop up list itself, but neither of these seem to work to rest the color, so they are being generated. There are 3 events generated if you tap outside of a popup list in the way you describe; 1. winExitEvent 2. winEnterEvent 3

Re: Changing color in a pop up list or check box

2007-08-15 Thread Michal Seliga
for poptrigger you can react on ctlEnterEvent, when it comes do LstPopupList and process returned selections, its -1 if nothing was selected or position which was selected. then you can update trigger control and mark event as handled. you will never get popselectevent anymore but all processing

Re: changing color in a text field

2007-08-13 Thread luis maldonado
Neil, can you provide some sample code on how to do it with a gadget. thanks luis From: Neil Whitworth [EMAIL PROTECTED] Reply-To: Palm Developer Forum palm-dev-forum@news.palmos.com To: Palm Developer Forum palm-dev-forum@news.palmos.com Subject: Re: changing color in a text field Date: Tue

Re: changing color in a text field

2007-08-02 Thread Michal Seliga
maybe you could use http library to render text? maybe it knows colors too... but i write it without even trying to see if what i write is true..its only a hint -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see

Re: changing color in a text field

2007-08-02 Thread Dmitry Grinberg
I assure you that HTTP library cannot Render anything. It only deals with getting data from point A to point B. On 8/2/07, Michal Seliga [EMAIL PROTECTED] wrote: maybe you could use http library to render text? maybe it knows colors too... but i write it without even trying to see if what i

Re: changing color in a text field

2007-08-02 Thread Andrew Tamoney
I think he means HTML. I have gotten the HTML library to do colors. H1 style=background-color: #d26900; color: #ff worked great for me on one of my webpages and i am sure that similar calls will work for you. On 8/2/07, Dmitry Grinberg [EMAIL PROTECTED] wrote: I assure you that HTTP

Re: changing color in a text field

2007-08-02 Thread Michal Seliga
Dmitry Grinberg wrote: I assure you that HTTP library cannot Render anything. It only deals with getting data from point A to point B. grrr, my common mistake. of course i meant HTMLlib (HtmlLib68K.h) sorry for confusion -- For information on using the ACCESS Developer Forums, or to

Re: changing color in a text field

2007-08-01 Thread Phreak OnALeash
On 7/31/07, Neil Whitworth [EMAIL PROTECTED] wrote: * The Treo devices have a library called smart text that gives a lot of additional functionality like hyper lings for web addresses telephone numbers. It is only on the treos I have never tried using it. -- For information on using the

RE: changing color in a text field

2007-08-01 Thread Aaron Hansen
call them. STE works great on the Treos though. -Aaron From: Phreak OnALeash [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 3:58 PM To: Palm Developer Forum Subject: Re: changing color in a text field On 7/31/07, Neil Whitworth

Re: changing color in a text field

2007-08-01 Thread Phreak OnALeash
:* Phreak OnALeash [mailto:[EMAIL PROTECTED] *Sent:* Wednesday, August 01, 2007 3:58 PM *To:* Palm Developer Forum *Subject:* Re: changing color in a text field On 7/31/07, *Neil Whitworth* [EMAIL PROTECTED] wrote: * The Treo devices have a library called smart text that gives a lot

RE: changing color in a text field

2007-08-01 Thread Aaron Hansen
From: Phreak OnALeash [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 01, 2007 4:18 PM To: Palm Developer Forum Subject: Re: changing color in a text field Thanks for the info Aaron! That is too bad, becasue (after looking through the documentation

Re: changing color in a text field

2007-07-31 Thread Neil Whitworth
of output in general using a textfield in my form is the easiest way to go. I can see how to use it for the simple output. However, I can't figure out how to only change the color of a single character in the middle of the field. I can only see how to change the color of ALL the text in the textfield

Re: changing color in a text field

2007-07-31 Thread stuffandstuffandstuffus
as they are generated), but I probably could if that helped. Is there some easier way maybe just drawing a solid rectangle over it in the background color? Or is there some erase text function that would work? Thanks. -- For information on using the ACCESS Developer Forums, or to unsubscribe

Re: changing color in a text field

2007-07-31 Thread Michal Seliga
of the characters being drawn (they are drawn as they are generated), but I probably could if that helped. Is there some easier way maybe just drawing a solid rectangle over it in the background color? Or is there some erase text function that would work? Thanks. most simple way would be to erase

changing color in a text field

2007-07-30 Thread stuffandstuffandstuffus
a textfield in my form is the easiest way to go. I can see how to use it for the simple output. However, I can't figure out how to only change the color of a single character in the middle of the field. I can only see how to change the color of ALL the text in the textfield at the same time

Re: changing color in a text field

2007-07-30 Thread Michal Seliga
Is there a way to output individual characters in different colors? yes, draw each character with WinDrawChars separately. then you cans et any color you want -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

16 bit color scheme

2007-05-27 Thread James
Hi again I was wondering if there was a program or method of developing colors for the 16bit mode. All of the graphics programs I have use a 8 bit per RGB, which is I do a shift of the RGB values (divide) then the color is off when it comes to the lower colors? Any ideas? Thanks

re: 16 bit color scheme

2007-05-27 Thread Bismi
YOu can do it on Constructor. Probable u r using Codewarrior -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Color icon for the program

2007-03-15 Thread Luca Bertoncello
Hi, again! A very strange problem... I have a BMP file (color!) I want to use as icon for my program. I wrote, in my rcp file as following: // The program's icon ICON netTools.bmp I compile the program, but if I try

Re: Color icon for the program

2007-03-15 Thread Aaron Ardiri
On 3/15/07, Luca Bertoncello [EMAIL PROTECTED] wrote: // The program's icon ICON netTools.bmp ICONCOLOR, or use the more up-to-date ICONFAMILY definition -- // Aaron Ardiri -- For information on using the ACCESS

re: Color icon for the program

2007-03-15 Thread David Oldis
icons/icon15x9x16.bmp BPP 16 DENSITY 1 TRANSPARENT 0 255 0 BITMAP icons/icon30x18x16.bmp BPP 16 DENSITY 2 TRANSPARENT 0 255 0 END For example the icon 'icon15x9x8' is an 8bit bitmap that is 15 x 9 pixels in size and the green color is transparent. David -- For information on using the ACCESS

What is creator id for Color Theme panel?

2007-01-26 Thread Horace Ho
cannot find the creator id for Color Theme in the panel. Tried 'coIP' which shows up in Filez' ROM app list but not working. Please help. Thanks -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

  1   2   3   4   5   6   7   8   >