Overlays

2001-03-28 Thread Bhaskar Soundaramanickam Salem
Hi Can anyone guide on how to create an ovelay and link it with my application. I also need to know whether its possible to execute another application from my application. i.e. I want applications like memopad, date book, imessenger in my application. How can i do Bye Bhaskar

overlays

2004-05-19 Thread El Hombre
Hello experts, can someone help me with overlays? It is no problem for me to create an overlay for example to Contacts. Then I upload my csCZ overlay to device (with palmos 5) and use OmSetSystemLocale function to set system locale to csCZ. But the function fails because of unknown locale. What

overlays

2004-06-19 Thread El Hombre
Hi all folks, I have created overlays for all palmos 5 applications and now I need to include all those overlay prc's into one prc - prc of my application. Can someone tell me how can I tell to system to find (and use) overlays from resources of my application? I believe there is some possibl

Overlays

2002-06-25 Thread Richard . Anderson
Hi, Im trying to get to grips with overlays. Unfortunatly the ROMs web page is down so I cannot download european roms at the moment to test what I am doing. What I dont understand is how to get the languages into the overlay PRC. I have just created a French overlay (frFR), which has all my

overlays

2004-03-24 Thread Alex Gusev
Hi All, I know that such question was posted many times before, but I guess I'm still missing something. I'd like to localize my app to e.g. Russian or Hebrew or Arabic. I'm creating overlays with PRC2OVL and translate them. But when I'm installing them, nothing is changing. O

Re: Overlays

2001-03-28 Thread Nitin Nangia
FYI just look into the OS Reference for SysUIAppSwitch or SysAppLaunch... :-) Cool nitin --- Bhaskar Soundaramanickam Salem <[EMAIL PROTECTED]> wrote: > Hi > > Can anyone guide on how to create an ovelay and link > it with my application. > > I also need to know whether its possible to exec

Re: Overlays

2001-03-29 Thread Ezekiel Sanborndeasis
You can look at the following session from Palm Source for creating overlays (towards the end of the presentation). Once you have one done you do not have do anything in your application to make it work (there are a couple of things to watch out for covered in the slides). Essentially, if the OS

Re: overlays

2004-05-20 Thread Ken Krugler
can someone help me with overlays? It is no problem for me to create an overlay for example to Contacts. Then I upload my csCZ overlay to device (with palmos 5) and use OmSetSystemLocale function to set system locale to csCZ. But the function fails because of unknown locale. What I should do to

Re: Overlays

2002-06-25 Thread Aaron Ardiri
On Tue, 25 Jun 2002 [EMAIL PROTECTED] wrote: > Im trying to get to grips with overlays. > Unfortunatly the ROMs web page is down so I cannot download european > roms at the moment to test what I am doing. > > What I dont understand is how to get the languages into the overlay PRC.

RE: Overlays

2002-06-25 Thread Richard . Anderson
[mailto:[EMAIL PROTECTED]] Sent: 25 June 2002 10:53 To: Palm Developer Forum Subject: Re: Overlays On Tue, 25 Jun 2002 [EMAIL PROTECTED] wrote: > Im trying to get to grips with overlays. > Unfortunatly the ROMs web page is down so I cannot download european > roms at the moment to test

Re: Overlays

2002-06-26 Thread Ken Krugler
>Im trying to get to grips with overlays. >Unfortunatly the ROMs web page is down so I cannot download european roms at >the moment to test what I am doing. > >What I dont understand is how to get the languages into the overlay PRC. > >I have just created a French overlay (fr

Re: Overlays

2002-06-27 Thread Linke, Andreas
I agree with Aaron that overlays are not useful for creating localized versions of non-ROM-based apps. a) You really don't want the user to install multiple binaries, too confusing. b) Memory is still precious, as expansion cards are so poorly supported. Having both the English and the

RE: Overlays

2002-06-27 Thread Danny Epstein
> Unfortunately, with constructor it's more difficult because it derives the > resource ID names from the menu captions. When you translate a menu item, > you'll get a different #define and need a "translation header". As long as you don't change the resource IDs in the localized resource files,

Re: overlays

2004-03-25 Thread Ken Krugler
I know that such question was posted many times before, but I guess I'm still missing something. I'd like to localize my app to e.g. Russian or Hebrew or Arabic. I'm creating overlays with PRC2OVL and translate them. But when I'm installing them, nothing is changing. Overlay&#

Checksums in Overlays

2007-02-06 Thread Lionscribe
Does anyone know how the checksums for the overlay resource are calculated? What is the formula? Can I mimic it by creating it on the Palm itself? Lionscribe -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: Checksums in Overlays

2007-02-07 Thread Alexander R. Pruss
s, you can just generate these on the fly on the Palm if you want--I generate overlays at runtime in SkinTW and IconFix. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Checksums in Overlays

