RE: A4 instead of A5

2001-05-21 Thread Alexander Zuev
Thank you Ken. I readed your article PalmOS Shared-Library Globals. But I creating a shared library on the basis of regular apps. With a bit of hacking on the Metrowerks startup code i get global data, but i need to force compiler to generate code using for the reference to global data a register

Problem with Scrolling Up

2001-05-21 Thread dhanushka jayakody
Hi all; I have a problem with table scroll buttons. I have implemented repeating scrolling buttons by looking at the PalmOS tutorials code. But when i scroll up about 4 records it gives me this ERROR. SysFatalAlert with message: MemoryMgrNew.c, Chunck over-locked. I'm using a unpack method to

RE: Sorting algos

2001-05-21 Thread Aaron Ardiri
guys... comparison of sorting algo's = algorithms and data structures course in any local university.. might not be something to discuss heavily on palm-dev-forum unless, of course you are discussing how they can be efficiently implemented on palm based on stack limitations and

Help on wireless pref setting of POSE(WCA)

2001-05-21 Thread Sanjeev
Hi All, On testing the (WCA)Application on POSE over the Internet, how to set Wireless preference for POSE. Where i will put proxy IP address, because I am not able to locate the Wireless preference setting. Please help... Sanjeev -- For information on using the Palm Developer

Re: Header conflict in CW

2001-05-21 Thread Ben Combee
James Nicholls [EMAIL PROTECTED] wrote in message news:49931@palm-dev-forum... Hi all, I've just updated from CW lite to CW 7. When I recompiled my project, the PublicUI.h file included List.h from MSL instead of the Palm SDK. The solution I kludged was to delete the *.h files from the MSL

Re: Problem with Table Scroll Buttons

2001-05-21 Thread Ben Combee
dhanushka jayakody [EMAIL PROTECTED] wrote in message news:49933@palm-dev-forum... Thanx, WinDirectionType is ok but the compiler doesnt understand the up and down directions.. is there another name for these two types??? Look at the header file where this is defined to see the new

Backround Application

2001-05-21 Thread Amit
Hello, Can I able to run my application as a backround process? if yes then please let me know what are the changes that I have to make in my appstart() or pilotmain() functuions... Thanks in Advance... With Regards, Amit Kalekar [EMAIL PROTECTED]

Palm OS version conflict

2001-05-21 Thread jobypjoy
Hi!, I need to port an application that I wrote for version 3.5 to Palm OS v 2.How can I use codewarrior 7.0 to compile applications for older versions of Palm. Or is it that I can use it only for version 3.5. Regards, /Joby __ Get

Re: Palm OS version conflict

2001-05-21 Thread santhosh
Greetings You dont have to do anything special to compile applications for OS 2 with CodeWarrior except that you will have to leave out all the functions that are not availiable in OS 2. The sdk provides a PALMOSGLUE library which allows you to use some features of higher OS versions

Re: Backround Application

2001-05-21 Thread santhosh
Greetings Amit The Palm OS is a single tasking environment like DOS You cannot have background applications and foreground applications . At any time there can be only one application running . Thanks Santhosh M ___ Developers' Nation You've

Re: Help on wireless pref setting of POSE(WCA)

2001-05-21 Thread santhosh
Greetings Sanjeev Note: You need the Palm VII rom for testing WCA or NetLib features These are the steps - start POSE - right click on the POSE you will see the menu - select Settings-Properties - You will see Properties dialog box - click on the serial port: drop down and select TCP

RE: Launch code

2001-05-21 Thread Arvind Aprameya.
Hi Amit, In the palm its just that you are turning on and turning off the screen , and not any application as such and the palm is usually on all the times. There is no involvement of any launch code here. Thanks Arvind Developers' Nation You've got the questions; we've got the answers. Visit

Re: Problem with Scrolling Up

2001-05-21 Thread santhosh
Greetings Dhanushka A movable chunk can be locked a maximum of 14 times before being unlocked. Nonmovable chunks always have 15 in the lock field. So at mome point in your code you are locking the chunk more than 14 times without unlocking it which is why you get the error. Try to avoid

INetLow

2001-05-21 Thread Ajit N.K
hi evrybody, i am running the sample INetLib example (InetLow project). Its working fine. The problem is i am also getting the HTTP Header in the response when i do get. how can i avoid getting HTTP headers in my response. Cheers Ajit -- For information on using the Palm Developer Forums,

WSSI

