If you don't want to roll your own, as Anton suggests, you can use a frameless button, although I believe there's no way to set buttons to be frameless without manually setting ControlType->attr->frame to noFrame. Maybe there's a glue function that does it? I think this will give you the closest facsimile of links that you can get for free. So just make a new button control, set the frame attribute to noFrame, and then show it. Check the Palm API docs to make sure you're using the right structures and stuff, I don't have my code with me to doublecheck...
-dan On Wednesday, March 27, 2002, at 07:11 AM, Anton wrote: > 1.Write a text with WinDrawChars > 2. Save position of written text in a structure, for variables or > RectangleType . > 3. Handle penDownEvent. Check out whether the pen is tapped in this > rectangle. > Very simple :) > Anton > > > ----- Original Message ----- > From: Joseph Chan <[EMAIL PROTECTED]> > Newsgroups: palm-dev-forum > To: Palm Developer Forum <[EMAIL PROTECTED]> > Sent: Wednesday, March 27, 2002 2:48 PM > Subject: Dynamic UI > > >> Hi all, >> >> Does anyone know how to define a dynamic UI like the clickable link in >> HTML/WAP browser in palm? >> >> Thanks and regards >> Joseph Chan >> =============================== >> The Hong Kong Polytechnic University >> Department of Computing >> [EMAIL PROTECTED] >> =============================== >> >> >> >> -- >> For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, > please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
