Re: Random numbers

2008-05-29 Thread Shay
SysRandom(x) generate an integer random number between 0 & sysRandomMax (a const number define in some header) you can change the seed value of the random engine (change x) shay "James" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I'm reading th

OS 3.5.2

2008-05-29 Thread Shay
where can i get the update for OS 3.5.2 ? for a device AND for an emulator ? shay -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

error - bad size for resource file

2008-05-28 Thread Shay
Hi, i want to include another resource in my codewarrior project, and i get link error : unexpected error #32. bad size for resource file. i've got a warning too - ignored duplicate resource ... (16400) but i read to just ignored it. what to do about the link error ? shay --

Re: error - bad size for resource file

2008-05-28 Thread Shay
at last the news-group is working... and if i have a prc that exceed 1M ??? and yes, i want to have 2 resources in my prc. and i can't do it, because it give me the error i mentioned. shay JB Parrett <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] on 8/24/00 11:17 AM,

bmp problem, family or not ?

2008-05-28 Thread Shay
Hi, i'm trying to send a bmp file from the PC to the Palm, and display it on the Palm using WinDrawBitmap i managed to do that for 1 bit bmp, but i can't manage to do that on other bit depths. must i use bmp family ? or can i just put the depth in the bitmap header ? Thanks, Shay

2 bit bmp application

2008-05-28 Thread Shay
r not ? if it's should be the same size as the 4 bit bmp, than how can the palm receive the right number of bits ? Thanks, Shay -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: 2 bit bmp application

2008-05-28 Thread Shay
thanks, i saw that PilRC support this, but i'm looking for an PC application, that can save the 2 bmp file in the PC - "x.bmp". i might need to take a 4/8 bit bmp file, and cut the unused bits from the file, anyone knows what do i need to cut ? shay "Aaron Ardiri" <

4 bit error on palm v

2008-05-28 Thread Shay
that i used a 3.5 command, but when i took a 1 bit bmp i succeed to display it on palm 3 & 5. anyone have a clue for me ? thanks, shay -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: 4 bit error on palm v

2008-05-28 Thread Shay
ich i check and the data size is correct) so ? thanks, shay "Tom Zerucha" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On Thu, Sep 14, 2000 at 12:58:33AM +0200, Shay wrote: > > hi, > > i'm trying to display a 4 bit bmp on the palm, using

Re: 2 bit bmp application

2008-05-28 Thread Shay
there any, and i learned that windows can't support it, than i asked if anyone knows how the bytes are arranged in the image file, so i could take a 4 bit color BMP file with 2 bit colors in it, and remove the unused bytes in my application. ok ? again sorry for the mixup shay "Tom Z

Re: 4 bit error on palm v

2008-05-28 Thread Shay
08 didn't work ? Thanks, Shay "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > > and i used : > > > > ScrDisplayMode (scrDisplayModeSet, 0, 0, 0x8B, 0); > > > > > > You need to set only ONE bit.

Re: 4 bit error on palm v

2008-05-28 Thread Shay
ok, now it's clear... and if i want to SET 1+2+4 bits depths, can i just put 0x04 or do i need to specify in some way the all three of them ? still - any clue WHY my screen went blank (all the form object disappear) when i did "WinDrawBitmap" and just the bitmap was shown ? shay

Re: 4 bit error on palm v

2008-05-28 Thread Shay
it's not. and i need support for 1,2 and 4 bits. and when i draw my bitmap, the rest of the screen goes blank. any idea ? i'm creating the bitmap myself. shay "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > thanks Aaron, at fir

Re: 4 bit error on palm v

2008-05-28 Thread Shay
objects (that are 1 bit color). -- UInt32 depth = 0x04; ScrDisplayMode (scrDisplayModeSet, 0, 0, &depth, 0); WinDrawBitmap (imagePtr, x, y);// imagePtr is the pointer to the bitmap -- i also tried to display it using Double-Buffering, but there was no change in th

