icon resource from system

2004-02-17 Thread Ralf Krauss
Hi, I want to load a icon resource ('Tbmp'(?);1004-1007) from the system at runtime? Is there any way? Please help, thanks. Ralf -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Disable Graffiti 2

2003-11-13 Thread Ralf Krauss
Hi, I want to know how can i disable Graffiti 2 ? EvtEnableGraffiti doesn't work. Thanks. Ralf -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

activate/deactivate the grafitti 2 programaticaly

2003-11-11 Thread Ralf Krauss
Hi, how can I activate/deactivate the grafitti 2 programaticaly? Thanks, Ralf -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: Palm SDK

2003-11-06 Thread Ralf Krauss
Hi, please save the old files and folders! I have moved all files from ...\Palm OS 5 SDK (68K) R3\Palm OS Support\Incs\ to the falch.net Folder \PalmDev\sdk-5.0\Include\ (falchnet 2.7.2.0) it works ... ralf Mark Lenz [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED]

Re: ColorTableType creation

2003-11-06 Thread Ralf Krauss
I think You can use this get old palette/info's: WinScreenMode(winScreenModeGet,NULL,NULL, depth,NULL); WinPalette(winPaletteGet, 0, NULL, palette); WinPalette(winPaletteGet, 0, ColCount, NULL); Set new palette: WinScreenMode(winScreenModeSet,NULL,NULL,depth,NULL);

Re: scroll Event

2003-09-23 Thread Ralf Krauss
Can you use this? case sclExitEvent : switch (event-data.sclExit.scrollBarID) { // sclVertical receives an event case sclVertical1://ScrollBar1 break; case sclVertical2://ScrollBar2 break; .. } . Ralf Martin Vera [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL

DeviceID/ HardwareID?

2003-09-18 Thread Ralf Krauss
Hi, I know this is possible discussed before, but how can I get the Device or Hardware ID of my Palm? Can somebody advice me. Thanks Ralf -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: tables

2003-08-14 Thread Ralf Krauss
I think there is no special funktion... ...use TblGetBounds to calculate the rectangle of the table and WinDrawLine for drawing the rect Ralf Pablo Martin Vera [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] I need help using tables. How can I do to display the table

fill a seperated area of a form

2003-08-14 Thread Ralf Krauss
Hi, is there a possibility to fill a seperated area of a form (surrounded with lines) with special color ? Thanks, Ralf -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: newbie table question

2003-08-14 Thread Ralf Krauss
Have You set the load-data callback procedure for the specified column? For Example have You set TblSetLoadDataProcedure for textTableItem or TblSetCustomDrawProcedure for customTableItem? Tables are a little bit tricky, please give use more Info's... Ralf Christian Lindemeier [EMAIL

calculate the mean(average) of numbers

2003-08-05 Thread Ralf Krauss
Hi, does anybody know, how to calculate the mean (average) of numbers if the quantity of numbers is to high? sum = x1 + x2 + x3 + ... + xn; (with 'sum' and 'n' = very big, bigger as every type) mean = sum/n; Thanks Ralf -- For information on using the Palm Developer Forums, or to

Re: Help! application extended above 64KB

2003-07-09 Thread Ralf Krauss
If your application requires more than 64k for its Code, you should place some of its functionality in one or more shared libraries, or create a multiple segments application. Splitting your application into one or more shared libraries ... Ralf [EMAIL PROTECTED] schrieb im Newsbeitrag

table with multiline rows

2003-07-07 Thread Ralf Krauss
Hi, it' s possible to create a table with multiline fields/rows? Thanks Ralf -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: I need a list with normal ScrollBar

2003-06-26 Thread Ralf Krauss
the number of items the same By using these artifacts, the list doesn't know that you have more items than it can display and it won't show the scroll buttons. The inconvenience is that you must program all the stuff yourself. Dan Patrutiu Ralf Krauss [EMAIL PROTECTED] wrote in message

I need a list with normal ScrollBar

2003-06-25 Thread Ralf Krauss
Hi: I need a list with normal ScrollBar and not with the default one. Can I change the ListAttr (hasScrollBar) of a list during runtime? thanks. Ralf -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/