#88482 - 2002-10-07 03:21 AM
Re: Kixforms - Version 2.1 (Build 34) Released
|
Shawn
Administrator
   
Registered: 1999-08-13
Posts: 8611
|
I kinda like just RichEdit, fe
code:
$RichEdit = $Form.RichEdit
[ 07. October 2002, 03:22: Message edited by: Shawn ]
|
|
Top
|
|
|
|
#88484 - 2002-10-07 06:30 AM
Re: Kixforms - Version 2.1 (Build 34) Released
|
Shawn
Administrator
   
Registered: 1999-08-13
Posts: 8611
|
Hey Jooel - im just working on the ToolTip thingy and boy-o-boy did I ever make a mess of the original implementation. Not that that was bad or anything, was kinda easy actually - but tooltips are supposed to work totally differently then the way i coded it.
This is the way its shaping-up right now ...
code:
$ToolTip = $Form.ToolTip $Button = $Form.Button $TextBox = $Form.TextBox $ToolTip.SetToolTip($Button,"The Button ToolTip") $ToolTip.SetToolTip($TextBox,"The TextBox ToolTip")
Supposed to create a single tooltip control - then assign it to service tooltips for many controls ... actually I think this design might work-out quite nicely - with the new settings like width and maybe things like color - can standardize the tooltip for all controls at once.
|
|
Top
|
|
|
|
Moderator: Shawn, ShaneEP, Ruud van Velsen, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Mart
|
0 registered
and 601 anonymous users online.
|
|
|