View Single Post
  #15  
Unread 07-10-2011, 09:13 AM
Fortunis's Avatar
Fortunis Fortunis is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Mar 2011
Location: Leeds, UK
Posts: 72
Quote:
Originally Posted by SanDBoX
One thing I have found very handy is to use the type function.
Code:
 WriteLine( type( args ) )
or you can build a function that will mine the key:data pairs out of a table. That way you just have to pass the args directly to it and you will find out all the information contained within. (really usefull when you cant figure out where the new data you inserted went)
Thanks for them tips SanDBoX *Thumbs up*


Quote:
Originally Posted by Equendil
As you might find out, that's not the only problem:
Ive found many problems

---

Yeh i got confused with you saying mousewheel *will* fire on control. Maybe a quote from Digital_Utopia with that original comment was needed, cos i didnt realise you was correcting him.
__________________
Author of Mouse Cursor Highlighter Advanced

Last edited by Fortunis : 07-10-2011 at 09:19 AM.
Reply With Quote