Detecting the handspring/treo phone library

2005-03-03 Thread Eric Potter
I'm tryigng to detect if my application is running on a treo or not. I tried to use the code in the SimpleSMS application, but it looks for hsSelIndicator, and my treo600 says it doesn't have it. Is there some ftr enumeration I can check for? -- For information on using the Palm Developer Forum

Re: Trace statements from device

2005-03-03 Thread Eric Potter
Eythor wrote: Is it possible to view trace statements (a la Palm Reporter) from execution on a device instead of just the sim/emul.? Is the Palm Debugger the only available route or is there a workaround for the HostTraceOutput calls on a device? Thanks, Eythor There is a library over at pal

Re: how to debug application on Treo

2005-03-08 Thread Eric Potter
Awana, Abhishek wrote: Does anyone know how we can debug application on Treo device? Please helpi know how to do it on Palm PDA's but not for Treo. If it is a treo 650, you will want to read http://palmos.combee.net/. -- For information on using the Palm Developer Forums, or to unsubscribe,

Re: Seeking bespoke Palm OS developer / quote

2005-03-14 Thread Eric Potter
Callum Macdonald wrote: Hi There, We're looking to develop an application for Palm OS and seeking developers to discuss the project with and get quotes from. If this isn't the place to find developers, can anyone suggest where I could find Palm OS developers? It's a fairly simple database applica

Extended Sound vs Sampled Sound

2005-03-16 Thread Eric Potter
Is there a difference between the Extended Sound functionality described in the T|T SDK sample code and the Sampled Sound functions defined in the Palm OS 5.4 API reference? If they are different, which one should I use when developing for a T3? Eric -- For information on using the Palm Develope

FrmSetDIAPolicyAttr on the T3

2005-04-04 Thread Eric Potter
When I call FrmSetDIAPolicyAttr on the T3, I get a Sys 0505(0, 1136) error. An erlier post said that this error was related to handling a collapsible input area on a device that does not have one. But the T3 does have a collapseable input area. Any ideas on why I am getting this error? -- For i

Re: FrmSetDIAPolicyAttr on the T3

2005-04-05 Thread Eric Potter
Ben Combee wrote: At 04:18 PM 4/4/2005, you wrote: When I call FrmSetDIAPolicyAttr on the T3, I get a Sys 0505(0, 1136) error. An erlier post said that this error was related to handling a collapsible input area on a device that does not have one. But the T3 does have a collapseable input area.

Re: Creating CSV files

2005-04-13 Thread Eric Potter
ULStudent:Robert.Conlon wrote: Hi, I have created an application that contains alphanumeric tabular information as well as graphs. When synchronising with a PC the data should be transferred in ASCII format as a CSV file that can be imported into other applications such as Excel or Matlab. Does

Displaying the "Sending Message" message

2005-04-13 Thread Eric Potter
On the Treo 600 SMS application, when you send a message, a little box appears with the text "Sending Message". Does anyone know how they are doing that? Is that a little form that is displayed? Is it some control? Is there a code sample somewhere? -- For information on using the Palm Developer

Certification Exam

2005-04-14 Thread Eric Potter
I;m planning on taking the certification exam next month at the developers conference. I was wondering, are there going to be any cobalt questions on the exam? Does anyone have any other tips on preperation? I've got 3 years exprience in the 68K environment, so I should have that covered. -- F

Emul68KCommon.c, Line:1683, Entry already in use

2005-05-06 Thread Eric Potter
When I drive my application in the simulator with a perl script, occasionally I get an error that says "Emul68KCommon.c, Line:1683, Entry already in use". I've never seen the error outside of the scripting situations. Can anyone tell me what is causing this error? Is it a flaw in my app that on

Re: Requirement for USB PDA

2005-06-02 Thread Eric Potter
vibodh johari wrote: Hi Is anyone who has worked on Zire21 PDA ? Can any one tell me , after doing HOT SYNC form the PC , how can I be able to take data ( with the USB port in PDA for my application that I had loaded to it at the time of Hot Sync ) from a non PC based Device. The device from

