Jump to content

Recommended Posts

Posted

Hey guys :D

I've been using my Edit-Controll for showing what the Script currently does (that's why it's uneditable).

But when the User clicks somewhere in the EditControll before the GuiCtrlSetData is sent, it will be inserted in that place instead of the end :)

Is there a way preventing this "malfunction"?

Thx,

FaNtA :D

Posted

Can you show your code at all? I'm having a little trouble understanding what you mean(might just be me...) :)

anyway assuming this box is part of your gui can you disable the edit (something like) $GUI_DISABLE, fill your edit box then $GUI_ENABLE?

While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...