'LinKin Posted April 10, 2014 Share Posted April 10, 2014 Hello, Is it possible to make a drag and drop between two (2) grid lists? Also, have you seen that in notepad++ you can click on a - button which is on the left side of the line? For example you have function test() --code end At the left side of the line 'function test()' there's a - button, when you click it. the function get 'minimized' Do you know how to make these 'blocks' with some code or smth? Another thing. Can I focus on an editBox? For example when I double-click something, it automatically places the cursor into an editBox. Thanks. Link to comment
Bonsai Posted April 10, 2014 Share Posted April 10, 2014 You can set the Cursor position. Link to comment
'LinKin Posted April 10, 2014 Author Share Posted April 10, 2014 But not focus the edit box Link to comment
Bonsai Posted April 10, 2014 Share Posted April 10, 2014 But not focus the edit box I think guiBringToFront should do that. At least it works for me that way. Link to comment
'LinKin Posted April 10, 2014 Author Share Posted April 10, 2014 I mean, to automatically place the cursor into the edit box so that I can type in it Link to comment
Bonsai Posted April 10, 2014 Share Posted April 10, 2014 I mean, to automatically place the cursor into the edit box so that I can type in it Yeee I get that, it works like that for my password windows. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now