On device debugging and LifeDrive Manager

2005-06-07 Thread Eric Potter
Ever since I install the LifeDrvie Manager desktop software, I havn't been able to debug on a device. I am using Code Warrior and I'm trying to debug on a T3 over USB. I run Dot-Dot-Two on the device, but CW never connects to it. Has anyone else seen this. Is there a work around? Eric -- For

voice recorder

2005-06-10 Thread Eric Potter
I'm attempting to write an application that can record voice memos. I need it to work without using a VFS drive. I've looked at the MiniADPCM example, but I don't want to rely on the MP3 library. As Katie Siek requested yesteday, it would be great to be able to see the source for the voice memo

odd compiler error

2005-06-21 Thread Eric Potter
I'm using CodeWarrior 9.2, and I'm getting a strange compiler error. The following line of code compiles fine in the debug target, but gives the following message in the release target. const sclRepeat& scrollRepeat = pEvent->data.sclRepeat; Error : 'const' or '&' variable needs initialize

Re: Need info on USB on Palm.

2005-06-23 Thread Eric Potter
Deepak.MA wrote: Hi, I need to establish a communication between my PC and a certain device running PalmOS5.4 over USB. I don't intend to use the HotSync facility but, need to use the USB facility on the device to facilitate file transfers between the two ends. Best Regards Deep.

Re: Automation on Palm OS Simulator

2005-06-23 Thread Eric Potter
Deepak.MA wrote: Hi, Along with the simulator for PalmOs, there is folder containing perl scripts. Could somebody share his experiences of using the same for test automation purposes, or any pointers if it is at all possible for any automation on the simulator or hardware. Regards

Re: odd compiler error

2005-06-23 Thread Eric Potter
Eric Potter wrote: I'm using CodeWarrior 9.2, and I'm getting a strange compiler error. The following line of code compiles fine in the debug target, but gives the following message in the release target. const sclRepeat& scrollRepeat = pEvent->data.sclRepeat; Err

Re: Need info on USB on Palm.

2005-06-24 Thread Eric Potter
Deepak.MA wrote: There is a dll in the hotsync directory called USBport.dll. If you look at the source for the POSE rom transfer utility, you can see how to use it. If you seach the archives of this forum and the the comm-dev forum, you can find further discussion on this. I do not see the s

camera library

2005-06-28 Thread Eric Potter
I'm about to start on an application that uses the camera on the devices that have them. I am a bit confused about the differences in the camera libraries. The developers guide that comes with the PalmOne SDK 5 talks about V2 and V3 of the camera library. The API guide talks about the Camera Ma

storing and retrieving images taken by the camera

2005-07-11 Thread Eric Potter
From looking at the CameraSample code, I've figured out how to capture an image taken with the camera. But how do I store the image and retieve it later? I've read in the archives that I can't just write the Bitmap structure to the database because the bits are stored outside the structure. Doe

checking for a microphone

2005-07-15 Thread Eric Potter
I've got an app that records sounds with the SndStreamCreateExtended API. The sample code has a function called PalmSGHasExtendedSampledSound that checks for the for the existence of the right hardware. The problem is that that function returns true for the T|T5 because it has sampled sound, bu

Re: treo 650 wont boot

2005-07-18 Thread Eric Potter
Scott Erickson wrote: Ive tried that. It gives the same result, it just sits at the Palm Powered logo. Have you done a no notify reset? That might help. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

BIGBUTTON keyword in PilRC

2005-07-18 Thread Eric Potter
I'm putting some navigation resources in my app. I was reading the PilRC docs on how to do this. Can someone please tell me what the BIGBUTTON keyword does? I used in on a form as a test and it didn't seem to do anything. I'm using the latest PilRC and CodeWarrior 9.3. Eric -- For informatio

Re: BIGBUTTON keyword in PilRC

