replacing app icon with custom bitmap

2006-02-11 Thread PalmDev
I want to replace my app icon with a custom bitmap. I have a 22x22 bitmap created. i can get the bits to the bitmap but after writing to the app it crashes when the launcher tries to draw it. here is my code myRecord = DmGet1Resource ('tAIB', 1000); if (myRecord) { recSize

RE: Programatically Creating App Icon Resource

2005-05-24 Thread Jonathan King
Ok, I found the Palm OS Companion section about bitmap families and I've almost got a working method. It works for version two bitmaps, but I can't get version three bitmaps to work. Whenever it is a version three bitmap, the header returned by WinGetBitmap is filled with garbage values. I do not

Programatically Creating App Icon Resource

2005-05-22 Thread Jonathan King
Hello, Ok, what I am basically trying to do is grab a tAIB resource from a prc on an expansion card, slightly modify it, then save it to an application database. The code works, but the simulator crashes when it attempts to draw the bitmap. I'm not sure why. Is it because I am only saving a single

App icon not always displaying under OS 3.1

2004-07-24 Thread Luc Le Blanc
When loading my program under POSE 3.5 with an OS 3.1 ROM, its icon is often not displayed, or the program does not apear at all in the Launcher form. When the icon does not appear, starting the program causes a bus error. Resetting POSE restores things to normal. Fearing this can also happen on

Re: App icon not always displaying under OS 3.1

2004-07-24 Thread Ben Combee
At 06:26 AM 7/24/2004, you wrote: When loading my program under POSE 3.5 with an OS 3.1 ROM, its icon is often not displayed, or the program does not apear at all in the Launcher form. When the icon does not appear, starting the program causes a bus error. Resetting POSE restores things to normal.

Re: App icon not always displaying under OS 3.1

2004-07-24 Thread Luc Le Blanc
Ben Combee a écrit : At 06:26 AM 7/24/2004, you wrote: When loading my program under POSE 3.5 with an OS 3.1 ROM, its icon is often not displayed, or the program does not apear at all in the Launcher form. When the icon does not appear, starting the program causes a bus error. Resetting POSE

Re: App icon not always displaying under OS 3.1

2004-07-24 Thread Ben Combee
At 11:14 AM 7/24/2004, you wrote: Ben Combee a écrit : At 06:26 AM 7/24/2004, you wrote: When loading my program under POSE 3.5 with an OS 3.1 ROM, its icon is often not displayed, or the program does not apear at all in the Launcher form. When the icon does not appear, starting the program

hidding app icon.. but app tha is on rom

2004-07-20 Thread Alexandre Luz Barreto
ok i want to hid a icon form the lancher but i want to hide memopad, adress book everthing that is on the rom i want just to show my app, hotsync and calc is there a way to do that? cause the user can't use the other things and not even see it thanx -- For information on using the Palm Developer

Re: app icon

2003-12-25 Thread Ben Combee
At 03:20 PM 12/23/2003, Pablo Martin Vera wrote: How do I change my app icon using Pilrc designer with codewarrior?? In the RCP file, look for the APPLICATIONICON item and change the filename to point to your own BMP file with your own icon. PilRC Designer is not a bitmap editor. -- Ben Combee

app icon

2003-12-23 Thread Pablo Martin Vera
How do I change my app icon using Pilrc designer with codewarrior?? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: app icon

2003-12-23 Thread Matthew Henry
Pablo Martin Vera [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] How do I change my app icon using Pilrc designer with codewarrior?? Look at your resource directory and edit the .bmps with your favorite image editor? -- For information on using the Palm Developer Forums

Re: Self modifying app icon

2003-02-09 Thread Alex Robinson
David Webb wrote: I have an application that can be used for 2 separate purposes depending on how it is configured. Is there any way to have the app change its own icon via code. I am trying to avoid having to compile one version, edit the resource in Constructor, then compile another version

Self modifying app icon

2003-01-29 Thread David Webb
I have an application that can be used for 2 separate purposes depending on how it is configured. Is there any way to have the app change its own icon via code. I am trying to avoid having to compile one version, edit the resource in Constructor, then compile another version for each release.

Re: Self modifying app icon

2003-01-29 Thread Matthew Henry
In codewarrior, create two separate targets. One includes the resource with one icon. The other with the other icon. David Webb [EMAIL PROTECTED] wrote in message news:15@palm-dev-forum... I have an application that can be used for 2 separate purposes depending on how it is configured.

Re: Self modifying app icon

2003-01-29 Thread Ben Combee
At 14:44 2003-1-29 -0500, you wrote: I have an application that can be used for 2 separate purposes depending on how it is configured. Is there any way to have the app change its own icon via code. I am trying to avoid having to compile one version, edit the resource in Constructor, then

Creating double density icons in App Icon Family

2003-01-17 Thread Richard Coutts
I'm running constructor 1.8.1. I have several 22x22 icons in my Large Icon family. Its not clear to me how to add a double density/44x44 icons. In my App Icon Families I have: Large icons (1-2 and 8 bits) 1000 Small icons (1-2 and 8 bits)1001 so I added Double icons

Re: Creating double density icons in App Icon Family

2003-01-17 Thread Scott Dreslinski
Coutts [EMAIL PROTECTED] wrote in message news:109523@palm-dev-forum... I'm running constructor 1.8.1. I have several 22x22 icons in my Large Icon family. Its not clear to me how to add a double density/44x44 icons. In my App Icon Families I have: Large icons (1-2 and 8 bits) 1000

App Icon is shifted down in OS 2

2001-11-30 Thread Jeff Wheeler
I've noticed that when using the OS 2 ROM image (palmos20-en-pro-dbg) in POSE, my app's icon in the launcher is shifted down by about 4-6 pixels. That is, it isn't centered; the bottom part of my app's icon is chopped off by my application's name. I'm using an application icon family so that I

RE: App Icon is shifted down in OS 2

2001-11-30 Thread Peter Epstein
Make your icon a 32 x 32 pixel bitmap. Center the actual icon horizontally within that space. Avoid the lower 10 pixels or so, as the icon name will be displayed over that portion. In this way, you can get consistent icon placement on all OS versions. -- Peter Epstein -- For information on

Re: App Icon is shifted down in OS 2

2001-11-30 Thread Joe Programmer
--- Jeff Wheeler wrote: I've noticed that when using the OS 2 ROM image (palmos20-en-pro-dbg) in POSE, my app's icon in the launcher is shifted down by about 4-6 pixels. That is, it isn't centered; the bottom part of my app's icon is chopped off by my application's name. You should

Re: how do i make an app icon.... ????? (with the new constructor)

2001-01-04 Thread Eliah NInyo
rce window in Constructor has an entry for "Application Icon" with ID==1000 filled in and a Create button. If you click the Create button, it creates an App Icon Family with the size set to 16x16 and no family members. You can set the family size to 22x22, then highlight &quo

Re: how do i make an app icon.... ????? (with the new constructor)

2001-01-02 Thread Eliah NInyo
hi, tnx for keep helping me. here r the answer for your questions: "Richard Burmeister" [EMAIL PROTECTED] wrote in message news:34361@palm-dev-forum... Did you add a family member to the App Icon Family that contains the icon you expect to see? yes. i added a member to th

Re: how do i make an app icon.... ????? (with the new constructor)

2001-01-02 Thread Richard Burmeister
From: "Eliah NInyo" [EMAIL PROTECTED] i cann't just use an Icon. in the Project Setting ( at the bottom of the rsrc window that opened in the constracter) there is a field of "Application Icon" and when i press the create button in it, it automatic create a member und

Re: how do i make an app icon.... ????? (with the new constructor)

2001-01-02 Thread Eliah NInyo
] i cann't just use an Icon. in the Project Setting ( at the bottom of the rsrc window that opened in the constracter) there is a field of "Application Icon" and when i press the create button in it, it automatic create a member under App Icon Families and from there i need to

