Search found 8 matches

by Redpr0star
26 Nov 2017, 15:52
Forum: Ask for Help (v1)
Topic: Can find library for this script
Replies: 1
Views: 502

Can find library for this script

I need to now the library for this script: Gui, Font, S11 CDefault, Verdana Gui, Add, Button, x12 y9 w100 h30 gWalk , Walkspeed Gui, Add, Button, x12 y59 w100 h30 gJmp , Jumpspeed Gui, Add, Hotkey, x12 y299 w120 h30 vValue , Value ; Generated using SmartGUI Creator 4.0 Gui, Show, x590 y210 h379 w479...
by Redpr0star
31 Jul 2017, 10:24
Forum: Ask for Help (v1)
Topic: I am having a issue with Saving text to a fileselectfile
Replies: 3
Views: 992

Re: I am having a issue with Saving text to a fileselectfile

Thanks guys, I put Gui nohide before file append and it works perfectly
by Redpr0star
31 Jul 2017, 09:49
Forum: Ask for Help (v1)
Topic: I am having a issue with Saving text to a fileselectfile
Replies: 3
Views: 992

I am having a issue with Saving text to a fileselectfile

I think I could possibly use Gui, Submit no hide, though I'm not sure where to put it. The main problem is that when they choose a file to save text to it makes the file but doesn't insert the text into it. Menu, FileMenu, Add, &Save`tCtrl+S, MenuFileSave Menu, MyMenuBar, Add, &File, :FileMenu Gui, ...
by Redpr0star
29 Jun 2017, 14:34
Forum: Ask for Help (v1)
Topic: changing the color of text
Replies: 1
Views: 647

Re: changing the color of text

Lol i just solved it Gui, Add, Edit, x102 y30 w220 h20 vYolo, Edit Gui, Add, Button, x152 y70 w100 h30 gAddText , input text ; Generated using SmartGUI Creator 4.0 Gui, Show, x935 y215 h118 w479, New GUI Window Return GuiClose: ExitApp AddText: GuiControl, , Yolo, I just added text to the GUI window...
by Redpr0star
29 Jun 2017, 14:18
Forum: Ask for Help (v1)
Topic: changing the color of text
Replies: 1
Views: 647

changing the color of text

I don't know how to explain it but here it is I want it when a user inputs certain text in a text edit it will make the text turn a different color Gui, Add, Button, x2 y0 w70 h20 gYourmail , Save/as Gui, Add, Edit, x2 y20 w480 h310 vHeskas cRed , Edit me Gui, Margin, 10, 10 Gui, Add, Text, xm ym w8...
by Redpr0star
29 Jun 2017, 13:52
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 421460

Re: AutoGUI - GUI Designer and Script Editor

can you make it so that it is not a 7-Zip file
by Redpr0star
29 Jun 2017, 13:43
Forum: Ask for Help (v1)
Topic: I can't get this to go into a file
Replies: 2
Views: 705

I can't get this to go into a file

I am trying to make a simple text editor and I can't get the text from the Text edit varible into a file. Here is my code: Gui, Add, Button, x2 y0 w70 h20 gYourmail , Save/as Gui, Add, Edit, x2 y20 w480 h310 vHeskas , Edit me Gui, Show, x524 y342 h379 w479, New GUI Window Return GuiClose: ExitApp Yo...
by Redpr0star
28 Jun 2017, 20:31
Forum: Ask for Help (v1)
Topic: How can I make it so that when a user clicks a button, it inputs text into a box
Replies: 1
Views: 523

How can I make it so that when a user clicks a button, it inputs text into a box

I know you can do Tab send and stuff like that, but I want to send a pure input of a string of text into a input/edit field here is my code so far #SingleInstance, Force Gui, Add, Edit, x2 y9 w470 h320 , Edit Gui, Add, Button, x172 y329 w130 h30 , Click to input text to box Gui, Show, x616 y226 h379...

Go to advanced search