Re: 4 bit error on palm v

2008-05-28 Thread Shay
thank you very much, it works !!! :-) shay "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > -- > > > ScrDisplayMode (scrDisplayModeSet, 0, 0, &depth, 0); > > > WinDrawBitmap (imagePtr,

which palm support 2 & 4 bit color ?

2008-05-28 Thread Shay
marix compersion of palmos.com, but no specific answer was there. Thanks, shay -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: which palm support 2 & 4 bit color ?

2008-05-28 Thread Shay
but that sounds strange - 1) does the m100 that is an EZ cpu, and OS 3.5.2 can show 16 colors ? 2) does the palm iiie (OS 3.3, EZ) can show 16 colors? because i have iiie and i can't. 3) the Palm V was at first OS 3.1, and it support 16 colors (i think) so ??? shay "Aaron Ardir

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 E

Re: 4 bit error on palm v

2008-05-28 Thread Shay
memory ? i read in the manual of OS 3.5 (page 1222) that in OS 3.5 the command FrmDrawForm changed, i didn't understand what's been change, and if it affect me. thanks, Shay "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > and.. in a

ScrDisplayMode ?!?

2008-05-28 Thread Shay
images with 1,2 bit color on the display. i tried it myself, by setting the screen depth to 8, and draw image with 4 bit color, it's was fine. so why in the initialize of ANY Palm application there is no such thing - why do i need to set it myself ? Shay -- For information on using the A

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
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 shay "Jim Duffy" <[EMAIL PROTECTED]>

Re: OS 3.5.2

2008-05-28 Thread Shay
and i looked at palmos.com ... <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > www.palm.com > > Shay wrote: > > > > where can i get the update for OS 3.5.2 ? > > for a device AND for an emulator ? > > > > shay > > -- Fo

Re: OS 3.5.2

2008-05-28 Thread Shay
Thanks, shay <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > The upgrade is at: > > http://www.palm.com/support/downloads/update352.html > > or go to www.palm.com -> support -> Palm OS Software 3.5.2 Upgrade at the > bottom kind of to

Form Alert in RunTime

2008-05-28 Thread Shay
Hi, Can i make a new Form Alert during RunTime ? NOT using a resource file ! if i can't, and i need to use FrmNewForm, what are the parameters of an Alert Form (size, place), and all the parameters that i need to give it ? thanks, Shay -- For information on using the ACCESS Deve

Re: SDK

2008-05-28 Thread Shay
http://www.palmos.com/dev/tech/tools/sdk35.cgi and in this url there is also an update for the SDK 3.5 shay "Herman Badenhorst" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > can anybody pls send me asap the Palm SDK for Code Warrior > > thank

gray in different devices

2008-05-28 Thread Shay
in IIIx,IIIe,V,Vx will look as much as IIIc ??? Thank alot. Shay -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: gray in different devices

2008-05-28 Thread Shay
thanks, i'll try to look in it deeply. Shay "Adam Wozniak" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Shay wrote: > > > Can i do anything so that the grays in IIIx,IIIe,V,Vx will look as much as > > IIIc ??? > > = PR

4bit RGB

2008-05-28 Thread Shay
hi, anyone know what are the RGB values of the 4 bit grays ? i know the 2 bit are : 0, 85,170 ,255. are the 4 bit lineary ? Shay -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

detecting Palm OS from PC

2008-05-28 Thread Shay
Hi, can i detect from the PC which palm OS there is ? Shay -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

Re: paint behind modal form

2008-05-28 Thread Shay
thanks, so can i paint on top of the border of the modal form ? Shay "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > You could try changing the active window from the modal form to the > > form behind it, drawing the bitmap,

Re: paint behind modal form

2008-05-28 Thread Shay
B is 150x150, and the borders of the modal is 2 pixels of each side (making a shown window of 154x154), can i (for just one second) paint a bmp of 154x154 on form B ? because the borders are part of the form B. so ? Shay -- For information on using the ACCESS Developer Forums, or to unsubsc