Re: how do i make an app icon.... ????? (with the new constructor)

2001-01-02 Thread Richard Burmeister
w in Constructor has an entry for "Application Icon" with ID==1000 filled in and a Create button. If you click the Create button, it creates an App Icon Family with the size set to 16x16 and no family members. You can set the family size to 22x22, then highlight "Family Items" an

Re: how do i make an app icon.... ????? (with the new constructor)

2001-01-02 Thread Richard M. Hartman
g. In a new project, the Project Settings section of the resource window in Constructor has an entry for "Application Icon" with ID==1000 filled in and a Create button. If you click the Create button, it creates an App Icon Family with the size set to 16x16 and no family members. You ca

Re: how do i make an app icon.... ????? (with the new constructor)

2001-01-02 Thread Ben Combee
Thanks for the picture. Of course I was overlooking something. In a new project, the Project Settings section of the resource window in Constructor has an entry for "Application Icon" with ID==1000 filled in and a Create button. If you click the Create button, it creates an App I

Re: how do i make an app icon.... ????? (with the new constructor)

2001-01-01 Thread Eliah NInyo
tnx for your answer, i did what u said - i delete the Icon and stay with App Icon Family (which is link from the field in the bottom of the rsrc file window). by the way i want to put on just a simple icon on my device. i have palm V ( not colorful, as u know ). another thing is that the file

Re: how do i make an app icon.... ????? (with the new constructor)

2001-01-01 Thread Richard Burmeister
Did you add a family member to the App Icon Family that contains the icon you expect to see? Is the size of the App Icon Family AND the family member within it 32x32 (or, 15x9 for the list icon) ? Is the ID of the App Icon Family 1000? (or 1001 for the list view icon?) Does your application

how do i make an app icon.... ????? (with the new constructor)

2000-12-29 Thread Eliah NInyo
e this (in the upper section of the resorce file window) at the subtitle "Icons" ( there is "Forms","Menu Bars","Menu" and more subtitles) i define "App Icon 1000" which has the pic of the icon i want to be shown at the opening screen of my palm ( whe

Re: how do i make an app icon.... ????? (with the new constructor)

2000-12-29 Thread Richard Burmeister
First, you should read the knowledge base article, "How do I create a color icon for my application?" at http://oasis.palm.com/dev/kb/faq/1817.cfm In the scenario you described (deleted from the text above), one error you made was to create both an Icon and an App Icon Family. The OS ge

How to create a color app icon?

2000-11-29 Thread Dean
Hi How could I create a color icon for my app? I have try to create several bitmaps which were 1,2,8 bit bitmap, size 21x21 pixels, and create bitmap families. If I use debug method (press F5), the app work fine and the icon will change to color icon (or gray icon if it was in gray mode).

RE: How to create a color app icon?

2000-11-29 Thread Heather Tufts
How could I create a color icon for my app? see http://oasis.palm.com/dev/kb/faq/1817.cfm. I have try to create several bitmaps which were 1,2,8 bit bitmap, size 21x21 pixels, and create bitmap families. If I use debug method (press F5), the app work fine and the icon will change to