2005-07-18 Thread Eric Potter
Ben Combee wrote: At 11:18 AM 7/18/2005, you wrote: I'm putting some navigation resources in my app. I was reading the PilRC docs on how to do this. Can someone please tell me what the BIGBUTTON keyword does? I used in on a form as a test and it didn't seem to do anything. I'm using the lat

Re: BIGBUTTON keyword in PilRC

2005-07-19 Thread Eric Potter
Ben Combee wrote: At 01:30 PM 7/18/2005, you wrote: What about the JUMPOBJECTID and BOTTOMLEFTOBJECTDID keywords? What do they do? Nothing at this time. They were put into the data structure for possible future use. These are all documented in the palmOne Developer Guide in the pluggedin

FrmNewForm, FrmDoDialog, and FrmSetNavState

2005-08-10 Thread Eric Potter
In my application, I create a new form with FrmNewForm, setting the modal flage to true. I display it with FrmDoDialog. But when I run it on the T5, the focus ring is not drawn. I though all Modal forms had the focus ring on by default. Is this a bug/loop-hole in the OS? As a work around, I tr

Re: FrmNewForm, FrmDoDialog, and FrmSetNavState

2005-08-11 Thread Eric Potter
mguo wrote: set focus first, then draw the form. Were implying that I do this? if (eventP->data.ctlSelect.controlID == Button8) { FormPtr pFrm = FrmInitForm(TestModalForm); FrmSetEventHandler(pFrm, ModalFormEventHandler); //If you make this call here. It will n

Re: FrmNewForm, FrmDoDialog, and FrmSetNavState

2005-08-11 Thread Eric Potter
Regis St-Gelais wrote: "Eric Potter" <[EMAIL PROTECTED]> a écrit dans le message de news: [EMAIL PROTECTED] In my application, I create a new form with FrmNewForm, setting the modal flage to true. I display it with FrmDoDialog. But when I run it on the T5, the focus ring

Re: 5-way navigation button of the Tungsten E2

2005-08-22 Thread Eric Potter
George wrote: Hello, Recently, we received reports that our products do not support Page Up/Page Down of the 5-way navigator on the Tungsten E2 device. Page Up/Page Down, however, work on the E2 Simulator. 1. Has anyone else encountered this problem and what's the reason for it? 2. How can w

Re: GLib with CodeWarrior

2005-09-06 Thread Eric Potter
possible for me to get access to this code? Thanks Eric Potter -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

problem with PODS and segments

2005-09-12 Thread Eric Potter
I have a standard makefile PODS app. I recently needed to add a second code segent. In section.h I added: #define EXTRA_SECTION_ONE __attribute__ ((section ("code2"))) #define EXTRA_SECTION_TWO __attribute__ ((section ("code3"))) In my def file, I added: multiple code { "code2" "code3"} In

build-prc and Palm OS Debugger

2005-09-22 Thread Eric Potter
I'm building an app with the prc-tools. When I go to debug it with Palm OS Debugger, it can't find any of the symbols. Is there something that I need to pass to build-prc so that the debugger can find the symbols? Or is it impossible to debug prc-tools based apps with the Palm OS debugger? Eri

Re: build-prc and Palm OS Debugger

2005-09-22 Thread Eric Potter
Ton van Overbeek wrote: On 2005-09-22, Eric Potter <[EMAIL PROTECTED]> wrote: I'm building an app with the prc-tools. When I go to debug it with Palm OS Debugger, it can't find any of the symbols. Is there something that I need to pass to build-prc so that the debugger can

hot syncing many devices

2005-10-03 Thread Eric Potter
For development purposes, I need to be able to Sync with a lot of devices. I recently installed the most recent version of Palm Desktop and now I can Hot Sync my Clie's and Visor's. Is there a way to setup hotsync to work with all devices? -- For information on using the PalmSource Developer F

Re: To deactivate hardware buttons:

2005-10-28 Thread Eric Potter
babbu cathy wrote: Hi all, Can anyone please help me on this? How to deactivate the Hardware buttons for Treo through programmatically? Can anyone give me Code structure or example code with details? cathy. __ Yahoo! FareChase: Search multiple

Saving pictures

2005-11-02 Thread Eric Potter
I am capturing pictures based on the code in the SDK sample CameraV3. That part works fine. But I'm stuck trying to find a way to save them. I can't put an image in a normal database record because they are too large. Is there a way to store them with the Photo Library? Should I write them to a

Old versions of Palm Desktop

2005-11-15 Thread Eric Potter
Is there a place where I can get old versions of Palm Desktop? A user reported a bug with my install in the Zire 31 version of Palm Desktop, but I don't have a copy of that and can't find a copy of it either. -- For information on using the PalmSource Developer Forums, or to unsubscribe, pleas

Checking for a camera

2005-11-17 Thread Eric Potter
I need to test to see if the device that my app is running on has a camera. Is there a way to do this other than attempting to load the library? I would prefer not to since I need to check this in all situations and the camera will only get used in a few situations. -- For information on using

Re: Checking for a camera

2005-11-18 Thread Eric Potter
Is there any reason that this code wouldn't work? if (DmFindDatabase(cardNo,kCameraLibName) != 0 || DmFindDatabase(cardNo,kCamLibName) != 0) { hasCamera = true; } I realize that if the camera does need to be loaded, I've created extra work

Odd address problem with ErrTry

2004-06-04 Thread Eric Potter
other people that have had this problem, but no solutions have been posted. Has anyone figured this one out? Eric Potter -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Palm OS Developer Suite 1.0 Alpha Available

2004-06-05 Thread Eric Potter
Ben Combee wrote: PalmSource is pleased to announce the availability of the alpha-testing release of Palm OS Developer Suite (PODS), version 1.0. This is a new collection of tools supporting software development for Palm OS Cobalt and Palm OS Garnet. You can download this release from http

Re: Odd address problem with ErrTry

2004-06-08 Thread Eric Potter
Eric Potter wrote: I found a bug in my code, where in certian senarios, when i get to an ErrTry, it throws the following error: i:\banzai\arm\core\emul68k\src\emul68kcommon.c, Line:562, Odd address In most casses, the line of code executes fine, but I one case it blows up. I researched the

closeing dialog programatically

2004-06-15 Thread Eric Potter
What is the best way to close a form programatically? I am displaying a form with FrmDoDialog. If the user doesn't respond in a certain amount of time, I need to close the dialog. How can I do this. thanks Eric -- For information on using the Palm Developer Forums, or to unsubscribe, please see

temporily blocking the attention manager

2004-06-17 Thread Eric Potter
In my application, I have a need to insure the user doesn't exit the application while they are in the middle of entering a record. So far I have able to block everything except exiting via the attention manager. Is there a way to temporarily restrict the user for accessing the attention manage

Re: temporily blocking the attention manager

2004-06-18 Thread Eric Potter
SLO Revo News wrote: In my application, I have a need to insure the user doesn't exit the application while they are in the middle of entering a record. A more accepted approach is generally to let the user exit any time they want and just save their partial record when they do. Look at the ROM

closing multiple dialogs and the event handler

2004-06-24 Thread Eric Potter
In my application, there is a case where I can have one modal dialog on top of another modal dialog. When I try to close both of them programatically, I get into a state where the form that is displayed does not have an event handler, even though it is the active form. Is there a way to detect

Re: closing multiple dialogs and the event handler

2004-06-24 Thread Eric Potter
Prakash wrote: Have you tried using FormReturnToForm?? Cheers, Prakash On Thu, 24 Jun 2004 08:07:43 -0500, Eric Potter <[EMAIL PROTECTED]> wrote: In my application, there is a case where I can have one modal dialog on top of another modal dialog. When I try to close both of them programatica

libprc and chained headers

2004-07-20 Thread Eric Potter
I created a desktop app to create pdb files for my palm application. To create the record I used the libprc library that comes with par. Libprc is a great library, but I do have one problem. When I create very large databases, the resulting pdb file has chained headers. We would like to aviod t

palm os versioning scheme

2004-07-23 Thread Eric Potter
I realize this is slightly offtopic, but how does palm handle there OS versioning scheme? How do they decide if something is a 0.1 release or a point 0.0.1 release? Is there a rule set? Eric Potter -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Re: palm os versioning scheme

2004-08-03 Thread Eric Potter
Thanks for the info. I've got two follow on questions. 1) Are the bug fixes described somewhere? 2) Does the same versioning scheme apply to HotSync? thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Adding Dia support to a legacy Application (CodeWarrior)

2004-08-11 Thread Eric Potter
I'm trying to add DIA support to a legacy application. I downloaded the OS SDK (v5 r3). In code warrior, I change the system access paths to use the new files. When I try to compile, I get an error that says "unidefined identifier 'FrmSetDIAPolicyAttr'". If I right-click on the keyword and choo

Re: Adding Dia support to a legacy Application (CodeWarrior)

2004-08-11 Thread Eric Potter
Is there a way to install the new sdk without altering the old sdk? Ben Combee wrote: At 11:36 AM 8/11/2004, you wrote: I'm trying to add DIA support to a legacy application. I downloaded the OS SDK (v5 r3). In code warrior, I change the system access paths to use the new files. When I try to co

Re: Testing and Debugging?

2004-09-10 Thread Eric Potter
Pablo Wablo wrote: Hello, I just started programming in Palm OS Garnet and I need to perform certain tasks that require me to print lengthy information.. Problem is, I only know of WinDrawChars() as of the moment and it certainly won't fit in there. Is there a tool where I can display the informat

a68k files not being deleted with the app

2004-09-10 Thread Eric Potter
I noticed then when I delete my application from the launchers delete dialog, that the coresponding *_appl_a68k file still exists. Is this a problem? Why isn't it deleted. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/foru

Re: Palm Os Resource Editor

2004-09-15 Thread Eric Potter
Bryan Leong wrote: I be try using Palm OS resource Editor to create my resource file but i cant assign a specified name for the object inside the file. for example a button in a form i want to name it OKButton and used this name in my coding. i read the help file it said we assign on Object Identi

Re: Syntax coloring in CW 9

2004-09-15 Thread Eric Potter
Phil Lachmann wrote: One of my projects does not show the syntax cloring for macros, palm keywords etc. I have the 'activate browser coloring' option checked and my other projects show the coloring. What option do I need to look at in my project to activate the coloring? Thanks, Phil. Syntax colo

Re: Palm Os Resource Editor

2004-09-16 Thread Eric Potter
work, because the instalation of Cygwin broke PODS. Are you using the IDs on the source? Reguards, Rafael Augusto Palm OS Programmer Tamid Tecnologia On Wed, 15 Sep 2004 10:58:06 -0500, Eric Potter <[EMAIL PROTECTED]> wrote: Bryan Leong wrote: I be try using Palm OS resource Editor to create

Re: Create a PDB file outside of conduit?

2004-09-20 Thread Eric Potter
Grosch, Scott wrote: In a windows application I want to create and save to disk a .pdb file that the user can later install on their handheld if desired. I've got the CDK 6.1 installed, but it appears that I can only create a database during a sync. I want to create one outside of a hot sync o

Code Warrior problem

2004-10-15 Thread Eric Potter
I have been working on this project for quite some time now. Yesterday, I went to do a build and I got the following error messages: Warning: OS Error The parameter is incorrect (87) Error: Unable to call the command line tool. Check your PATH environment variable. Error : Compile failed All of

Re: 5-way navigator key codes?

2004-09-30 Thread Eric Potter
geoff wrote: Nothing there already looked. - Original Message - From: "Henk Jonas" <[EMAIL PROTECTED]> Newsgroups: palm-dev-forum To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, September 30, 2004 2:38 PM Subject: Re: 5-way navigator key codes? For Tungsten and Zire go to

SysGetROMToken and sysROMTokenSnum

2004-10-01 Thread Eric Potter
I am getting the serial number of my T3 with the following line of code. error = SysGetROMToken( 0, sysROMTokenSnum, (UInt8**) &bufP, &bufLen ); When it returns, bufP = "00V5ABE31EMX", but when I look the serial number on the Launcher's Info dialog, the ID is "00V5ABE31EMX-B". What is happening t

Re: 5-way navigator key codes?

2004-10-01 Thread Eric Potter
Matt Graham wrote: Ben Combee wrote: At 01:15 PM 9/30/2004, you wrote: What are the 5 way navigator key codes? In chars.h it only says vchrPageUp and vchrPageDown but i don't see any left/right/ or select key characters which are on the 5-way. Thanks, Geoff Are you using a recent Palm OS SDK.

Re: Where's Palm OS Cobalt

2004-10-04 Thread Eric Potter
YAMADA Tatsushi wrote: TungstenT5 is released finally without Palm OS Cobalt. Where on earth is the device with Cobalt? YAMADA Tatsushi Hacker Dude-san http://simple-palm.com mailto:[EMAIL PROTECTED] Speaking of the new T5, what is up with the new file system? The press release indicates that the

POL classes in a not POL app

2004-12-04 Thread Eric Potter
I am writing standard palm application. I would like to use the CDatabase class from POL. Is this possible? I tried simply including POL.h, but this created a whole slew of compilation errors. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos

libprc.dll and C#

2005-01-12 Thread Eric Potter
I want to create an application that generates a database for my application. I want to use the libprc.dll, but I want to write the application in C#. Has anyone done this successfully? Eric -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.

Re: libprc.dll and C#

2005-01-12 Thread Eric Potter
Krzysztof Kowalczyk wrote: I want to create an application that generates a database for my application. I want to use the libprc.dll, but I want to write the application in C#. Has anyone done this successfully? Google doesn't show any links for libprc.dll so you might want to be more specific in

createing pdb records on the desktop

2005-01-27 Thread Eric Potter
hotsync the simulator, since all the records have the same ID. Is there a way around this. Shold I fill in the id at the risk of going outside the PalmOS scheme of generating IDs? thanks Eric Potter -- For information on using the Palm Developer Forums, or to unsubscribe, please see http

Focus ring

2005-02-09 Thread Eric Potter
I got my first T5 recently. One of the first things I noticed was that on all of my modal forms, a button is given the focus ring. How does the palm decide which button gets the focus? Is it possible to not give the focus to a button? Is it possible to control this in the resource file? The app

Re: Replacing password with asterisks in text field?

2005-02-09 Thread Eric Potter
Robert Baruch wrote: Hi all, Does anyone know a way of having asterisks appear in a text field when a user types in a password? Specifically for the 68k API, not Protein. Thanks! --Rob One quick and dirty trick that I have done is to set the font of the field to one of the symbol fonts. That way,

empty popup trigger

2005-02-21 Thread Eric Potter
In my application, I am setting the text of a popup trigger with the CtlSetLabel function. Occasionally, on a T3, the field will be blank when the form is drawn, the trigger is blank. I can verify that the string is valid. I've never see the problem in the simulator. The problem only happens oc

Re: empty popup trigger

2005-02-21 Thread Eric Potter
Henk Jonas wrote: Eric Potter wrote: In my application, I am setting the text of a popup trigger with the CtlSetLabel function. Occasionally, on a T3, the field will be blank when the form is drawn, the trigger is blank. I can verify that the string is valid. I've never see the problem i

refnum as the 1st paramater to a shared lib function

2002-10-05 Thread Eric Potter
Why must the library refererence number to the first paramater to a shared library function? I don't need to use it. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

palm training

2002-10-16 Thread Eric Potter
Are there advanced Palm OS Development training courses availiable? I would like something that is similar to mircsoft's MCSD program. thanks -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Breakpoints get skipped over in CodeWarrior

2002-10-18 Thread Eric Potter
On Thu, 17 Oct 2002 17:10:08 -0500, Ben Combee <[EMAIL PROTECTED]> wrote: > >At 17:09 2002-10-17 -0500, you wrote: >>I've got a rather large project that I am debugging. It seems like >>there are some file where I cannot set breakpoints. For example, I >>have a EventHandler in another file and if

Re: Breakpoints get skipped over in CodeWarrior

2002-10-22 Thread Eric Potter
The problem seems to be resolved when I move the source file from the 4th segment to the 1st segment. Is this something I should have known? Eric On Thu, 17 Oct 2002 17:09:02 -0500, Eric Potter <[EMAIL PROTECTED]> wrote: > >I've got a rather large project that I am debuggi

Re: Games on the Palm

2002-10-22 Thread Eric Potter
On Tue, 22 Oct 2002 09:03:51 -0400, Martan <[EMAIL PROTECTED]> wrote: > >Is there a way to blit directly to the screen for games ? > >Thanks, >Martan > I am not real familier with bliting, but if you want to access the display memory you can use this code. UInt32 *ScreenAccessPointer; U

Breakpoints get skipped over in CodeWarrior

2002-10-17 Thread Eric Potter
ybody know why this is happening? thanks Eric Potter -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Form staying in memory

2002-10-29 Thread Eric Potter
the memory leak resolved? thanks Eric Potter -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

errors on AlmSetAlarm

2002-11-01 Thread Eric Potter
The Palm OS reference states that AlmSetAlarm can return two different errors, one for insufficiant memory and one when the alarm table is full. What would it take to fill the alarm table and how likely is this to happen? thanks Eric -- For information on using the Palm Developer Forums, or to

Not a directory

2003-01-17 Thread Eric Potter
As I am stepping through my application, I get this error in CodeWarrior that says, "Not a directory". Does anybody know what is happening here? thanks Eric Potter -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Not a directory

2003-01-21 Thread Eric Potter
On Fri, 17 Jan 2003 18:35:31 -0600, Ben Combee <[EMAIL PROTECTED]> wrote: > >At 17:37 2003-1-17 -0500, you wrote: >>As I am stepping through my application, I get this error in >>CodeWarrior that says, "Not a directory". Does anybody know what is >>happening here? > >This is a stretch, but I'm gue

pdb comparison tool

2003-01-23 Thread Eric Potter
Do any of you know of a good tool to compare pdb files. It can run on the PC or on the palm. thanks Eric Potter -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

database changes after a hotsync

2003-02-03 Thread Eric Potter
I have a database that I want hotsync to backup. I don't need any special handling so I just set the backup bit. I need to know what modification the system makes to the database when it is backed up and if there is a way to prevent these changes from happening. thanks Eric Potter --

Re: database changes after a hotsync

2003-02-03 Thread Eric Potter
ime has changed). So, either I need to find a way to avoid hotsync modifing the database or I need to find away to get the database without using hotsync. Eric Potter On Mon, 3 Feb 2003 11:05:58 -0500 (EST), Brian Smith <[EMAIL PROTECTED]> wrote: > >On Mon, 3 Feb 2003, Eric Potte

