Hiding "Edit categories" - problem

2002-04-15 Thread Amir Kirshenboim
How can I hide the Edit Categories option from the categories list. I'm using CategorySelect function, but the const categoryHideEditCategory would only work for palm os 3.5 or higher. what can i do for earlier os versions. I do not want to allow the user to edit the categories thanks Amir --

Re: codeworrior 6.0 and sdk 4.0 - please........

2002-04-15 Thread Amir Kirshenboim
thanks Heather, but I did not understand what you meant by "the renewal product". I purchased the Metrowerks codeworrior R6 (about 1.5 years ago) at that time that was the most up to date version. Only last week I started a new project and found out that I really needed to upgrade my SDK (I haven

Re: codeworrior 6.0 and sdk 4.0 - please........

2002-04-15 Thread Amir Kirshenboim
And another question, Heather I Tried upgrading the codeworrior 6.0 with the 6.1 update file from the metrowerks site, but when the installer begins it gives me a messege that it couldn't detect a codeworrior 6.0 installation on my computer. what should i do ? thanks again Amir Kirshe

Re: Hiding "Edit categories" - problem

2002-04-15 Thread Amir Kirshenboim
ery elegant, since i have to add the "All" Category option and that option should not be on all the lists (like on the Edit forms). thanks anyway, Amir "Joe" <[EMAIL PROTECTED]> wrote in message news:83807@palm-dev-forum... > > --- Amir Kirshenboim <[EMAIL PROTECTED

Re: codeworrior 6.0 and sdk 4.0 - please........

2002-04-15 Thread Amir Kirshenboim
Thanks !!! A fool - Me ! hope that was my last problem "Heather Tufts" <[EMAIL PROTECTED]> wrote in message news:83836@palm-dev-forum... > I Tried upgrading the codeworrior 6.0 with the 6.1 update > file from the > metrowerks site, but > when the installer begins it gives me a messege tha

Re: codeworrior 6.0 and sdk 4.0 - please........

2002-04-16 Thread Amir Kirshenboim
Thanks for the last time ( i hope) it seems to work "Heather Tufts" <[EMAIL PROTECTED]> wrote in message news:83837@palm-dev-forum... > the problem is that I "make" the project I get errors like > "can't find/open > pilot.h" or "can't open us.prefix.h" and of course a lot of > undefined const.

Re: Hiding "Edit categories" - problem

2002-04-16 Thread Amir Kirshenboim
Thanks again "Joe" <[EMAIL PROTECTED]> wrote in message news:83857@palm-dev-forum... > > --- Amir Kirshenboim <[EMAIL PROTECTED]> wrote: > > If I understand you correctly, if io don't want the > > "Edit categories" option i can't use

Error #32 DirectBits not supported - compilation halted

2002-04-16 Thread Amir Kirshenboim
Does anyone has a clue why that happened ? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

control rounded bounds

2002-04-19 Thread Amir Kirshenboim
Hello guys, I want to make my buttons bounds round (not square) and I don't want the control to have a frame. When the control has a frame it has by default round corners, but when it doesn't have a frame, the constructor sets it to have square corners. does anyone have a suggestion ? -- Fo

DmResizeRecord - can i assume the rec's data is untuched ?

2002-04-20 Thread Amir Kirshenboim
When I call DmResizeRecord, what happans to the records data ? Where id the "additional space" added to - the end of the record ? Can I assume that records data wasn't tuched and just keep writing to the end of the record ? -- For information on using the Palm Developer Forums, or to unsubscr

bitmaps depth

2002-04-22 Thread Amir Kirshenboim
What bitmaps depth should i put for the bitmaps in each Bitmap family, if my application is be targeted for palm OS 3.1 and later ? (for example, is the 1 bit depth relevante, or the 2 bit ?) thanks, Amir -- For information on using the Palm Developer Forums, or to unsubscribe, please see h

Re: DmResizeRecord - can i assume the rec's data is untuched ?

2002-04-22 Thread Amir Kirshenboim
for any > subsequent access to the record. > > Hope this helps, > > -bob mckenzie, palmsource pdx > > -Original Message- > From: Amir Kirshenboim [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 20, 2002 3:49 AM > To: Palm Developer Forum > Subject: DmRes

Unexpected Error #32 - tbmf 3300elemt 1 has a non-zero reserved value

2002-04-23 Thread Amir Kirshenboim
It seem to happen whenever i add a bitmap with 16bit depth to the family. What should i do to succeessfuly add a 16bit depth bitmap to a family ? by the way, the m505 has 16bit screen depth - true ?! thanks Amir -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: bitmaps depth

2002-04-23 Thread Amir Kirshenboim
2bit), and save some memory for the user. (bitmaps takes a lot of storage). thanks Amir "Joe" <[EMAIL PROTECTED]> wrote in message news:84520@palm-dev-forum... > > --- Amir Kirshenboim <[EMAIL PROTECTED]> wrote: > > What bitmaps depth should i put for the b

Re: Unexpected Error #32 - tbmf 3300elemt 1 has a non-zero reserved value

2002-04-24 Thread Amir Kirshenboim
I've downloaded the sdk last week, so I think it's the latest version - I'll check about the updates for the sdk and the postlinker. thanks ,for the meanwhile "Ben Combee" <[EMAIL PROTECTED]> wrote in message news:84612@palm-dev-forum... > > In article <84579@palm-dev-forum>, [EMAIL PROTECTED] s

Re: bitmaps depth

2002-04-24 Thread Amir Kirshenboim
;t going to take that much space anyways, relative to your multi-bit images. Kevin -Original Message----- From: Amir Kirshenboim [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 3:34 AM To: Palm Developer Forum Subject: Re: bitmaps depth I'm including in my app some nice bitmaps

....just changed the emulated program counter ... ?

2002-04-25 Thread Amir Kirshenboim
What can I do with this message from the log file of the Gremlins session: 41.056 (12267): === ERROR: Cyp1 (1.0) just changed the emulated program counter to 0xD8DA4708. This address is invalid because it's in neither ROM nor RAM. What is the line number that crashed and how can I trace it to my

Re: CreatorID Problems

2002-04-25 Thread Amir Kirshenboim
Have you checked that your creatorID is unique on your palm (that it is not simillar to another app on the device) ? Have you registered your creatorID at the palm web site (that way you can make sure it is unique) ? Amir "bill" <[EMAIL PROTECTED]> wrote in message news:84864@palm-dev-forum... >

Re: bitmaps depth

2002-04-25 Thread Amir Kirshenboim
Keefe" <[EMAIL PROTECTED]> wrote in message news:84790@palm-dev-forum... Because that is the bit depth that most (non-color) devices run by default. Kevin -Original Message- From: Amir Kirshenboim [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 5:12 AM To: Palm Developer F

Labels problems

2002-04-26 Thread Amir Kirshenboim
Can't seem to understand how to handle labels: 1. How do I get the Label pointer ? 2. How do I change the label's text ? 3. and most importantly for my app, how do I set/change a labels position on screen ? and how do i hide it /show it ? I hope this is not a stupid question... thanks Amir -

Re: bitmaps depth - NEVER MIND

2002-04-28 Thread Amir Kirshenboim
NEVER MIND. it seems like no one here understands my question... Amir "Stringer" <[EMAIL PROTECTED]> wrote in message news:85047@palm-dev-forum... > > >Subject: Re: bitmaps depth > >From: "Amir Kirshenboim" <[EMAIL PROTECTED]> > >Date:

Re: bitmaps depth - NEVER MIND

2002-04-28 Thread Amir Kirshenboim
anyway. I don't know of any 3.5 > devices that don't support 2- or 4-bit grayscale, but you might want to > include 1-bit bitmaps as a preventative measure. They won't consume much > extra space, so there's not much harm in doing so. > > > > "Amir Ki

Re: bitmaps depth - NEVER MIND

2002-04-28 Thread Amir Kirshenboim
As always, Mr. ben comes to my rescue. Thanks ben, that's what I needed. "Ben Combee" <[EMAIL PROTECTED]> wrote in message news:85153@palm-dev-forum... > > In article <85145@palm-dev-forum>, [EMAIL PROTECTED] says... > > > > but ScrDisplayMode is used for earlier OS version. > > my device, a p

Field.c ... Invelid Size - on OS 3.3

2002-05-04 Thread Amir Kirshenboim
Why do I get this error message only on OS 3.3 (not on 3.5 or 4.0) when i call: FldSetText. and while we're at it, what value should I pass to: FldSetText (FieldType *fldP, MemHandle textHandle, UInt16 offset, UInt16 size) as the size. I'm assigning to the field the handle of a string resource, an

Re: emergency !!! SysGraffitiReferenceDialog (referenceDefault) breaks on palm OS 3.3

2002-05-09 Thread Amir Kirshenboim
Thanks Joe I'll check that out, meanwhile I've disabled it for my beta version (only for PalmOS3.3). I'll look into it in the next days and come back here if can't solve it. Thanks anyway. Amir "Joe" <[EMAIL PROTECTED]> wrote in message news:85958@palm-d

field in a table

2002-05-12 Thread Amir Kirshenboim
Why does it happen that when i click on one field in a table, and select (with the stylus) a certain point in the middle of the text (the fields contains a text, of course) that the field becomes the focus fierld but the insretion point comes to the end of the text. I don't have a clue as to why t

Re: field in a table

2002-05-12 Thread Amir Kirshenboim
Got it, if anyone cares, it happened because I redrew the field although not needed each time I handled the TblSelectEvent "Amir Kirshenboim" <[EMAIL PROTECTED]> wrote in message news:86096@palm-dev-forum... > > Why does it happen that when i click on one field in a tab

Selecting table raws - why is only the text selected ?!?

2002-05-12 Thread Amir Kirshenboim
When I'm selecting a raw in my table ( a 1 column table, that doesn't contain any field or labels and is just drawn by my drawing procedure) the selectable area is only the text, and I just can't understand how that happens. The text is drawn with WinDrawChars in the TableCustomDrawProcedure. even

Re: Selecting table raws - why is only the text selected ?!?

2002-05-12 Thread Amir Kirshenboim
Found it again... the did the trick: TblSetItemStyle (table, row, column, tallCustomTableItem); instead of : customTableItem "Amir Kirshenboim" <[EMAIL PROTECTED]> wrote in message news:86101@palm-dev-forum... > > When I'm selecting a raw in my table ( a 1

tallCustomTableItem - what can i do for OS 3.5 ?????

2002-05-14 Thread Amir Kirshenboim
My Problem: When I'm selecting a raw in my table ( a 1 column table, that doesn't contain any field or labels and is just drawn by my drawing procedure) the selectable area is only the text, and I just can't understand how that happens. The text is drawn with WinDrawChars in the TableCustomDrawPr

can i "trap" a PowerOff event (is there such a thing ) ?

2002-05-14 Thread Amir Kirshenboim
I want my app to react to a shutdown of the device (power off) not only to the power off button but to the power of event which can be caused by an auto power off. I do not want to prevent the power off just encrypt a data base when that happens. How can i do that ? thanks, Amir -- For inform

palm m130 OS 4.1 rom image - where can i get it ?

2002-05-23 Thread Amir Kirshenboim
Where can I download a rom image of palm os 4.1 of a palm m130 ? (for debugging on pose) And a second question - Does anyone has a clue as to why an application that works fine on palm OS 4.0, would crash on a palm m130 (OS 4.1) - I couldn't test it, and now got an email from a user who says it cr

Guys, I need Help - someone with who has m130

2002-05-23 Thread Amir Kirshenboim
I just released an application a few days ago it's called 3nity and it's a password keeper (you can find it on palmgear of course) I just got an email tonught from someone who bought the application and says it crashes on his m130 with OS 4.1 I've checked the application on OS 4.1 and it works jus

Re: Guys, I need Help - someone with who has m130

2002-05-23 Thread Amir Kirshenboim
orks on m130 with OS 4.1 and maybe even check if it works with this quickbits - i don't know... So I still need help.. "Joe" <[EMAIL PROTECTED]> wrote in message news:87063@palm-dev-forum... > > --- Amir Kirshenboim <[EMAIL PROTECTED]> wrote: > >

bitmaps on handspring prism

2002-06-03 Thread Amir Kirshenboim
Hi guys, I have a problem with my application that handspring prism users keep telling me that some bitmaps appear as "black boxes". these are all bitmaps that has buttons behind them (I'm not using a graphical button for compatibility reasons). Does anyone have a clue on what the problem mught b

Codeworrior problem with double density bitmaps (SDK 5.0)

2002-12-22 Thread Amir Kirshenboim
Hi guys, I am having a little problem with the double density bitmaps. I have updated to SDK 5.0 and to constructor 1.8. I have added the a double density bitmap to a bitmap family, in the right order (double density after normal density), but when I try to compile I get an error from the linker:

Re: Codeworrior problem with double density bitmaps (SDK 5.0)

2002-12-23 Thread Amir Kirshenboim
Hi Ben, Thanks for your answer. but It's not that. first I've used the installer, but it did not recognize the codewarrior intallation (I don't know why - it's a regular installation) so I had to move all files manualy according to the instructions in the readme file supplied with the SDK 5. (I w

SDK 5.0 - Problem with hi density bitmaps (codewarrior)

2002-12-24 Thread Amir Kirshenboim
Hi guys, (it's a second try - I am a bit desperate...) I am having a problem with the double density bitmaps. I have updated to SDK 5.0 and to constructor 1.8. I have added the a double density bitmap to a bitmap family, in the right order (double density after normal density), but when I try to

Ben, Please help !!! Hi density bitmaps problem

2003-01-03 Thread Amir Kirshenboim
Hi Ben, I already wrote about my problem two weeks ago, you started helping me but stopped in the middle (probably holidays). (I am a bit desperate... - I was supposed to release the Hi Res version of my application a few days ago) I am having a problem with the double density bitmaps. I have upd

Re: Ben, Please help !!! Hi density bitmaps problem

2003-01-03 Thread Amir Kirshenboim
almRez.dlldated May 21 2002 Is everything alright here ? Is there something I should change in the codewarrior settings ? Thanks, Amir "YAMADA Tatsushi" <[EMAIL PROTECTED]> wrote in message news:107341@palm-dev-forum... > > Did you updated PalmRez ? > >

Re: Ben, Please help !!! Hi density bitmaps problem

2003-01-03 Thread Amir Kirshenboim
107349@palm-dev-forum... > > Amir Kirshenboim wrote: > > PalmRezPostLinker.dlldated May, 21 2002 > > This is same as mine. > > > PPalmRez.dlldated May 21 2002 > > PALMREZP.DLLdated April 17, 2001 > > I don't have these. How about re-insta

App version ?

2003-02-16 Thread Amir Kirshenboim
Hi Guys, This should be a very simple question (I am pretty embarrassed asking this ...). I do not find the way to set the application's version number. I am referring to the version number that is shown when choosing the "info" option in the palm application launcher screen (through the menu).

Re: App version ?

2003-02-16 Thread Amir Kirshenboim
Thanks. Found it. "Amir Kirshenboim" <[EMAIL PROTECTED]> wrote in message news:113809@palm-dev-forum... > > Hi Guys, > > This should be a very simple question (I am pretty embarrassed asking this > ...). > > I do not find the way to set the application'