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
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/
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
--
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,
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
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/
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" <
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/
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
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
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.
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
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
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
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,
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/
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
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
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
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
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
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]>
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
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
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
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
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/
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
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/
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/
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,
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
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
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/
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
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
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
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
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/
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/
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
___
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,
>
&
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
>
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
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
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
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
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
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
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
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
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
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
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]&
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
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
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/
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
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
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...
>
>
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
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/
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
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
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
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
--
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/
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/
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
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/
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
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
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
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
>
>
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/
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
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
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
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
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
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
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
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/
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,
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
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
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
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,
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
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
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
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/
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" <
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
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/
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
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
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
--
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
--
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 - 100 of 123 matches
Mail list logo