RE: Table with Horizontal Scrolling

2003-01-13 Thread Amit Solanki
Use the following lines to initialize scrollbar: ScrollBarType *horBar = (ScrollBarType *) FrmGetObjectPtr(form, FrmGetObjectIndex(form, sclHorizontal)); SclSetScrollBar(horBar, 0, 0, columns-visibleColumns+1, visibleColumns-1); And in sclExit event call custom drawback function and

BMP Display?

2003-01-13 Thread zhiwen chen
Hi: On Palm, I want to display any rectangle area of a .BMP file, not only the total area. What should I do to realize it? How can I make bmp data connect with the created BMP structure? I use CodeWarrior9 as IDE. Thanks ! Best regards! __ Do

FW: NetError 1205 on OS5 simulator

2003-01-13 Thread Nihar Desai
sorry for the typo! -Original Message- From: Nihar Desai [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 12:22 PM To: Palm Developer Forum Subject: NetError 1205 on OS5 emulator Grettings! I have an application which uses NetLib extensively. It works great on PalmOS emulator

RE beam databases in a simple way

2003-01-13 Thread Henrik Fredriksson
Hi, My application generate some databases (record) during execution that would be good to beam over to another handheld. I have seen that there is a built in function in the launcher for beaming applications (where some are locked) to another handheld (guess this has to do with IrOBEX and

Obex and user interaction

2003-01-13 Thread Rodolphe Bréjaude
Hello, I will use OBEX to beam a data base with bluetooth, but I dont want that a user need to click or validate anything. I want it to be done automaticaly. My problem is that when an OBEX connection arrives, a form appears and asks the user to accept or not the reception. Is there a way to

Re: RE beam databases in a simple way

2003-01-13 Thread Aaron Ardiri
Hi again, I asked this question some month ago, but got answers mainly about third party applications. I have tried to alter the attributes field of the PDBHeader structure but with no success. Isn't there an attribute to make the database beamable from the Launcher? I took a look at DataMgr.h

Re: OT:Where does palm stand in the race.

2003-01-13 Thread Jim Cooper
However Palms lead is dwindling fast. Not true. Over the last year or so, PPC's market share has been pretty steady at about 25% or so. it actually went backwards for a while recently as well. Also, the notion of a PDA that has a file system that matches the PC makes it a very desireable

Re: OT:Where does palm stand in the race.

2003-01-13 Thread Jim Cooper
Those applications that most use, are not available on the Palm (or at least not good ones). On the PocketPC, there is very useful applications for most users. I think you're missing the point a bit here. What are the applications that most use **on a PDA**? Spreadsheets and word processors

Re: GDB Problems - No symbol table info available

2003-01-13 Thread John Marshall
On Sun, Jan 12, 2003 at 10:09:27PM +, Sean Charles wrote: I have -g on the compile and link stages No, you don't. CFLAGS = -g -DAPP_NAME=\$(APPNAME)\ -DAPP_CREATOR='$(CREATOR)' -DDB_NAME=\$(DBNAME)\ -DDB_VERSION='$(DBVERSION)' $(NAGWARE) $(SONYSPECS)

Re: OT:Where does palm stand in the race.

2003-01-13 Thread Matthew Bevan
On January 13, 2003 02:29 am, Jim Cooper wrote: Those applications that most use, are not available on the Palm (or at least not good ones). On the PocketPC, there is very useful applications for most users. I disagree with the PPC having many useful applications. Sure, it may be a bit

DirectBits not supported

2003-01-13 Thread geetarm
Hi All , when i load update for 3.5 , im getting DirectBits not supported linker error ... how to solve this ??/ Regards , Geeta -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Table with Horizontal Scrolling

2003-01-13 Thread Douglas Handy
Matthew, As far as I know, there is no such thing as a horizontal scroll bar. Starting with OS 3.5, all you need to do is make your scrollbar object 7 pixels tall by whatever wide instead of vice versa, and the OS does it for you. Prior to OS 3.5, that looks VERY ugly. Doug -- For

Re: Table with Horizontal Scrolling

2003-01-13 Thread Matthew Bevan
Starting with OS 3.5, all you need to do is make your scrollbar object 7 pixels tall by whatever wide instead of vice versa, and the OS does it for you. w00t - I've never tried it, nor have I really needed to ;) Prior to OS 3.5, that looks VERY ugly. No doubt. -- Matthew (Darkstorm) Bevan

Re: DirectBits not supported

2003-01-13 Thread Ram Prasad.J
when i load update for 3.5 , im getting DirectBits not supported linker error ... how to solve this ??/ hi, some of the bitmaps in the resources could have been corrupted. check all the resources in the constructor. if the problem still exists delete some of the garbled bitmaps and then

Re: Direct screen access in PACE...

2003-01-13 Thread Carsten
Jeffrey Diamond wrote: Under PACE, when I get the screen address, using either address = WinScreenLock, or by using address = BmpGetBits(WinGetBitmap(WinGetDisplayWindow())), I get pointed to a RAM buffer at $a4. I can write to this buffer with no issues, but have not found anyway to

RE: Convert Palm App to WindowsCE App

2003-01-13 Thread David Martin
This keeps coming back to APPFORGE. It truly seems to have the control, the common UI and produces all platform code (including WIN32 - yes for Windows Desktop). The existing libraries give all the same features of the others. You can develop our own libraries (without limitations like

Re: GDB Problems - No symbol table info available

2003-01-13 Thread Sean Charles
On Monday 13 January 2003 11:30, you wrote: On Sun, Jan 12, 2003 at 10:09:27PM +, Sean Charles wrote: I have -g on the compile and link stages No, you don't. painLevel = CATTLE_PROD_ON_FULL_CHARGE; forever {

SampleFEP

2003-01-13 Thread Georgi Kashev
Hello, What is the appropriate way to request the SampleFEP project, since both [EMAIL PROTECTED] and [EMAIL PROTECTED] are unreachable? Regards, Georgi Kashev -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: RE beam databases in a simple way

2003-01-13 Thread Henrik Fredriksson
Thanks Aaron, I was looking for something like this, will try it right away. Read your paper on copy protection btw, it was very interesting. /Henrik Aaron Ardiri [EMAIL PROTECTED] skrev i meddelandet news:108707@palm-dev-forum... Hi again, I asked this question some month ago, but got

Re: Newbie: Whats up with PalmOS Databases

2003-01-13 Thread Joe Biron
Thanks for the responses. A local Barnes and Noble had the Foster book, second edition. Digging in... - Original Message - From: Jeff Wheeler [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Cc: 'Joe Biron' [EMAIL PROTECTED] Sent: Saturday, January 11, 2003 9:53 AM Subject:

Re: Database record info

2003-01-13 Thread Don
Yahoo wrote: How do I get the record unique ID, database that it belongs to, or any other info about the current record that is open/being viewed in lets say address book. I have read the palm os reference and have not seen anything that states getting info about the current record info.

Palm developer store, developer discount bugus?

2003-01-13 Thread Dave Lippincott
Has anyone successfully purchased a discounted Palm from the 'Developer' store? I've tried the my discount code for every unit the store sells at checkout without success. Each time I'm told this discount doesn't apply to the selected unit. I've tried with the Tungsten T, 130, 125 and i705. Is

Re: DirectBits not supported

2003-01-13 Thread Ben Combee
At 17:58 2003-1-13 -0800, you wrote: Hi All , when i load update for 3.5 , im getting DirectBits not supported linker error ... how to solve this ??/ Load the Palm OS SDK 4 or Palm OS SDK 5 -- the PalmRez postlinker from SDK 3.5 can't deal with some resources used by recent projects. --

Treo Rom

2003-01-13 Thread Barry Peet
Can anyone provide me with the ROM of the Handspring Treo 180. I know i can: 1 - get it from palm.com This is not an option, since www.palm.com is down (since days..) 2 - download it from an existing Treo Not an option, I have an Treo 180, but it's not possible to download the ROM

Re: Treo Rom

2003-01-13 Thread Oliver
Can anyone provide me with the ROM of the Handspring Treo 180. I know i can: 1 - get it from palm.com This is not an option, since www.palm.com is down (since days..) I have no problems downloading the ROM from there. The site is up and I can log in and get the ROM files. So,

Re: Treo Rom

2003-01-13 Thread ramoynihan
I thought that I couldn't download over USB as well. But, after asking the quesion in this forum, it turns out that you can. You need the latest version of POSE (v3.5), then search the Emulator PDF dowumentation for USB. Bob.

No clearscreen on statup - CodeWarrior

2003-01-13 Thread SebastianM
Hi, I would like to start an app (in OS 5) but retaining the previous screen. My app needs to show a small bitmap (40x40) on top of whatever is on screen at that moment (it will be started by pressing a hardware button, and it will stop automatically after a short while). The problem is that

JPEG support

2003-01-13 Thread Jim Duffy
Hi all, I know this topic has been covered quite a bit on the forum, but I still can't find a decent solution for displaying jpeg images within my app. I have downloaded the Eyemodule jpeg library which is a modified version of the IJG library. After compiling the shared library and the

RE: SampleFEP

2003-01-13 Thread Ezekiel Sanborndeasis
We are currently modifying the sample FEP project and documentation as part of the recently announced Simplified Chinese release of Palm OS. We hope to have a seeding version within the next week or so. -Ezekiel Sanborn de Asis PalmSource Developer Support -- For information on using the

Tungsten Navigator Buttons

2003-01-13 Thread Paul Tidwell
I must be looking in all the wrong places, but I cannot find documentation on how to process the Tungsten navigator buttons. Page Up and Down still work, but I would like to capture left and right. I don't have a Tungsten myself, and I cannot find a way to simulate the navigator buttons in the

About SDIO as a SPI expansion port

2003-01-13 Thread Gilles Petit
Hi all, I got a little question : do someone knows how to directly access the clock and the data (in and out) lines of the SDIO used as a normal SPI port? (I wanna use it just like a synchronous serial port and communicate with an external microcontroller) Thanks Gilles -- For information on

About program stored in palm memory

2003-01-13 Thread Gilles Petit
Hi all (again...) I got a another question (simplet yet...hu!) : Suppose you got all the data of a program in a big variable buffer into your app. And you want to create an other application, wich source code would be the contents of your buffer... How do you copy it in the RAM of the palm and

RE: Tungsten Navigator Buttons

2003-01-13 Thread Jeff Wheeler
Paul Tidwell wrote: but I cannot find documentation on how to process the Tungsten navigator buttons. I had the same problem until somewhere here helped me out. You need the 5-Way Navigator SDK. As I recall, this SDK is not part of the public tools available for general download. Instead,

Games Development

2003-01-13 Thread mmiki
Hi, i´m collecting information about the development of games for educational proposes. I mean i´m searching for everything that could help build tools or games for students. The games are intented to improve learning of any subject (mathematics, chemistry, biology, medicine, physics, english,

MemHandleLock()

2003-01-13 Thread Matt Graham
I have an application that is crashing on MemHandleLock. My problem is that if I run this app with the debugger, it goes fine, but when I run it normally, it crashes on the specific MemHandleLock() line. It gives me this Fatal Alert message: MemoryMgr.c, Line:4390, Invalid handle Does anyone

Re: Tungsten Navigator Buttons

2003-01-13 Thread Paul Tidwell
Jeff, Thanks for your quick reply... I have spend the last 30 minutes searching the pavilion website for a 5-way Navigator SDK. I could only find SDKs for Palm OS ... I have the Palm OS 5 SDK, but there is nothing special for Tungsten there. Do you have any more ideas, or hints? Thanks again!

Creating high density icons...

2003-01-13 Thread Jeff Diamond
Is is possible using the CW8 constructor to create high resolution bitmaps? Is there a direct way to define an icon bitmap and include it in your prc? Thanks! - Jeff -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Creating high density icons...

2003-01-13 Thread Gavin Maxwell
There is a density option when you edit a bitmap in a family - simply select Double and away you go! :-) This assumes you have the latest drop of Constructor from the OS 5 SDK... Gavin. Jeff Diamond [EMAIL PROTECTED] wrote in message news:108838@palm-dev-forum... Is is possible using the CW8

Need to determine height of a list item

2003-01-13 Thread Dave Johnson
I need to dynamically resize a list (vertically) to fit a non-standard size screen, and would like to size it to an integral number of list items. But I can't figure out how to find out the height of an individual list item, except empirically. Does anyone have any ideas? Dave Johnson --

Re: Need to determine height of a list item

2003-01-13 Thread Steve Mann
But I can't figure out how to find out the height of an individual list item, except empirically. Does anyone have any ideas? Divide the visible height (from the object bounds) by the # of visible items. Regards, Steve Mann -- For information on using the Palm Developer Forums, or to

Re: Need to determine height of a list item

2003-01-13 Thread Ronnie van 't Westeinde
Use FntLineHeight() to get the height of the current font. (Assuming you use text in the list) Ronnie Dave Johnson [EMAIL PROTECTED] schreef in bericht news:108841@palm-dev-forum... I need to dynamically resize a list (vertically) to fit a non-standard size screen, and would like to size it to

Re: Creating high density icons...

2003-01-13 Thread Ben Combee
At 17:54 2003-1-13 -0500, you wrote: Is is possible using the CW8 constructor to create high resolution bitmaps? Sure... just update to the Palm OS 5 SDK, then get Constructor 1.8.1, and you'll have a high density-capable toolset. Is there a direct way to define an icon bitmap and include it

Re: Tungsten Navigator Buttons

2003-01-13 Thread Horace Ho
Assumed you have logged on, this page url is: http://www.palmos.com/alliance/resources.cgi/devseed/ horace Paul Tidwell [EMAIL PROTECTED] wrote in message news:108836@palm-dev-forum... Jeff, Thanks for your quick reply... I have spend the last 30 minutes searching the pavilion website for a

Re: Tungsten Navigator Buttons

2003-01-13 Thread Palm Dev Forum
you can't go directly to that page. You will need to login with your developer id and password at http://www.palmos.com/dev/programs/pdp/login.html . Once logged on, go to the Palm OS Development Seeding Area. That is the page listed below.

Clearing List Control

2003-01-13 Thread Régis Daniel de Oliveira
Hy all! Does anybody know how can I delete a item from a List? An how can I clear the List, deleting all the itens that is on it. Thanks! Régis Daniel -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: MemHandleLock()

2003-01-13 Thread Alan Ingleby
I've seen this type of behaviour caused by a compiler optimization bug. Alan Matt Graham [EMAIL PROTECTED] wrote in message news:108830@palm-dev-forum... I have an application that is crashing on MemHandleLock. My problem is that if I run this app with the debugger, it goes fine, but when I

Re: BMP Display?

2003-01-13 Thread Alan Ingleby
Are you talking about a Palm BMP structure or a Windows .BMP file?.. Alan zhiwen chen [EMAIL PROTECTED] wrote in message news:108699@palm-dev-forum... Hi: On Palm, I want to display any rectangle area of a .BMP file, not only the total area. What should I do to realize it? How can I make

Re: BMP Display?

2003-01-13 Thread zhiwen chen
Palm BMP structure is my problem. --- Alan Ingleby [EMAIL PROTECTED] wrote: Are you talking about a Palm BMP structure or a Windows .BMP file?.. Alan message news:108699@palm-dev-forum... Hi: On Palm, I want to display any rectangle area of a .BMP file, not only the total area.

List Function

2003-01-13 Thread Régis Daniel de Oliveira
Hy all! I would like to make a function that will be called from the frmOpenEvent and will populate a list with some records. I have been made the function and the database access is working well but, when i implement the routines to clear the list and the points to the list, the compiler

Re: BMP Display?

2003-01-13 Thread Alan Ingleby
There are API function for copying rectangles, I haven't use them recently, but look up WinCopyRectangle (I think) Alan zhiwen chen [EMAIL PROTECTED] wrote in message news:108873@palm-dev-forum... Palm BMP structure is my problem. --- Alan Ingleby [EMAIL PROTECTED] wrote: Are you talking

Getting control to my app when hard key pressed

2003-01-13 Thread Thorne Ventura
I want to write an OS5 program that will get control, for example to pop up a keyboard, when another app is running and a certain hard key is pressed. What do I do in my program to let the OS know to give control to my program to process the pressed button? Thanks. Thorne Ventura -- For

problem about popuptrigger

2003-01-13 Thread jason
my popuptrigger automatic connect with a list .I want to know when the popuptrigger change and what label it change to .i try to do that in popSelectEvent ,but i found that it does not work very well. Would you kind to tell me some of your idea about the matter? Regards.

Re: Games Development

2003-01-13 Thread Markus Dresch
to start developing for the palm platform, go to www.palmsource.com and join the developer program. obtain a development tool like prc-tools, falch.net or codewarrior, download the SDKs from palmsource, get the palm os emulator and start coding. the SDKs come with several sample applications and

Re: problem about popuptrigger

2003-01-13 Thread Henrik Fredriksson
Have you tried calls like LstGetSelection and LstGetSelectionText? They are both documented in the reference manual. And I think you shouldn't return handled=true from popSelectEvent. So something like case popSelectEvent: if(eventP-data.popSelect.controlID == MyPopTrigger) {