2001-05-21 Thread Ajit N.K
hi evrybody, whats WSSI ? can anybody let me know ? Cheers Ajit -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

RE: WSSI

2001-05-21 Thread Ajit N.K
thanx Santhosh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of santhosh Sent: Monday, May 21, 2001 5:28 PM To: Palm Developer Forum Subject: Re: WSSI wireless signal strength indicator Greetings Ajit WSSI stands for Wireless Signal Strength

RE: How to download 4.0 ROM thru USB

2001-05-21 Thread David A. Desrosiers
You will need to download the RomTransfer.prc file to your Device using the hotsync manager.The hotsync manager is available with the CD you get along with the device. The hotsync manager for that version will then have the option to download the ROM. That doesn't work, since the

Stack overflow error

2001-05-21 Thread dhiraj v shetty
Hi, We are using GCC to develop Palm Applications. The problem i am facing is that my code length has become very huge(around 6000 lines of code) because our application creates accesses 12 databases. We were using a single C file for the whole project. However once it exceeds a

How to detect penUpEvent in graffiti area?

2001-05-21 Thread Ng Wei Gee
Hi, I would like my program to be able to manually handle penUpEvents in the graffiti area (I don't want it to be handled by the graffiti manager). What API calls are there to determine the rectangle bounds of the graffiti area? This might not be an issue with 160x160 Palms, but I want it to be

RE: INetLow

2001-05-21 Thread Arvind Aprameya.
Greetings Ajit,could you please be more specific as to what exactly you are looking for , that would help us to answer your question properly. Thanks Arvind Thanks Developers' Nation You've got the questions; we've got the answers. Visit Us At :http://www.devnation.net for Palm Developer

Re: INetLow

2001-05-21 Thread Mark Douglas
Ajit, I currently have the same problem with my application. For now I just parse beyond the HTTP header to get to the data. Long term I will resolve this be writing a servlet rather than just accessing a JSP page to get my data. If you find an alternative solution please let me know. Mark

Customised Application Launcher

2001-05-21 Thread Joe Augustine
Hi All, Is there any API that does the functionality of SysAppLauncherDialog by taking a categroy type parameter. So that if i click on my main application icon it will launch all other my applications with similar category code. Lauch in the sense,user will see only those application icons in

Re: Backround Application

2001-05-21 Thread Juan de Dios Santander Vela
This is right for normal development --and should be, indeed--, but you can have a few more tasks running... as does the HotSync app, with one task for I/O and another for GUI input handling... - Original Message - From: santhosh [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL

wireless

2001-05-21 Thread jose luis garcia
Hello. I would like to know more about SpringPort Wireless Ethernet module we want to make one program that can exchange information between one palm and one central database. Some idea ? thanks. _ Get Your Private, Free

Re: How to detect penUpEvent in graffiti area?

2001-05-21 Thread Ben Combee
Ng Wei Gee [EMAIL PROTECTED] wrote in message news:49970@palm-dev-forum... Hi, I would like my program to be able to manually handle penUpEvents in the graffiti area (I don't want it to be handled by the graffiti manager). What API calls are there to determine the rectangle bounds of the

Re: Determining device manufacturer and type

2001-05-21 Thread Brian Mathis
On Fri, 18 May 2001, Alan hand wrote: Is there a way to determine the device manufacturer and type (i.e. 3Com Palm VII or Handspring Visor, etc.) I have discovered sysFtrNumOEMCompanyID, sysFtrNumOEMDeviceID and sysFtrNumOEMHALID defined in SystemMgr.h. Does anyone know what these values

Browser for Developers

2001-05-21 Thread Carl Smith
I was looking thru the different browsers out there for the Palm and noticed hardley any support any kind of interface for developers, api calls that developers could use when writing applications that can interact. So I was hoping for some feedback or opions from other developers on what API or

Re: Invalid char passed to TxtCharAttr?

2001-05-21 Thread John Crouch
No, we're not using any of these macros and we're not calling this function. I checked TextMgr.h and saw that these macros use this function and every one begins with TxtChar. So I did a search of all files in the project and did not find these macros being used anywhere. I am stumped. Thanks

RE: wireless

2001-05-21 Thread Arvind Aprameya.
Hi Jose, http://www.mobic.com/news/2000/11/xircom_introduces_wireless_inter.htm http://ipw.internet.com/networking/internet_access/974330328.html http://www.gmate.co.kr/english/news/mobile-news/20-11-13.htm hope this helps Arvind Thanks Developers' Nation You've got the questions; we've got

RE: Attention Manager Detail Dialog oddity

2001-05-21 Thread Robert McKenzie
While not fully familiar with the internal workings of the Attention Manager, I would guess that there is another gui element which is getting and handling the pen down. In particular, the detail view has a draw gadget which is used to define the area that the application requesting attention

Question about DBs..

2001-05-21 Thread Jay Sujee
Hi, I wanted to know why when going through the Memopad Tutorials, I never see any MemopadDB created in POSE, whereas when I create my own appli, say Palm1 for example, and its associated DB Palm1DB, and when i select the menu to remove applis I've installed while debugging I find a visible

RE: FileStream - HowTo ?

2001-05-21 Thread Scott Johnson (Bellevue)
From: Jochen Hammer [mailto:[EMAIL PROTECTED]] I have to handle (read only) a huge piece of data on the palm. The filesize ranges from 256kByte up to 2 MByte. For some reasons now, I want to try the File Streaming method either, because I need some address pointers into the data. Suggest

How to turn on GSI (Graffiti Shift Indicator)

2001-05-21 Thread Mike McCollister
Does anyone know how to turn on the graffiti shift indicator programmatically? Thanks, Mike McCollister __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/ -- For information on using the Palm

RE: A4 instead of A5

2001-05-21 Thread Ken Krugler
Hi Alexander, I readed your article PalmOS Shared-Library Globals. But I creating a shared library on the basis of regular apps. I'm not sure what you mean by this. Are you creating a combined app/shared library? Or do you want to create an app that uses A4-globals? With a bit of hacking on

Multiple sync of palms

2001-05-21 Thread cric[py]
Hi. Can I do multiple synchronization at the same time for a diferent users??? Thank -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: How to turn on GSI (Graffiti Shift Indicator)

2001-05-21 Thread Dave Lippincott
GrfSetState - Original Message - From: Mike McCollister [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Monday, May 21, 2001 1:34 PM Subject: How to turn on GSI (Graffiti Shift Indicator) Does anyone know how to turn on the graffiti shift indicator

Popup Trigger In Table

2001-05-21 Thread Sam Trimble
How do I set the label of a popup trigger in a table? I know you can do a TblSetItemPtr w/ the pointer to the list and a TblSetItemInt w/ the selection from the list and the text of that selection will show up in the popup trigger... I Do Not Want It To Do This. I want to display some other text

DmWrite offsets ?

2001-05-21 Thread Alfred Wallner
I have this structure: struct Record { UInt16 a; UInt16 b; UInt8 c; UInt16 d; } ixRec; the value in record field d is 0 at this point: then I am trying to change field d with DmWrite like this: UInt16 val = 0; val =

RE: DmWrite offsets ?

2001-05-21 Thread Scott Johnson (Bellevue)
From: Alfred Wallner [mailto:[EMAIL PROTECTED]] then I am trying to change field d with DmWrite like this: err = DmWrite(memP,5,val,2); Never use hard coded numbers for structure member offsets! Use an OffsetOf type of macro to make the compiler do the math for you. From my record

RE: Selecing Proper Value in PopUp List Box

2001-05-21 Thread DeAnna Davidson
Hi Mark, You actually have to set the label for the popup control. Selecting the item in the list does not affect the label of the pop trigger. You need to make a CtlSetLabel call with the proper string. I hope this helps, DeAnna -Original Message- From: Mark Douglas [mailto:[EMAIL

Re: spell check app

2001-05-21 Thread Arvind Sridharan
Hi, I feel that it would be better to use the first method you just described. 1. The choice of whether to check or not should be with the user. But this depends entirely on *your* application. There might be instants when the word s/he has typed is not in the database (like names). 2. With

Re: Selecing Proper Value in PopUp List Box

2001-05-21 Thread Mark Douglas
WOW! Why didn't I think of that? Thank's DeAnna DeAnna Davidson [EMAIL PROTECTED] wrote in message news:50027@palm-dev-forum... Hi Mark, You actually have to set the label for the popup control. Selecting the item in the list does not affect the label of the pop trigger. You need to make

sclRepeat.newValue does not get updated

2001-05-21 Thread Chang . Elizabeth
Hi, I added a Scrollbar control next to a Field control in a Form in CodeWarrior Release 6/SDK 3.5. Value in sclRepeat.newValue never gets updated at sclRepeatEvent event, it stays at 0 (zero). I followed the instructions in the Tutorial with 0 (zero) in the following 4 properties in the

RE: How to download 4.0 ROM thru USB

2001-05-21 Thread Keith Rollin
You will need to download the RomTransfer.prc file to your Device using the hotsync manager.The hotsync manager is available with the CD you get along with the device. The hotsync manager for that version will then have the option to download the ROM. That doesn't work, since

RE: Attention Manager Detail Dialog oddity

2001-05-21 Thread Peter Epstein
Robert McKenzie's explanation is dead on the money. That's exactly why it isn't allowing taps on the upper portion of your enlarged button. -- Peter Epstein -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Question about DBs..

2001-05-21 Thread Danny Epstein
Brian Mathis [EMAIL PROTECTED] wrote Here's a typical way things are set up: CreatorID Type YourApp 'Yapp' 'appl' YourAppData 'Yapp' 'data' Not to pick on you, Brian, but I have to nit-pick. :) Avoid using all-lowercase-letter types for your data. It's okay to use the type 'appl' because

Omnisky woes

2001-05-21 Thread Curtis Jackson
I have code that works on the following: 3.1 emulator w/Visor Prism ROM Visor Prism w/TCP connection via VisorPhone 3.1 emulator w/Palm Vx 3.5 ROM Palm Vx w/3.5 w/TCP connection via Ricochet modem The same code fails miserably, though, on the same Palm Vx using a Minstrel V w/Omnisky for TCP

RE: How to download 4.0 ROM thru USB

2001-05-21 Thread David A. Desrosiers
S'truth! And since the original poster is using an m505, he can't use the trick of downloading the ROM via the USB-enabled PalmDebugger, which works only with Handspring devices. I've managed to get it working over IR with pi-getrom here, but I don't think he has the platform to use

Re: INetLow

2001-05-21 Thread manikumar
Hi Ajit, If you are running the sample INetLow.c from Palm, try changing , inetHTTPAttrIncHTTP to false from line error = INetLibSockHTTPAttrSet(inetInfoBlock.inetRefNum, inetInfoBlock.inetSockH, inetHTTPAttrIncHTTP, attrIndex, (UInt8*)inetInfoBlock.includeHeaders,

Re: Question about DBs..

2001-05-21 Thread Brian Mathis
On Mon, 21 May 2001, [iso-8859-1] Jay Sujee wrote: Hi, I wanted to know why when going through the Memopad Tutorials, I never see any MemopadDB created in POSE, whereas when I create my own appli, say Palm1 for example, and its associated DB Palm1DB, and when i select the menu to remove

RE: Backround Application

2001-05-21 Thread Peter Epstein
You can use the alarm manager to periodically do something. If you use a callback rather than launch codes, it's possible to do background activity without turning the screen on. This has limitations: * You can only run once a minute (or less frequently) while the device is off, although

RE: Attention Manager Detail Dialog oddity

2001-05-21 Thread Roger Chaplin
Peter Epstein [EMAIL PROTECTED] wrote: Robert McKenzie's explanation is dead on the money. That's exactly why it isn't allowing taps on the upper portion of your enlarged button. Thanks for the confirmation! -- Roger Chaplin [EMAIL PROTECTED] -- For information on using the Palm Developer

RE: Attention Manager Detail Dialog oddity

2001-05-21 Thread Roger Chaplin
Robert McKenzie [EMAIL PROTECTED] wrote: While not fully familiar with the internal workings of the Attention Manager, I would guess that there is another gui element which is getting and handling the pen down. In particular, the detail view has a draw gadget which is used to define the

access internal web site using InetLib?

2001-05-21 Thread Tingjian Ge
Hi, Is there a way I can access internal web sites using InetLib? Thanks, -Tingjian -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: How to detect penUpEvent in graffiti area?

2001-05-21 Thread Ng Wei Gee
Hi Ben, This might not be an issue with 160x160 Palms, but I want it to be compatible with HandEra 330 and the Clie 700C as well. :) Look at EvtGetSilkscreenAreaList to find the bounds for the grafitti areas. You probably should trap both penDown and penUp events in that region. Thanks

Error while linking

2001-05-21 Thread Kapil Konde
Hi All, I am getting the following error while compiling my project. I am using Falch.net IDE for developement. I do not know why this error is coming and what I should do to prevent this error. Any suggestions will be appreciated. Linking...

Synchronization technologies

2001-05-21 Thread Ajit N.K
Hi group, what r the different technologies available to synchronize palm database with external databases ? Or point me to the right direction.. thanx regards Ajit -- For information on using the Palm Developer Forums, or to unsubscribe, please see