Re: paint behind modal form

2008-05-28 Thread Shay
borders of the modal are at the two first pixels of the screen, but if i paint on pixels 0,0, it paint on the 0,0 of the active screen (= 2,2 of the screen) what i want is to draw on the borders of the modal screen ! so now that i figure out what to ask - can i do it ? :-) Shay -- For infor

code for GCC in CW

2008-05-28 Thread Shay
t work. CAN'T i get a code for GCC and compile it with CW ??? another question - can a LIB that complied with CW can be linked with GCC ? Thanks, Shay -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

CPU usage

2008-05-28 Thread Shay
Hi, i read somewhere that the CPU is in doze mode almost 95% of the time. i want to know if my application is taking alot of CPU. HOW can i measure the CPU usage ? Shay -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com

Re: problem with include file whlile creating shared library

2008-05-28 Thread Shay
it should be ok, i have a shared library with two headers of mine but they included with " " and not < > it probably a path problem. check the access paths in the settings of the project Shay <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > hi al

self made help string (!)

2008-05-28 Thread Shay
Hi, i'm making a self made form using "FrmNewForm" in this form i want to include a help resource (with the "i" button), so i need to put a number in the "helpRscID" field. i can put a number of my own, BUT - how can i insert the text into the "string&q

Re: Fatal alert when quiting

2008-05-28 Thread Shay
if you are using the emulator - try to run it with "step by step" debugging - and you could try to do your own stepping with placing a line "ErrDisplay(" \n \n number X \n \n"); all over your program so you will see these lines and you could try to know where is you

Batch file for multiple beam

2008-05-28 Thread Shay
tiple beams. is it ok? if yes - can someone send me some example code for doing beam. Thanks, Shay -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/

memory dump & is data erased ?

2002-04-11 Thread Shay
ingle PDB ?, i read about something in linux, is there any for windows ? thanks, Shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: File Streams

2001-01-16 Thread Shay
Hex editor ??? shay "S.V.BADARI NARAYANA MURTHY" <[EMAIL PROTECTED]> wrote in message news:35711@palm-dev-forum... hai all How to see the file content, which is created using File Stream in palm. bye ___

Re: Wireless interface for CORBA application

2001-01-16 Thread Shay
i read a few months ago about corba agent for palm, but i'm sorry, i don't remember if it's was at VisiBroker or some other place, try searching... shay "Get now" <[EMAIL PROTECTED]> wrote in message news:35837@palm-dev-forum... > > Hello Folks, > &

Re: 2 or 3-bit color support for Palm III and V?

2001-01-08 Thread Shay
the palm V (as well as all the devices except palm III) supports 4 bit colors BUT only if it has Palm OS 3.3+ shay "rachel" <[EMAIL PROTECTED]> wrote in message news:35005@palm-dev-forum... > > Hi, > > I'm new to the forum. I've searched the Palm >

Re: Self-extracting archive - was: insert code at RunTime

2000-12-24 Thread Shay
thanks, i'll give it a try. i figured that the OS 4.0 support this, but as you said i wanted to bring it to OS 3+ shay "Danny Epstein" <[EMAIL PROTECTED]> wrote in message news:33908@palm-dev-forum... > > "Shay" <[EMAIL PROTECTED]> wrote in message

Re: Leasing out space on my form to another app?

2000-12-21 Thread Shay
f the screen there is Advertisment, which makes that application an Adware (freeware application with revenue for the developer of the application). i think you mean something like that. shay "Robert" <[EMAIL PROTECTED]> wrote in message news:33808@palm-dev-forum...> > What I woul

Re: insert code at RunTime

2000-12-21 Thread Shay
iles to beam. the only disadvantage of this method, is that both sides of the beaming, needs to have twice the memory of the files to be beamed. you can read many many many posts about beaming multiple files, beaming PDB with PRC, multiple beam .. oh, and about your question if i succeed... y

