UIColorSetTableEntry

2008-05-29 Thread Peter Hribar
With UIColorSetTableEntry I can change color to anything (UIDialogFrame, UIDialogFill, UIFormFrame...), except to form (UIFormFill). It's white, until I open and close a dialog window. Where is the trick? Peter -- For information on using the ACCESS Developer Forums, or to unsubscribe, plea

Re: Displaying Fonts...

2008-05-28 Thread Peter Hribar
Chris Percival <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > This subject comes up again and again. > > Is is posable to do it without needing Hackmaster? What about with > Codewarrior and Constructor? I am aware of the Fnt functions and > FntDefineFont in particular but how do

Re: How to include windows TrueTypeFont in a palm application

2008-05-28 Thread Peter Hribar
>From www.PalmGear.com download a NDM Pilot Font Tool. It is able to convert any Windows's ttf to any Pilot's font format. There are included also, three examples and a "How to make resource file" text file. P. Prasad <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi all, > H

UIColorSetTableEntry

2000-10-05 Thread Peter Hribar
With UIColorSetTableEntry I can change color to anything (UIDialogFrame, UIDialogFill, UIFormFrame...), except to form (UIFormFill). It's white, until I open and close a dialog window. Where is the trick? Peter -- For information on using the Palm Developer Forums, or to unsubscribe, please

Re: How to include windows TrueTypeFont in a palm application

2000-09-13 Thread Peter Hribar
>From www.PalmGear.com download a NDM Pilot Font Tool. It is able to convert any Windows's ttf to any Pilot's font format. There are included also, three examples and a "How to make resource file" text file. P. Prasad <[EMAIL PROTECTED]> wrote in message news:23734@palm-dev-forum... > > Hi all,

Re: Displaying Fonts...

2000-08-25 Thread Peter Hribar
Chris Percival <[EMAIL PROTECTED]> wrote in message news:21991@palm-dev-forum... > > This subject comes up again and again. > > Is is posable to do it without needing Hackmaster? What about with > Codewarrior and Constructor? I am aware of the Fnt functions and > FntDefineFont in particular but

Another one of mine...

2000-05-10 Thread Peter Hribar
, or just on mine? Peter Hribar BTW, Ardiri. In v2.5b3 a numEntries has still a value of 0x1000. (Windows bitmap, 256 colors, Windows98)... -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Small fonts

2000-04-27 Thread Peter Hribar
Or download from PalmGear NDM Pilot Font Tool (buy it or play with a mouse). It's able to convert any of a million existing Windows TTF into Pilot PDB, HackMaster PDB, BIN fonts... of desired sizes. Peter Danko Radic <[EMAIL PROTECTED]> wrote in message news:9812@palm-dev-forum... > > > Ok, I'm

Re: Palettes Bitmap problem

2000-04-25 Thread Peter Hribar
rt <[EMAIL PROTECTED]> wrote in message news:9420@palm-dev-forum... > > At 10:40 AM +0200 22-04-00, Peter Hribar wrote: > >The problem is WinPaintBitmap (or WinDrawBitmap) that display only part of a > >PALETTED image. Or BmpGetBits which puts pointer appr. 15000 bytes fr

TblSetRowMasked

2000-04-25 Thread Peter Hribar
Hi, this time I'm sending just a simple (Y/N) question. Is it possible to use TblSetRowMasked in table custom draw function? Thanks, Peter -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Re: End Of Dragonball? Palm Shakeup?

2000-04-25 Thread Peter Hribar
> > Like the way Mac moved to PowerPC, there was an emulator interpreting the 68K instruction set. I'd bet a case of beer that there > is a 68K emulator running on an ARM machine at least in Alpha as I write this. > > Steve > Sorry for beer, but I think you are right. Peter -- For informati

Re: End Of Dragonball? Palm Shakeup?

2000-04-25 Thread Peter Hribar
Steve Sabram <[EMAIL PROTECTED]> wrote in message news:9368@palm-dev-forum... > > Your comments are like ducks in a shooting gallery. I cannot resist the temptation you presented. > Pump action and aim ... > This considers how you code. A good C coder can have a personal library of source that

Re: End Of Dragonball? Palm Shakeup?

2000-04-25 Thread Peter Hribar
> Seems to indicate alot of things and that the "simplicity" in a Palm could be ending soon and that alot of "development" changes > could be in store for the "new" Palms. Anyone care to translate what it means? > So, what does all this mean: 1. You are young, and You don't know that everything

BUGS LIST

2000-04-24 Thread Peter Hribar
Hi. Bugs always exist! But I can't locate any, official or unofficial, list of them. Does such a list exist? Thanks, Peter -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Re: Hi New Developer (some queries)

2000-04-22 Thread Peter Hribar
Neelesh Chitari <[EMAIL PROTECTED]> wrote in message news:9214@palm-dev-forum... Hi, Hi. Look at http://www.palm.com/devzone/docs/pptdg/TableOfContents.htm. It's a free online book (Palm Programming: The Developer's Guide) which will (maybe) answer on all your questions. Peter My name is Neel

Palettes Bitmap problem

2000-04-22 Thread Peter Hribar
hammer their own ego, but who care; so, what I'm doing wrong? Peter Hribar P.S. Is it possible to import palletes image into CW constructor? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Total Newbie font question

2000-04-12 Thread Peter Hribar
What I'm doing wrong, to be punished with >>Illegal implicit enum conversion from 'int' to 'fontID'<< in FntDefineFont(129,fontp);? Thanks, Peter Hribar -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html

Simple color question

2000-04-08 Thread Peter Hribar
"Support for bit depths of 4, 2, and 1 is indicated by ... Support for bit depths of 24, 8, 4 and 2 is indicated by ..." from Palm OS SDK Reference, pg.856 How many colors (greys) can display each of this 5 depth? Peter Hribar -- For information on using the Palm Developer For

Re: How to create and use custom font?

2000-04-07 Thread Peter Hribar
28=MemHandleLock(DmGetResource('NFNT', 1000)); FntDefineFont(128, font128); ... FntSetFont(128); LP, Peter Hribar > I understand we can use Fontedit for ASCII characters, but Fontedit > can't handle multi-byte characters. That's the trouble on me. > > Thanks in advances

Re: BitmapCompressionTypeRLE documented?

2000-04-06 Thread Peter Hribar
I think it's basic 256 RLE: Colors: FF FF FF EE ... RLE: 03 FF 01 EE ... -> count - repeating byte, count ... max. of 256 repetitions (00..FF). Peter Hribar Stephen Best <[EMAIL PROTECTED]> wrote in message news:3565@palm-dev-forum... > > Is the algorithm

Re: Format of bitmap data compressed with BitmapCompressionTypeScanLine algorithm?

2000-04-06 Thread Peter Hribar
Go to news massena.pilot.programmer.gcc -> message "cx > 256 COMPRESSed bitmaps" or download pilrcsrc.zip (bitmap.c) Peter Hribar Colin Ward <[EMAIL PROTECTED]> wrote in message news:7245@palm-dev-forum... > > > Hi all. > > I am needing to decompress