Also, as stated more thoroughly in the February update, the next build with have much better organisational settings for objects, and the object bar.
Rearranging and middle click close are done for the next build.
Haha! Sorry I didn't get to check it before I left; the swimming Doomba is genius .
This was working just one or two builds ago; hopefully David can hotfix it.
It's planned for 1.0, it's a rather difficult and large thing to program.
I can't get it in a new .cap though, so we'll see if that's also fixed when you try it..
Nice lookin!
We think this is fixed now.
Hmm?
The add group dialog has a checkbox to 'disable group by default', which is unticked when you open the dialog.
Unless you tick that the group is not disabled.
Are you putting " " round it?
ListBox.LineText(ListBox.SelectedLine) ..?
Works fine, just tried it.
SelectedLine returns the selected line number, you want to use LineText.
Develop games in your browser. Powerful, performant & highly capable.
But it'd be exactly like doing it with events, which gives you more control over how often you want to check it.
Not really much point.
Not really, but you could always have an 'every X ticks' in there to make sure.
If you want to make a clipboard catcher (or just to see when new text is there) just store the clipboard text at all times in a text object or something, then have a:
Clipboard.GetText is different to StoredText.Text