Re: insert code at RunTime

2000-12-21 Thread Shay
no no no normaly you take a PRC from the PC, and transfer it by sync to the palm. i wanted to CREATE a PRC file IN THE PALM. i needed an application that can make a new prc with code and everything i want, so i had to create PRC file at runtime. shay "S KAR" <[EMAIL PROTECT

Re: DmDatabaseSize blowing up with "Free Handle"

2000-12-20 Thread Shay
ult. for some reason i didn't get any error, only when i checked the DmDatabaseSize in some parts of the code. try to look and remark many DB commands until you find the problematic command. shay "Scott Maxwell" <[EMAIL PROTECTED]> wrote in message news:33737@palm-dev-f

Re: OS Problem with App exit

2000-12-20 Thread Shay
it seems that you want to display an alert form AFTER the eventloop & appstop, i think you must do it inside a place that the OS can retrive events from the user (pressing OK button) maybe... shay "Patrick Ouellet" <[EMAIL PROTECTED]> wrote in message news:33708@palm-dev-fo

Re: insert code at RunTime

2000-12-20 Thread Shay
nevermind, i succeeded. "Shay" <[EMAIL PROTECTED]> wrote in message news:33685@palm-dev-forum... > > Hi, > > i know that a PRC is a resource database, and it has a 'code' type resource. > i assume that the code of the PRC is stored there, am i right ? &g

insert code at RunTime

2000-12-20 Thread Shay
Hi, i know that a PRC is a resource database, and it has a 'code' type resource. i assume that the code of the PRC is stored there, am i right ? i managed to create a PRC on runtime with data, but i want to insert a code in it, who ? shay -- For information on using the Palm

Re: uniqueIDSeed in PDB ???

2000-12-20 Thread Shay
bytes for // alignment purposes. shay "Richard M. Hartman" <[EMAIL PROTECTED]> wrote in message news:33617@palm-dev-forum... > > > > Shay wrote in message <33590@palm-dev-forum>... > > > >hi, > >i want to cop

uniqueIDSeed in PDB ???

2000-12-19 Thread Shay
hi, i want to copy a PDB manually, so i succeed to do all the things except the field : uniqueIDSeed how can i READ this field ? so i could put it back in the DatabaseHdrType. shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com

Re: Images

2000-12-19 Thread Shay
you can insert BMP's using the constructor of the CodeWarrior, just copy & paste them into an image box or into a resource file. you can change images (animation) using show 1, hide 1, show 2 ... using normal way, or double buffering. shay "S KAR" <[EMAIL PROTECTED]&

Re: Palm Performance Utility?

2000-12-12 Thread Shay
and what about the OS 3.5 ROM leak (which the 3.5.2 fixed) ? shay <[EMAIL PROTECTED]> wrote in message news:32937@palm-dev-forum... > > > > Actually, any version of Poser will tell you if your app has a memory leak, > provided you're running the right ROM. That chec

(urgent) insert a whole PDB inside a resource file

2000-12-12 Thread Shay
Hi, i want to insert a PDB file (header + data) in a resource file (PRC). my problem is to read the PDB file and copy the content into a memory chunk with a valid handle to it. ideas ? Thanks, Shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Batch file for multiple beam

2000-12-05 Thread Shay
tiple beams. is it ok? if yes - can someone send me some example code for doing beam. Thanks, Shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Fatal alert when quiting

2000-12-04 Thread Shay
if you are using the emulator - try to run it with "step by step" debugging - and you could try to do your own stepping with placing a line "ErrDisplay(" \n \n number X \n \n"); all over your program so you will see these lines and you could try to know where is you

self made help string (!)

2000-12-04 Thread Shay
Hi, i'm making a self made form using "FrmNewForm" in this form i want to include a help resource (with the "i" button), so i need to put a number in the "helpRscID" field. i can put a number of my own, BUT - how can i insert the text into the "string&q

Re: problem with include file whlile creating shared library

2000-12-03 Thread Shay
it should be ok, i have a shared library with two headers of mine but they included with " " and not < > it probably a path problem. check the access paths in the settings of the project Shay <[EMAIL PROTECTED]> wrote in message news:31890@palm-dev-forum... > >

CPU usage

2000-11-29 Thread Shay
Hi, i read somewhere that the CPU is in doze mode almost 95% of the time. i want to know if my application is taking alot of CPU. HOW can i measure the CPU usage ? Shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech

code for GCC in CW

2000-11-27 Thread Shay
t work. CAN'T i get a code for GCC and compile it with CW ??? another question - can a LIB that complied with CW can be linked with GCC ? Thanks, Shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: paint behind modal form

2000-11-27 Thread Shay
borders of the modal are at the two first pixels of the screen, but if i paint on pixels 0,0, it paint on the 0,0 of the active screen (= 2,2 of the screen) what i want is to draw on the borders of the modal screen ! so now that i figure out what to ask - can i do it ? :-) Shay -- For inf

