AdmiralAlkex Posted September 25, 2011 Share Posted September 25, 2011 (edited) My script is have about 2000 codes, when I comlie it to exe file I select "Complie with Oitions" . In "FileInstall compression", can I select "High or Highest" ? Do it affect my program ? Can you tell me ? Thanks !It will hopefully be smaller.When I press button button " Create " then it set random text to input ($hInput) . How can I do this ? Thanks GUICtrlSetData()?P.S. Please stop quoting my posts back to me - I know what I said! Quotes are good, without them "Notify me when someone quotes my posts" wouldn't work Edited September 25, 2011 by AdmiralAlkex MrVietA2 1 .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
MrVietA2 Posted September 25, 2011 Author Share Posted September 25, 2011 Guictrlsetda() ? How can I use it to set random text for Input ? Thanks Link to comment Share on other sites More sharing options...
MrVietA2 Posted September 26, 2011 Author Share Posted September 26, 2011 Somebody help me please ! Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted September 26, 2011 Moderators Share Posted September 26, 2011 MrVietA2, As I have already reminded you a few posts ago, I have shown you how set random values in the input on start earlier in this thread. To update the value within the script all you have to do is use: GUICtrlSetData($1, $aInputs[Random(0, 2, 1)) and your input will be reset to a random text. M23 P.S. And bumping your threads within 24hrs will not encourage people to answer. Please be patient. MrVietA2 1 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area Link to comment Share on other sites More sharing options...
MrVietA2 Posted September 26, 2011 Author Share Posted September 26, 2011 (edited) I thanks so much, you are a kind man ! P.s : I will attend , thanks you again ! Edited September 26, 2011 by MrVietA2 Link to comment Share on other sites More sharing options...
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