Hi All,
I am using MenuHideItem(ID); and MenuShowItem(ID); to update the menus at run
time. the problem I am facing is Everything works fine for the first time My
menu gets updated. But If I do it once again, my "menuOpenEvent" never gets
called. Then I once again create the same form .. then
Hi Ed,
Can u please tell me wht do u mean by notepad since in my Clie there is no such
application.
Thanks & Regards
Amit
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
At 10:55 PM 11/21/2005, you wrote:
I have 2 forms A and B. B is smaller in dimensions than A and is popped
up from A. If I want to close B by tapping anywhere in A, how do I go
about writing code to check that? It doesn't seem like there are any form
lose focus event handlers. The x and y c
I have 2 forms A and B. B is smaller in dimensions than A and is popped up
from A. If I want to close B by tapping anywhere in A, how do I go about
writing code to check that? It doesn't seem like there are any form lose focus
event handlers. The x and y coordinates of the penDownEvent are a
Hi Pablo...
The depth parameter is a pointer to an UInt32, not the actual UInt32. So
you'll need to use something more like this:
UInt32 depth = 16;
WinScreenMode(winScreenModeSet, NULL, NULL, &depth, NULL);
David
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
Yes, it can be done. Set the PC up for a network HotSync, and preferably
try a connected network HotSync from another PC on the network, to test the
settings.
If the PC running HotSync is behind a firewall, you must have ports open for
HotSync 914237 & 14238), and Port forwarding must redirect
Does anyone knows if it can be done and if it can how?
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
Thanks Ben.
"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> At 04:00 PM 11/21/2005, you wrote:
> >Does anyone knows Can you do network hotsync with the same computer using
> >multiple palm units simultaniously or do you need different computers to
> >hotsync it with.
>
At 04:00 PM 11/21/2005, you wrote:
Does anyone knows Can you do network hotsync with the same computer using
multiple palm units simultaniously or do you need different computers to
hotsync it with.
HotSync manager does not support multiple simultaneous HotSyncs -- if a
network sync is happeni
Does anyone knows Can you do network hotsync with the same computer using
multiple palm units simultaniously or do you need different computers to
hotsync it with.
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello, I have my app call WinScreenMode(winScreenModeSet, 0, 0, 16, 0)
to force the simulator to be in 16 bits mode, and it works correctly
when the simulator has the line BitDepth=16 in the PalmSim.ini file.
If I change that line to BitDepth=8 the ca
Erico Franco wrote:
What is the best way to convert a bmp resource allocated in memory
dynamic memory from 16bpp -> 8bpp?
Is possible for example to convert a large resource stored in dynamic
heap 16bpp 320x320 that uses 200kB and to convert it to a 8bpp 320x320
with out allocating another ad
Aren't they in the Backup directory under your Hotsync name in the Palm
directory tree?
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
I know that pnoJpegLib has its support compiled for the ARM processor family,
but does it also have the 68K code in it so that it will work on an old non-ARM
device? I know that some apps work on both platforms, but am not sure about
this library.
--
For information on using the PalmSource Deve
My app's VFS support has been working for years, and I swear that I used to
transfer PDB files directly to the \Palm\Launcher directory on my SD card,
which is where my app looks for them. But the other day, I found that when my
app reads a file that was directly copied, I get a "Generic File Er
I have now. Thanks, it was in there.On 11/21/05, Kyle Newsalt <
[EMAIL PROTECTED]> wrote:
Have you looked at the PhoneInfo sample code from PluggedIn?Kyle--For information on using the PalmSource Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/
--
For
Stefan Stolz wrote:
Hi Erico,
currently the pnoJpegLib doesn't offer this. Grayscale-Jpegs are returnd
with a depth of 4bit and color with 16bit.
I think the best solution for you would be to take the 16bit bmp und
convert it by hand in your programm to 8bit.
Stefan
Hi Stefan!
I 'll d
Have you looked at the PhoneInfo sample code from PluggedIn?
Kyle
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
I'm curious you said you use bitmaps? You don't even have to make .ico file?
Because that is what I was doing, and with your specifications it worked
fine.
On the other hand what you are using probably application dependent. I think
I can use only .ico files.
"Ben Combee" <[EMAIL PROTECTED]> wrote
First versions of T5's had flows in operating system, which I had to deal
with. However since then palm came up with update. It is downloadable from
their website. Just be carefull it is a ROM update.
"mirek23ch" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Dear All,
>
> I h
Ben
I take back what I said earlier. I did EXACTLY by your specification and it
worked fine.
Thanks for your help.
"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> At 09:15 AM 11/21/2005, you wrote:
> >We've developed software and we need to have our own icon. We made
At 10:45 AM 11/21/2005, you wrote:
I tried this out before without it icon would not display at all using this
it is not a good quality on a palm. I'm thinking maybe there is a special
icon design software for palm and Windows icon design software just does not
cut it.
Are you building an icon
I tried this out before without it icon would not display at all using this
it is not a good quality on a palm. I'm thinking maybe there is a special
icon design software for palm and Windows icon design software just does not
cut it.
"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL P
At 09:15 AM 11/21/2005, you wrote:
We've developed software and we need to have our own icon. We made an icon
with windows icon making tools. It looks fine on a desktop, but on a palm it
looks sheety. Does anybody know how to make a good icon for palm?
Palm OS icons should be 22x22 and 44x44 (f
How can I tell programmatically on a Treo 600/650 if it uses a GSM or a CDMA network?I need to get the phone number, and to decide which way to do it, I need to know which kind of network it uses.Thanks.
-Benjamin Bloomfield
--
For information on using the PalmSource Developer Forums, or to unsub
Hi Erico,
currently the pnoJpegLib doesn't offer this. Grayscale-Jpegs are returnd
with a depth of 4bit and color with 16bit.
Modifying the lib isn't a good Idea because your app loose the
compartibilty with the official one. (Of course you can create your own
version based on the pnoJpegLi
Dear All,
I have installed on my Tungsten T5 piloc 3.6 program to work with the
polish national fonts. After activating polish font features I have got the
fatal error window and T5 was blocked.
The only treatmet was the hard reset. I did so but it took ages to recover from
that fatal error
We've developed software and we need to have our own icon. We made an icon
with windows icon making tools. It looks fine on a desktop, but on a palm it
looks sheety. Does anybody know how to make a good icon for palm?
--
For information on using the PalmSource Developer Forums, or to unsubscrib
Hi,
is there a way to use the pnoJpeglib to convert a Jpeg->bmp 8bpp?
The pnoJpegLib when used to convert jpeg->bmp normally creates a 16bpp
bmp resource.
Also you have the option to create a grayscale resource (4bpp maybe?) if
you set the 'jpegData.grayScale' to 'true'
But I need to creat
On 11/21/05, Erico Franco <[EMAIL PROTECTED]> wrote:
> What is the best way to convert a bmp resource allocated in memory
> dynamic memory from 16bpp -> 8bpp?
>
> Is possible for example to convert a large resource stored in dynamic
> heap 16bpp 320x320 that uses 200kB and to convert it to a 8bpp 3
Hi,
What is the best way to convert a bmp resource allocated in memory
dynamic memory from 16bpp -> 8bpp?
Is possible for example to convert a large resource stored in dynamic
heap 16bpp 320x320 that uses 200kB and to convert it to a 8bpp 320x320
with out allocating another additional 100kB
Ben Combee wrote:
Why not use FtrPtrNew? That can allocate >64K, and the storage will
stay allocated until the next soft reset.
This is new for me.
..and it worked very well. Thanks Ben!
Erico Franco
-- Ben Combee, Senior Software Engineer, Palm, Inc.
"Combee on Palm OS" weblog: ht
A user reports this not working on its T3: he says that with some applications
work, some other not. Mine is in the "not" list. But it works on my TE2. What
can i do?
Thank you
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/
33 matches
Mail list logo