Re: paint behind modal form

2000-11-27 Thread Shay
B is 150x150, and the borders of the modal is 2 pixels of each side (making a shown window of 154x154), can i (for just one second) paint a bmp of 154x154 on form B ? because the borders are part of the form B. so ? Shay -- For information on using the Palm Developer Forums, or to unsubscribe

Re: paint behind modal form

2000-11-27 Thread Shay
thanks, so can i paint on top of the border of the modal form ? Shay "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:31146@palm-dev-forum... > > > You could try changing the active window from the modal form to the > > form behind it, drawing the b

paint behind modal form

2000-11-26 Thread Shay
Hi, i have a modal form, and i want to display an image behind it. can i ? i tried to do : WinGetWindowExtent or WinGetDisplayExtent and then do WinDrawBitmap with x,y = 0,0 but all the time he returns the bounds of the modal screen, and i can't draw behind it. any ideas ? Shay --

detecting Palm OS from PC

2000-10-30 Thread Shay
Hi, can i detect from the PC which palm OS there is ? Shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

4bit RGB

2000-10-30 Thread Shay
hi, anyone know what are the RGB values of the 4 bit grays ? i know the 2 bit are : 0, 85,170 ,255. are the 4 bit lineary ? Shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: gray in different devices

2000-10-29 Thread Shay
thanks, i'll try to look in it deeply. Shay "Adam Wozniak" <[EMAIL PROTECTED]> wrote in message news:28206@palm-dev-forum... > > Shay wrote: > > > Can i do anything so that the grays in IIIx,IIIe,V,Vx will look as much as > > IIIc ??? > > = PR

gray in different devices

2000-10-26 Thread Shay
rays in IIIx,IIIe,V,Vx will look as much as IIIc ??? Thank alot. Shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: SDK

2000-10-19 Thread Shay
http://www.palmos.com/dev/tech/tools/sdk35.cgi and in this url there is also an update for the SDK 3.5 shay "Herman Badenhorst" <[EMAIL PROTECTED]> wrote in message news:27412@palm-dev-forum... > > can anybody pls send me asap the Palm SDK for Code Warrior > > tha

Form Alert in RunTime

2000-10-16 Thread Shay
Hi, Can i make a new Form Alert during RunTime ? NOT using a resource file ! if i can't, and i need to use FrmNewForm, what are the parameters of an Alert Form (size, place), and all the parameters that i need to give it ? thanks, Shay -- For information on using the Palm Developer F

Re: OS 3.5.2

2000-09-26 Thread Shay
Thanks, shay <[EMAIL PROTECTED]> wrote in message news:25420@palm-dev-forum... > > > > The upgrade is at: > > http://www.palm.com/support/downloads/update352.html > > or go to www.palm.com -> support -> Palm OS Software 3.5.2 Upgrade at the > bottom kind of

