--- Denis Roshchin wrote: > 1. i need some text-box (non-editable), where > i can use different fonts (bold, standart etc) > Just label-field can't do this, as I understood.
Do you mean that you want to use more than one font at the same time in a single field? If so, there is nothing in the OS that does this. You'll have to use WinDrawChars() and change fonts as needed. > 2. how can i do really simple scroller-bars? That depends on what you mean by "really simple". Scroll bars are not as simple to use as other objects. The scroll bar just lets you know it has been moved and you have to scroll your text (or whatever) yourself. For a slightly out-of-date-but-free example of using scrollbars, go to http://www.palmos.com/dev/tech/docs/devguide/ch05.htm#P1002_49995 (3.) > where can i find some source-codes for > Palm-programms? > freshmeat.net and sourceforge.com - doesn't have > much..:( > I just looked at sourceforge.com and it appears to have lots of Palm projects with sourcecode. Also, you got the source code for most of the built-in Palm apps with Codewarrior. How many more code samples do you need? __________________________________________________ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