Re: database changes after a hotsync

2003-02-03 Thread Eric Potter
Unfortunatly due to a hardware dependancy, I can't run the application properly on POSE. On Mon, 03 Feb 2003 17:11:03 +, Jim Cooper <[EMAIL PROTECTED]> wrote: > > >> or I need to find away to get the database without using hotsync. > >Export it from POSE > >Cheers, >Jim Cooper > >

Re: database changes after a hotsync

2003-02-04 Thread Eric Potter
> tell me one feature POSE cannot emulate Bar Code Scanner on the Symbol SPT 1700 On Mon, 3 Feb 2003 20:56:57 +0100, "Aaron Ardiri" <[EMAIL PROTECTED]> wrote: > >> Unfortunatly due to a hardware dependancy, I can't run the application >> properly on POSE. > > tell me one feature POSE cannot

SysReset before MemHandleUnlock

2003-02-10 Thread Eric Potter
If a program has called MemHandleLock and the device gets soft reset, does the record ever get unlocked? If so, where does this happen? thanks for your insights Eric Potter -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support

Not releasing records and line 4340 NULL handle

2003-05-30 Thread Eric Potter
Why is it, that when a record is not released with DmReleaseRecord, the MemoryMgr.c Line 4340, NULL handle error is displayed the next time the app is opened? DmGetRecord and DmReleaseRecord are both in the Data Manager. So why is the error from the Memory Manager? thanks Eric -- For informatio