2007-02-07 Thread Lionscribe
Thnaks for the info. But how do I calculate the following value, which is declared as UInt32baseChecksum; // Checksum of all overlays[].checksum How do I put all the overlays[].checksum together Lionscribe -- For information on using the PalmSource Developer Forums, or to unsubscribe

Re: Checksums in Overlays

2007-02-07 Thread Alexander R. Pruss
You can do chain checksumming by feeding each checksum as a seed to the next call to the checksum routine (and starting at zero). -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Localization, overlays, and stripped files...

2000-12-14 Thread Janet Geddes
Hello, I, too, am unable to get palm localization working through overlays. I use codewarrior 6 and PRC2OVL for Palm OS 3.5 to build the app and overlay as follows: 1. Create app.prc that reads strings from a resource file, using DmGetResource(), and writes them to the memo pad. 2

Replacing Strings in PRC's (overlays)

2002-06-27 Thread Richard . Anderson
EFIGS + Dutch, which would mean editing 6 overlays everytime the application changes. This would be a maintainance nightmare. I need to be able to create a user friendly string table (xcel format or similar) which I can pass around our european subsids for conversion, and then re-import it into the

overlays in Palm OS 5.0

2003-10-31 Thread Marianne
with Japanese overlays on a Japanese Palm OS 4.1 device . For Palm OS 5.0 , what should be the process to port the application on Japanese language ? Should the Japanese overlays be created similar to the way they are created for a Palm OS 4.1 ( i.e. using the prctoOvl tool ) ? or is there any

Localization Overlays and Address App

2004-05-06 Thread Ritu Chawla
Hi, I have started working on Overlays to create a localized application. Can any body please answer the following queries for me a) What i could i understand about overlays is "for every locale a different PRC file will be created". Which will be loaded on the device. Is their

Creating overlays under OS X

2006-06-14 Thread P REEDER
I compile my applications with prc-tools and PilRC under OS X 10.3.9. Using the LOCALE attribute in the .rcp file and running PilRC with the -Loc, -StripLoc, and -ro flags creates a .ro file with the localized resources, but without the 'ovly' resource needed for an overlay to work. The command

Re: Localization, overlays, and stripped files...

2000-12-14 Thread Stephen Best
in article 33197@palm-dev-forum, Janet Geddes at [EMAIL PROTECTED] wrote on 15/12/00 4:51 AM: > 1. Create app.prc that reads strings from a resource file, using > DmGetResource(), and writes them to the memo pad. You may want to consider using the RsrcEdit utility (you'll find this on PalmGear)

Re: Localization, overlays, and stripped files...

2000-12-15 Thread Gil Chapnick
I tried that with the Palm's built in application in order to translate the built in applications- it crashed! is it possible? is it possible to use overlay to one language on a different language ROM? for instance Hebrew overlay on an English ROM? Gil "Stephen Best" <[EMAIL PROTECTED]> wrote i

Re: Localization, overlays, and stripped files...

2000-12-15 Thread Stephen Best
I'd expect it to bomb! I don't know whether Palm OS will detect overlays for the built-in apps. You could build your own copy from the source provided, make your changes with Constructor, use the PRC2OVL tool and install the overlay to see whether it takes ... Stephen Best Bitware Austr

Re: Localization, overlays, and stripped files...

2000-12-16 Thread Ken Krugler
At 12:02am -0800 00-12-15, Palm Developer Forum digest wrote: >Subject: Localization, overlays, and stripped files... >From: "Janet Geddes" <[EMAIL PROTECTED]> >Date: Thu, 14 Dec 2000 12:51:08 -0500 >X-Message-Number: 32 > >Hello, > I, too, am unable to

Re: Localization, overlays, and stripped files...

2000-12-16 Thread Ken Krugler
At 12:03am -0800 00-12-16, Palm Developer Forum digest wrote: >Subject: Re: Localization, overlays, and stripped files... >From: "Gil Chapnick" <[EMAIL PROTECTED]> >Date: Fri, 15 Dec 2000 10:50:45 +0200 >X-Message-Number: 1 > >I tried that with the Palm&

Re: Localization, overlays, and stripped files...

2000-12-18 Thread Ken Krugler
you mean by this. If you're looking for Hebrew systems, search on one of the major Palm software sites. >what about making a new >enUS overlay that will be installed in the RAM will that work? On 4.0 ROMs, overlays in RAM will always be used in place of overlays in ROM. On 3.5, this w

Re: Overlays concept in Palm Pilot

2001-05-23 Thread Ken Krugler
PRC2OVL) that allow you to create overlays. Note that overlays have limitations - for example, they can only be used with Palm OS 3.5 or later. A related problem is that on versions of Palm OS prior to 4.0, if you beamed an application to another user, the overlay was not automatically bea

Manual Load of Overlays under 4.0

2001-08-28 Thread K. Ferrero
Hi, I'm having trouble getting an overlay to automatically load under POSE (PalmOS40-efigs-v-full.rom). I'd like to see if I can load the overlay manually using DMOpenDBWithLocale() as described on pg. 366 of the 4.0 Development Tools Guide. Unfortunately, DMOpenDBWithLocale is not available for

