There is a modem AT command that makes the modem ignore the dial tone and
just dial directly. Maybe you should search any modem manual that has a list
of AT commands that does that. Sorry, but it's years since I fiddled with
all these AT comamnds and I cannot remember what the command is. :)
Rega
> As usual, you could answer this question by searching the mailing list
> archives or by reading the documentation. But just for you I've written
> a FAQ entry about it at http://prc-tools.sourceforge.net/faq/>.
Thank you very much. I tried to find info in PRC documentation but forgot
about the
Hi All
I'll try use those code in EventLoop to stop the progress dialog when user press
Cancel button,but the application crashed. I want know why. Also ,How can I display
something like "disconnecting..." before close the the dialog.
if (!PrgHandleEvent(Prg, &event))
if (PrgUserCancel
> From: Fabrice Meichtry [mailto:[EMAIL PROTECTED]]
> I'm trying to display a list which is link with a popup trigger
> control. but the list don't appear when I click on.
> here the code of my popSelectEvent :
First, the popSelect event comes _after_ the user taps an item in a popped
up list. T
Eugene Mayevski <[EMAIL PROTECTED]> wrote:
> #if !defined(__MWERKS__) || !defined(__MC68K__)
[...]
> What precompiler defines are used by PRC tools? thank you.
As usual, you could answer this question by searching the mailing list
archives or by reading the documentation. But just for you I've w
Test failed =)
- Original Message -
From: "Sebastiao Silva" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: 16 March, 2001 5:59
Subject: test
> test
>
> Don't E-Mail, ZipMail! http://www.zipmail.com/
>
>
> --
> For
> Is there some way that I can get the project to link with that much static
> data or do I absolutely need to put it into resource files? I would like
to
> avoid doing that if possible since this is an ongoing project with changes
> to the existing codebase that will need to be integrated into th
I am porting a large existing code base to the Palm OS, it uses a fair
amount of globals and a large amount of static data, around 80K when all is
said & done. I have got it compiling and segmented, each segment has no more
than 64K of code & data but when I go to link it I get the following error
hi,
I have created a shared library which contains a a form resource and
an alert resource. Within my application I load, open this shared library
and call a library function. This function inturn has to display the
form in the shared library.
But in shared library, when I say FrmInitForm(LibFor
"David Fedor" <[EMAIL PROTECTED]> wrote in message
news:42579@palm-dev-forum...
>
> Same answer, but this time you'd be needing us to do the work, and I
> wouldn't hold your breath. You can get the 3.3 or 3.5 updates which get
> you to the same goal with zero engineering effort :-)
Unless you ne
"DIAMOND JEFF" <[EMAIL PROTECTED]> wrote
> Ng Wei Gee wrote:
> > The clickwrap area is only applicable to US developers. For overseas
> > developers like us, we have to send in the agreement form which takes
like
> > months to process. :(
> >
> I"m sorry about that, Gee.
> Maybe you can try to con
Yes, a ROM is available, but you have to fill out a prototype license
agreement with Sony. Register as a developer with them and you should
get access to all the info you need to get going. As for the emulator
thing, I was looking for that this morning
DeAnna
-Original Message-
Fro
Ditto. I'd suggest moving to 7 just for the sake of knowing you have
the latest plug-ins, constructors, etc. The new version really is quite
a bit better/more stable.
-Original Message-
From: Broder's Skunkware [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 15, 2001 11:49 PM
To: Pal
I think I just figured this out two weeks ago. OK, there is a separate
emulator executable for profiling. It should be in the same folder as
your regular emulator but it's called Emulator_Profile.exe. Run that
one and if you right click on the emulator like you usually do to save
or whatever, t
>Have I to assume than the comments in the palmos src are correct up to the
>time they are discovered wrong?
You should assume the documentation is correct, and ignore the OS source
comments. They're quite often wrong, because few people here pay attention
to keeping block comments up-to-date.
>Similar to my question regarding bundling the OS 3.5.2 patch with my
>software, would it be advisable to bundle OS upgrdes with a product that
>needs them, or aere the liabilities too great?
If you get permission, it might well make sense. I wouldn't know how to
get permission, though.
And unf
As (I think) the person who wrote the original sound emulation code for
POSE, the original code did, in fact, try to interrupt not playing on an new
API call. Unfortunaetly, I was not able to cause POSE to acctually wait
until sound playing was done. For that reason, and for the fact that its
some
Hi guys,
I am trying to find out if it is possible to make a Palm blind dial, ie dial
without waiting for a dial tone. I had thought I could just change the modem
init srting to AT&FX3 or ATDT, but that doesn't seem to do.
Can anybody advise me on how to proceed, I can't seem to find any info on
> Heck, is it even compatible with the emulator given the 320x320 resolution?
Palm's version of the Palm OS Emulator does not emulate any Sony devices.
Sony has a version that emulates the Clie devices they released months ago. I
don't know if they have one supporting any devices they may hav
I"m sorry about that, Gee.
Maybe you can try to contact Palm officials and speed up the processing rate.
Ng Wei Gee wrote:
> DIAMOND JEFF <[EMAIL PROTECTED]> wrote in message
> news:42507@palm-dev-forum...
>
> > Palm.) Once you sign an agreement with Palm, you can then go into the ROM
> clickwr
> > What's wrong with sound emulation?
>
> I did make several direct emails reporting the sound problem, but again, a
> different thread.
Ah, I see it now. "Cannot interrupt note playing" on 3/8. A very short thread
between you and you. Oh, wait, there are two more on 3/12. You and Jay Hong
I'm not sure what that MACRO is below, but Codewarrior fully supports the normal C way
of ifdef's, and I"d assume PRC would as well:
#ifndef __MWERKS__
#endif
However, under Codewarrior I define a prefix file (which is included before all files)
in which I just #define PALMOS. On a
different
Well, first you have to launch the special profiling emulator. This will enable the
profiling options in the right-click emulator
menu.
Then, at the most basic level, you can run your application (while debugging or
otherwise), and when you get to an interesting part
of your code you want to p
How long before someone realizes they can run the palm emulator on a pocket PC?
:)
Ng Wei Gee wrote:
> Hi,
>
> I can only answer ur 2nd qn: if Palm programs could be run on WinCE then
> Micro$oft wouldn't have such a hard time breaking into the handheld market.
> :)
>
> Regards,
> Gee.
>
> Anil
David Fedor wrote:
> > You can get the 3.3 or 3.5 updates which get
> > you to the same goal with zero engineering effort :-)
Similar to my question regarding bundling the OS 3.5.2 patch with my software, would
it be advisable to bundle OS upgrdes with a
product that needs them, or aere the
Thanks for spending the time writing a good general debugging guide, David. :)
This forum has really made me appreciate the benefits of one developer spending 15
minutes on an email reply to save another
developer 3 days of fiddling. Priceless.
David Fedor wrote:
> I debug "undebuggable" situ
I debug "undebuggable" situations like this by a few different methods.
("Undebuggable" can mean anything from that you can't connect a debugger
since you don't have a USB->serial dongle handy, or you're using the serial
port for something else, or it affects memory, etc.)
- Call FrmAlert to help
MemHandleNew returns a Handle instead of a char**.
One can get a pointer only by locking the handle not directly.
-Original Message-
From: Geoff Goldberg [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 16, 2001 4:39 PM
To: Palm Developer Forum
Subject: Re: char ** double pointer questio
Is the %deviceid string unique to every palm (the emulator putting out a
0.0.0 string)??
thanx for your help,
jason
"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:42570@palm-dev-forum...
>
> "Palm Pilot Forums" <[EMAIL PROTECTED]> wrote in message
> news:42559@palm-dev-forum...
> >
>
>I runs okay on my palm IIIc, when I use the APIs BmpGetBits
>and BmpBitsSize or even the old structure displayAddrV20.
>But if I try on a IIIx, it cracks.
Are you using a debug rom on that IIIx? Debug roms don't fill in
displayAddrV20 or the other similar values, in order to force people to not
>Would it be feasible to extend current OS 3.1 ROM functionality to
>support 4-bit graphics modes using a glue library?
It'd be pretty hard. You'd have to patch out the entire blitter code and
replace it with your own work-alike, or else constrain your app to not
allow any system dialogs (alarms
Char ** abs = ( Char ** )MemHandleNew( n * sizeof( *abs ));
"Laor, Boaz" <[EMAIL PROTECTED]> wrote in message
news:42534@palm-dev-forum...
>
> you can allocate memeory to a pointer like this
>
> Memhandle textH = MemHandleNew(128);
> Char * text = MemHandleLock(textH);
>
> lets say i have a struc
"Palm Pilot Forums" <[EMAIL PROTECTED]> wrote in message
news:42559@palm-dev-forum...
>
> Does the Palm web-clipping environment support cookies or some sort of
> session capability? I am trying to get a user log in from the palm.
>
> I am using the PalmVII emulator and a Palm V w/ Omnisky fo
> I was wondering as to what the Palm.Net Billing Plan
> is if i were interested in using the Web Clipping
> Proxy (WCP) server over a wireline link,as against using
> a wireless connection..
There is no charge for using the Palm.net proxy. The Palm.net service
charges are just for wireless acce
Hi,
I was wondering as to what the Palm.Net Billing Plan
is if i were interested in using the Web Clipping
Proxy(WCP)server over a wireline link,as against using
a
wireless connection..
The wireline link would be a Palm V wired modem(NOT
the omnisky wireless modem) that i would use to dial
up my
Cookies are not supported by omnisky browser, so use deviceId to keep any
info. about perticular device and store it into the database.
Dharm
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
Hi All,
The Knowledge base specifies that the WCP does not
currently support Challenge-Respose authentication
based content servers.
Is this going to change ? It is a big limitation,since
many Enterprise Solutions make use Challenge-Response
(an advanced bi-directional authentication process).
Does the Palm web-clipping environment support cookies or some sort of
session capability? I am trying to get a user log in from the palm.
I am using the PalmVII emulator and a Palm V w/ Omnisky for testing...
Any help is appreciated, thanx
jason
--
For information on using the Pal
Wow. How interesting! Something that will definitly come in handy. =)
-Ji
"Ben Combee" <[EMAIL PROTECTED]> wrote in message
news:42552@palm-dev-forum...
>
> "Ji Lee" <[EMAIL PROTECTED]> wrote in message news:42550@palm-dev-forum...
> >
> > Hi,
> > Please execute my ignorance in C/C++ language. T
Would it be feasible to extend current OS 3.1 ROM functionality to
support 4-bit graphics modes using a glue library?
Or if it be too difficult to alter existing ROM behaviour, how difficult
would it be to encapsulate the OS 3.5 graphics system as a glue library?
Thanks for the info!
- Jeff
--
Now going through the effort of actually suporting all the devices, I would say that
unless you're using 4-bit gray scale mode, there
is no compelling need to implement WinScreenLock on the older devices. Their slower
screen pixel dynamics combined with needing only
a 6K screen and having full
"Ji Lee" <[EMAIL PROTECTED]> wrote in message news:42550@palm-dev-forum...
>
> Hi,
> Please execute my ignorance in C/C++ language. The only feature I can
think
> of that would allow this
> is C++ static member functions and static member variables... Is this
what
> you were referring to
> or are
Hello,
you can get a the Clié roms at: www.us.sonypdadev.com
... Collin
At 09:22 16.03.01 -0600, you wrote:
>Does anyone know if the ROM is available for the Sony Clie? I looked
>through the archives and the Palm developer site and found nothing.
>
>Heck, is it even compatible with the emulat
Hi,
Please execute my ignorance in C/C++ language. The only feature I can think
of that would allow this
is C++ static member functions and static member variables... Is this what
you were referring to
or are there some other feature that you can use for this ?
Thanks!
-Ji
"Ben Combee" <[EMAIL
if you're new to the c language and don't know malloc or free then you
should find a good c programming book. If you're just new to palm os, read
on...
MemPtrNew works like malloc
MemPtrFree works like free
The problem with MemPtrNew is that it leaves memory locked. So if at a
later time you n
Being a novice myself, I am not 100% sure if I am doing right either, but
here is
what I usually do:
MemHandle myArrayH = NULL;
...
Err err;
i = getSizeOfObject ( myObject );
if ( myArrayH == NULL )
myArrayH = MemHandleNew ( i * NUM_ITEMS_YOU_WANT );
else
myArrayH = MemHandleResize ( i *
Hi,
I can only answer ur 2nd qn: if Palm programs could be run on WinCE then
Micro$oft wouldn't have such a hard time breaking into the handheld market.
:)
Regards,
Gee.
Anil Rajaram Yeola <[EMAIL PROTECTED]> wrote in message
news:42486@palm-dev-forum...
>
> Hi,
> 1. Can anybody please tell m
DIAMOND JEFF <[EMAIL PROTECTED]> wrote in message
news:42507@palm-dev-forum...
> Palm.) Once you sign an agreement with Palm, you can then go into the ROM
clickwrap area and download your choice of
The clickwrap area is only applicable to US developers. For overseas
developers like us, we have
Hi Rodolfo,
Here's a couple of tips that may help with debugging with CodeWarrior on a
Handspring device. The first paragraph covers Handspring specific tips. I
believe the knowledge base article talks about the error code you saw:
You must also press and hold the "UP" key on the Visor when you
your app has it beam-prevent bit set
http://oasis.palm.com/dev/kb/faq/1054.cfm
unselect the copy protection bit in the linker options of your project
- Original Message -
From: "Shawn Hutchinson" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Friday, March 16, 20
Use MemPtrNew or MemHandleNew instead of using local variables.
Jacky
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Edmond
Chan
Sent: Friday, March 16, 2001 12:45 PM
To: Palm Developer Forum
Subject: stack overflow
Hi all,
I am running into some nas
Hi,
In the MemoryMgr.c file, the function MemMove has the "PARAMETERS"
comment in wrong order (src, dst, numBytes instead of dst, src, numBytes)...
I falled into this by accident, but this make me wonder:
Have I to assume than the comments in the palmos src are correct up to the
time they are
Does anyone know if the ROM is available for the Sony Clie? I looked through the
archives and the Palm developer site and found nothing.
Heck, is it even compatible with the emulator given the 320x320 resolution?
-Jason
--
For information on using the Palm Developer Forums, or to unsubscribe
you can allocate memeory to a pointer like this
Memhandle textH = MemHandleNew(128);
Char * text = MemHandleLock(textH);
lets say i have a structure like this...
Char ** abs;
how would i dynamically allocate memory for it?
boaz
--
For information on using the Palm Developer Forums, or to u
lets say i am getting the size of my object in a functions call,
Int8 i = 0;
i = getSizeOfObject(myObject);
and now i want to make an array of that size, however declaring new arrays
in the middle of the code is a syntax error. what is the best way to do
this. I don't know if if database is t
I also would recommend the upgrade. As Heather suggested, all my apps were
already using the 3.5 SDK.
James
<[EMAIL PROTECTED]> wrote in message
news:42465@palm-dev-forum...
>
> Hi,
>
> We are considering upgrading to CodeWarrior 7; however, there seem to be
> serious problems with the newe
dear readers,
i'm using code warrior 7.0 and have created an application that's apparently
not beam-able. all the java apps i've created are beam-able and the
previous two cw-created apps are. what might cause this application to be
any different?
much obliged,
shawn hutchinson
Shawn Hutchins
dear readers,
to my surprise (and dismay) i've created an application using code warrior
7.0 that's not beam-able and i'm not sure why. the application comes up on
the "desktop", but when i select the beam option on the app menu bar, it
doesn't come up as an option. puzzling myself further, i'v
Hello!
I am porting some code to Palm, and I was wondering how should the code like
when there is a need to #ifdef some declaration. With codeWarrior the define
looks like
#if !defined(__MWERKS__) || !defined(__MC68K__)
// not Palm
#endif
What precompiler defines are used by PRC tools? thank you
Hi! I don't want to make advertisement but I believe we make great job!
Look at http://www.aqpoint.com/pol/. This is the best choice for C++
programmers on Palm.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Friday, March 16, 200
>Subject: Re: global variables
>From: "Ben Combee" <[EMAIL PROTECTED]>
>Date: Thu, 15 Mar 2001 08:41:29 -0600
>
> I am having a hard time understanding the restrictions on access to global
> variables in the PalmOS environment. The various documents I have read
> state that global variables are n
I´m creating an offscreen display of my actual screen. That
will be saved as a record. I use the following function:
WinHandle winCroquiHandle;
BitmapPtr saveScreen(RectangleType *coord){
BitmapPtr croquiBmpPtr=NULL;
UInt16 rowBytes,height;
DWord romVersao;
winCroquiHandle=WinCreateOffscree
test
Don't E-Mail, ZipMail! http://www.zipmail.com/
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
Hi there,
I would like to know the usage of profiling in the Palm OS Emulator 3.0a8 .
I read "Palm OS Programming Development Tools Guide" , but I didn't
understand the
usage of profiling .
Thanks for advice.
--
For information on using the Palm Developer Forums, or to unsubscribe, please s
Hello,
I'm trying to display a list which is link with a popup trigger control. but
the list don't appear when I click on.
here the code of my popSelectEvent :
case popSelectEvent :
if(eventB->data.popSelect.controlID == scannerTriggerPopTrigger)
{
LstDrawList(list) ;
StrCopy(lab
>Are Palm OS SDKs available in C++ also??
No, they are not.
http://www.randybrown.net
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/
Hi all,
In winNT 4.0 it was possible to get the palm to communicate with win using
RAS services to test internet access etc.
(http://www.actualsoft.com/support_general.htm#ntras). I guess this could be
done in Win2000 as well, but it doesnt use RAS (in the same way), does
anyone know how to config
If I set my IR port speed to 115Kbps and beam to another Palm, it takes just
as long as when I have my IR port speed set to 56Kbps. A 168K file takes
around 40 seconds, a transfer time I would expect from 56K. Both Palms were
set to 115K for IR communication. I am using OS 3.5.
I want to de
68 matches
Mail list logo