#87824 - 2002-09-13 08:16 PM
Re: KiXforms 2.0.4 Released
|
rclarke
Starting to like KiXtart
   
Registered: 2001-06-08
Posts: 178
Loc: Oxfordshire, United Kingdom.
|
Hi Jooel,
To answer your much earlier question I have been using dual titles like ...
Button Control & Method CommandButton Control & Method
... since day one as there are lots of properties to which it can be applied e.g. CursorX/CursorY, MouseX/MouseY etc. etc.
BTW this weekend I will be looking at making the website 'ToolTips' far more explanatory in that you will be able to hover the mouse over any link on the Documentation page and a window will popup containing similar information to that in Shawn's quick lookup list. Hopefully this will help the KiXforms newbies out while you, me and Chris (and others) flesh out the pages underneath.
Regards,
Rod.
|
Top
|
|
|
|
#87826 - 2002-09-13 08:40 PM
Re: KiXforms 2.0.4 Released
|
Shawn
Administrator
   
Registered: 1999-08-13
Posts: 8611
|
Ben - yeah - i see the problem - think i know what it is and will check it out tonight.
But just a comment though ... even though one can keep toggling the SORTED property on and off (except for this bug you have identified) - its really wasn't designed for that purpose. One should only have to set the sorted property once - when the control is first created. Like you might try here:
code:
$lstGroups1 = $fraDetails.ListBox $lstGroups1.HEIGHT = 134 $lstGroups1.LEFT = $USR_LBLLEFT $lstGroups1.TOP = $lblGroups1.TOP + 20 $lstGroups1.WIDTH = 220 $lstGroups1.Enabled = 0 $lstGroups1.Sorted = 1 ; <---
then just CLEAR and re-populate the list as required. It will always remain sorted as long as this property is set. The didn't really design the sort property to be a sort method ... just thought it would be usefull that if one "converted" an already populated listbox to sorted ... that it would automatically sort the items contained within it. But once that initial sort is done - no need to reset the property after that ... one can start a fresh list by using the CLEAR method (which you have already done) then carryon ...
|
Top
|
|
|
|
#87831 - 2002-09-14 06:15 PM
Re: KiXforms 2.0.4 Released
|
Shawn
Administrator
   
Registered: 1999-08-13
Posts: 8611
|
Hi Vig ... your not seeing things ... This was identified yesterday to do with another problem that Ben identified ... Im going to be issuing a new release today (hope Rod is around to catch it) ... heres the revision list so far ... just trying to think of anything else I can squeeze in today:
code:
- Improved task switching behavior. Form now restores keyboard focus back to previous control when task switching between forms and other windows applications. - Added OnKeyDown Event. Occurs when a user presses a key while the object has the focus. - Added KeyCode Property. Gets the key code associated with the key that caused the OnKeyDown Event. - Fixed Sorted and List property memory leak. - Fixed automatic vertical and horizontal scroll bars for ListBox and ComboBox object.
[ 14. September 2002, 18:18: Message edited by: Shawn ]
|
Top
|
|
|
|
#87837 - 2002-09-14 08:25 PM
Re: KiXforms 2.0.4 Released
|
rclarke
Starting to like KiXtart
   
Registered: 2001-06-08
Posts: 178
Loc: Oxfordshire, United Kingdom.
|
Errmm, if you are at a good break point to release 2.0.5 then let's go for it, otherwise if you are in full flow on something good then leave it until tomorrow. I will clean up the Documentation page and remove all the experimental (TBD) entries. BTW can you stop coming up with new properties that begin with the letters A, B or C, it's a real PITA to move all the table entries along by just one cell
Rod.
|
Top
|
|
|
|
Moderator: Shawn, ShaneEP, Ruud van Velsen, Arend_, Jochen, Radimus, Glenn Barnas, Allen, Mart
|
0 registered
and 493 anonymous users online.
|
|
|