Re: Pop triggers with pilrc

2003-05-30 Thread Eric Potter
In the Form tools area, there is a control called PopUpList. Add one of these to your from after you have added a popup trigger and a list and give the PopUpList control the IDs of the trigger and the list that you want to connect. Eric On Thu, 29 May 2003 16:33:19 -0400, "Matt Graham" <[EMAI

determine how a form was called

2003-06-27 Thread Eric Potter
Is there a way to a form to determine at runtime whether it was called with FrmGotoForm or FrmPopupForm? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Flash LED manually?

2003-07-03 Thread Eric Potter
On Thu, 3 Jul 2003 18:14:59 +0800, "Teo Hong Siang" <[EMAIL PROTECTED]> wrote: > >Is it possible to flash the LED say, once per second, manually? Using >DoSpecialEffects is not optimal. > >I thought it cannot be done, until I downloaded Aeroplayer, which flashes >the LED once per seond (or thereab

dirty records

2003-07-08 Thread Eric Potter
My program is adding a record to the MemoPad database. I would like to know if the record has been edited by the user in the MemoPad application. I know that when a record it edited, the dirty bit gets set, but it gets cleared during a hotsync. Is there any way to know if the record has been change

ErrThrow in a shared library

2003-07-10 Thread Eric Potter
If I call ErrThrow in a shared library, can I catch it in main application prc? Will it work if I use the standard c++ throw instead of ErrThrow? thanks Eric -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Becoming the launcher

2003-07-24 Thread Eric Potter
One way is to give your app the creator code of 'lnch'. On Thu, 24 Jul 2003 07:03:42 -0700, Ed Greenberg <[EMAIL PROTECTED]> wrote: > >Many third party applications exist that take over the "Home" button in >order to become the launcher. Handscape comes to mind, but there are a >bunch. > >Ho

database equivalent to DmArchiveRecord

2003-07-30 Thread Eric Potter
Is there an database equivalent of DmArchiveRecord? I would like to have a database delete after it is backed up to the PC. thanks in advance -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

CRC check of an entire application

2003-08-04 Thread Eric Potter
I need to do an integrity check of an application and a shared library. I would like to do a CRC check. I was going to use the Crc16CalcBlock function. My question is, how do I get a pointer to the application to pass as void *bufP? Thanks for your help. Eric Potter Logikos, Inc -- For

Re: CRC check of an entire application

2003-08-06 Thread Eric Potter
ombee <[EMAIL PROTECTED]> wrote: > >At 03:16 PM 8/5/2003, Eric Potter wrote: >>When I open the app database, DmNumRecords and DmNumResources return >>the same value. Is this a coincidence or are resources glorified >>records? > >Resources are like database chunks

Re: CRC check of an entire application

2003-08-06 Thread Eric Potter
PM 8/5/2003, Eric Potter wrote: >>When I open the app database, DmNumRecords and DmNumResources return >>the same value. Is this a coincidence or are resources glorified >>records? > >Resources are like database chunks, but with the alternate (type/id) lookup >mechanism.

standard palm alert icon families

2003-08-14 Thread Eric Potter
Is there a way to get at or get a copy of the standard palm alert icon families? (Confirmation, Error, Information, Warning) I want to use them on one of my forms. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

  1   2   >