Re: OS 3.5.2

2000-09-26 Thread Shay
and i looked at palmos.com ... <[EMAIL PROTECTED]> wrote in message news:25393@palm-dev-forum... > > www.palm.com > > Shay wrote: > > > > where can i get the update for OS 3.5.2 ? > > for a device AND for an emulator ? > > > > shay > >

OS 3.5.2

2000-09-26 Thread Shay
where can i get the update for OS 3.5.2 ? for a device AND for an emulator ? shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Random numbers

2000-09-26 Thread Shay
SysRandom(x) generate an integer random number between 0 & sysRandomMax (a const number define in some header) you can change the seed value of the random engine (change x) shay "James" <[EMAIL PROTECTED]> wrote in message news:25368@palm-dev-forum... > > I

Re: Need more color depth help

2000-09-25 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:25227@palm-dev-forum... > > > the WinDisplayMode is for OS 3.5 ONLY, you can use ScrDisp

Re: Need more color depth help

2000-09-25 Thread Shay
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 shay "Jim Duffy" <[EMAIL PROTECTED]&g

ScrDisplayMode ?!?

2000-09-20 Thread Shay
images with 1,2 bit color on the display. i tried it myself, by setting the screen depth to 8, and draw image with 4 bit color, it's was fine. so why in the initialize of ANY Palm application there is no such thing - why do i need to set it myself ? Shay -- For information on using the

Re: 4 bit error on palm v

2000-09-20 Thread Shay
from memory ? i read in the manual of OS 3.5 (page 1222) that in OS 3.5 the command FrmDrawForm changed, i didn't understand what's been change, and if it affect me. thanks, Shay "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:24406@palm-dev-forum... > > an

Re: which palm support 2 & 4 bit color ?

2000-09-18 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:24448@palm-dev-forum... > > > but that sounds strange - > > 1) does the m100 that

Re: which palm support 2 & 4 bit color ?

2000-09-18 Thread Shay
but that sounds strange - 1) does the m100 that is an EZ cpu, and OS 3.5.2 can show 16 colors ? 2) does the palm iiie (OS 3.3, EZ) can show 16 colors? because i have iiie and i can't. 3) the Palm V was at first OS 3.1, and it support 16 colors (i think) so ??? shay "Aaron Ardir

which palm support 2 & 4 bit color ?

2000-09-18 Thread Shay
marix compersion of palmos.com, but no specific answer was there. Thanks, shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: 4 bit error on palm v

2000-09-17 Thread Shay
thank you very much, it works !!! :-) shay "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:24406@palm-dev-forum... > > > > -- > > > ScrDisplayMode (scrDisplayModeSet, 0, 0, &depth, 0); > > > WinDrawBitmap (imagePtr,

Re: 4 bit error on palm v

2000-09-17 Thread Shay
form objects (that are 1 bit color). -- UInt32 depth = 0x04; ScrDisplayMode (scrDisplayModeSet, 0, 0, &depth, 0); WinDrawBitmap (imagePtr, x, y);// imagePtr is the pointer to the bitmap -- i also tried to display it using Double-Buffering, but there was no change in th

Re: 4 bit error on palm v

2000-09-14 Thread Shay
ok, now it's clear... and if i want to SET 1+2+4 bits depths, can i just put 0x04 or do i need to specify in some way the all three of them ? still - any clue WHY my screen went blank (all the form object disappear) when i did "WinDrawBitmap" and just the bitmap was shown ? shay

Re: 4 bit error on palm v

2000-09-14 Thread Shay
ok, now it's clear... and if i want to SET 1+2+4 bits depths, can i just put 0x04 or do i need to specify in some way the all three of them ? still - any clue WHY my screen went blank (all the form object disappear) when i did "WinDrawBitmap" and just the bitmap was shown ? shay

Re: 4 bit error on palm v