Re: overlays in Palm OS 5.0

2003-10-31 Thread Marcos Costa
Hello Marianne. I´m brasilian a japanese student and developer. What japanese Palm OS device do you have? Do you use any japanese caracter input IME in your not japanese Palm OS? I have a Zaurus MI-E1, but now I´m trying to buy a Zaurus SL-C760. Do you know it? Thanks in advance , Marcos Costa.

Re: overlays in Palm OS 5.0

2003-10-31 Thread Marianne
Hi, The device is Clie NX-80V . Actually we had developed the english version and our clients have converted it for Japnese Palm OS 5.0 using overlays.. Our application is purely in English and we haven't provided any extra support for Japanese version. Our clients must have used tool

Re: overlays in Palm OS 5.0

2003-10-31 Thread Ken Krugler
Japanese overlays on a Japanese Palm OS 4.1 device . For Palm OS 5.0 , what should be the process to port the application on Japanese language ? Should the Japanese overlays be created similar to the way they are created for a Palm OS 4.1 ( i.e. using the prctoOvl tool ) ? or is there any addition in

Re: overlays in Palm OS 5.0

2003-11-03 Thread Marianne
PROTECTED]> Sent: Friday, October 31, 2003 10:22 PM Subject: Re: overlays in Palm OS 5.0 > >We have created a serial application which uses the serial port in > >background mode . It runs quite ok on a normal Sony Clie device which has > >Palm OS 5.0 . But when it is run on a Ja

Re: overlays in Palm OS 5.0

2003-11-04 Thread Ezekiel Sanborndeasis
The reason that you have only found ROM images up to OS 4 is that there is no emulator that runs OS 5 and beyond ROMs. For OS 5 testing developers use the Palm OS Simulator rather then the Palm OS Emulator. A detailed description of the Simulator can be found on the Simulator web page http://ww

Re: Localization Overlays and Address App

2004-05-11 Thread Ritu Chawla
ome more details about the following technique:-- > >sample code will help ... > > > >Not using overlays. There are various techniques for doing thus, such > >as using resource ID offsets based on the locale. But you'd have to > >write this yourself. > > There

RE: Localization Overlays and Address App

2004-05-11 Thread Ken Krugler
Please help me out by answering the following queries. a) What should be the most efficient way to achieve localization b) can you please give me some more details about the following technique:-- sample code will help ... Not using overlays. There are various techniques for doing thus, such as

RE: Localization Overlays and Address App

2004-05-10 Thread Ritu Chawla
Hi Ken, Thanks for replying . Please help me out by answering the following queries. a) What should be the most efficient way to achieve localization b) can you please give me some more details about the following technique:-- sample code will help ... Not using overlays. There are various

Re: Localization Overlays and Address App

2004-05-07 Thread Ken Krugler
I have started working on Overlays to create a localized application. Can any body please answer the following queries for me a) What i could i understand about overlays is "for every locale a different PRC file will be created". Which will be loaded on the device. Is their any way

Re: Manual Load of Overlays under 4.0

2001-08-29 Thread Ken Krugler
Hi Karen, >I'm having trouble getting an overlay to automatically load under POSE >(PalmOS40-efigs-v-full.rom). If an overlay isn't getting opened automatically by the OS, then it's not validating properly. There are several reasons that this could happen: a. The base PRC is being opened with

SysCurAppDatabase in a patched DmGet1Resource and Overlays

2002-11-25 Thread Daniel Seifert
As I only want to do this with this specific app, I need to get the creator ID of the currently running application. According to the documentation, DmGet1Resource also searches the overlay. As the application already has an overlay, here's another question: can an application have two overlays

Re: SysCurAppDatabase in a patched DmGet1Resource and Overlays

2002-11-26 Thread Ken Krugler
At 12:00am -0800 02-11-26, Palm Developer Forum digest wrote: According to the documentation, DmGet1Resource also searches the overlay. As the application already has an overlay, here's another question: can an application have two overlays? Yes, but only one gets automatically opened fo

Re: SysCurAppDatabase in a patched DmGet1Resource and Overlays

2002-11-27 Thread Daniel Seifert
Am Die, 2002-11-26 um 16.57 schrieb Ken Krugler: Hi, thanks for your reply. > >overlay. As the application already has an overlay, here's another > >question: can an application have two overlays? > > Yes, but only one gets automatically opened for you. Any way to o

Why only the black color Overlays all other colors while using WinCopyRectangle?

2002-07-13 Thread Claudio Duvivier
Hi there, I hope someone can help me... I'm trying to simply display a 16grey bitmap over another 16grey bitmap using WinCopyRectangle with winOverlay mode, but only if I display a black bitmap (it's 4bits color, not black e white bitmap) it works well. If I put a grey bitmap instead, it's dra