2000-09-14 Thread Shay
it's not. and i need support for 1,2 and 4 bits. and when i draw my bitmap, the rest of the screen goes blank. any idea ? i'm creating the bitmap myself. shay "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:24097@palm-dev-forum... > > > thanks Aaron,

Re: 4 bit error on palm v

2000-09-14 Thread Shay
08 didn't work ? Thanks, Shay "Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:24074@palm-dev-forum... > > > > > and i used : > > > > ScrDisplayMode (scrDisplayModeSet, 0, 0, 0x8B, 0); > > > > > > You need to set only

Re: 2 bit bmp application

2000-09-14 Thread Shay
there any, and i learned that windows can't support it, than i asked if anyone knows how the bytes are arranged in the image file, so i could take a 4 bit color BMP file with 2 bit colors in it, and remove the unused bytes in my application. ok ? again sorry for the mixup shay "Tom Z

Re: 4 bit error on palm v

2000-09-14 Thread Shay
a (which i check and the data size is correct) so ? thanks, shay "Tom Zerucha" <[EMAIL PROTECTED]> wrote in message news:24052@palm-dev-forum... > > On Thu, Sep 14, 2000 at 12:58:33AM +0200, Shay wrote: > > hi, > > i'm trying to display a 4 bit bmp on t

4 bit error on palm v

2000-09-13 Thread Shay
that i used a 3.5 command, but when i took a 1 bit bmp i succeed to display it on palm 3 & 5. anyone have a clue for me ? thanks, shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: 2 bit bmp application

2000-09-13 Thread Shay
thanks, i saw that PilRC support this, but i'm looking for an PC application, that can save the 2 bmp file in the PC - "x.bmp". i might need to take a 4/8 bit bmp file, and cut the unused bits from the file, anyone knows what do i need to cut ? shay "Aaron Ardiri" <

bmp problem, family or not ?

2000-09-12 Thread Shay
Hi, i'm trying to send a bmp file from the PC to the Palm, and display it on the Palm using WinDrawBitmap i managed to do that for 1 bit bmp, but i can't manage to do that on other bit depths. must i use bmp family ? or can i just put the depth in the bitmap header ? Thanks, Shay

2 bit bmp application

2000-09-12 Thread Shay
ze, or not ? if it's should be the same size as the 4 bit bmp, than how can the palm receive the right number of bits ? Thanks, Shay -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Delphi for Palm

2000-08-31 Thread shay
elphi is similar to Visual Basic but much more powerful, and it is a great developing tool), then go to this site. http://www.borland.com/delphi/survey/aug2000/ shay (a recent CodeWarrior programmer for Palm, but hopefully a delphi programmer for Palm) -- For information on using the Palm Deve

Re: error - bad size for resource file

2000-08-29 Thread Shay
at last the news-group is working... and if i have a prc that exceed 1M ??? and yes, i want to have 2 resources in my prc. and i can't do it, because it give me the error i mentioned. shay JB Parrett <[EMAIL PROTECTED]> wrote in message news:22203@palm-dev-forum... on 8/24/00 11

error - bad size for resource file

2000-08-23 Thread Shay
Hi, i want to include another resource in my codewarrior project, and i get link error : unexpected error #32. bad size for resource file. i've got a warning too - ignored duplicate resource ... (16400) but i read to just ignored it. what to do about the link error ? shay --

bad size for resource file - error

2000-08-14 Thread shay
Hi, i want to include another resource in my codewarrior project, and i get link error : unexpected error #32. bad size for resource file. i've got a warning too - ignored duplicate resource ... (16400) but i read to just ignored it. what to do about the link error ? shay --

Re: midi sound - how ? (urgent)

2000-08-14 Thread shay
it's there. but i can't hear it. (size matters ?) shay "Richard Hartman" <[EMAIL PROTECTED]> wrote in message news:19778@palm-dev-forum... > > Are we certain that the midi track got added to the > alarm database correctly? If it did, it should show up > in

  1   2   >