
toddcbrf2
Active Members-
Posts
23 -
Joined
-
Last visited
Everything posted by toddcbrf2
-
au3 runs, compiled does not
toddcbrf2 replied to toddcbrf2's topic in AutoIt General Help and Support
it's when I run the included script - can point to it from several different methods - hotkey from another app or middle mouse menu. Sorry, I should clarify more - the au3 works as expected but the compiled exe does not - seems like screen activation/timing Thanks Jos - will check out the debug -
au3 runs, compiled does not
toddcbrf2 replied to toddcbrf2's topic in AutoIt General Help and Support
Thanks for feedback - you are all right - the '.' (period) was a typo and is not the cause. No changes are made to the au3 file or to directory/files when compiling so structure isn't different. Observations when run the function from hotkey, works as desired - observe the app (web page, np++, excel ) location where intended template is to be pasted, the app stays activated when the au3 function executeswhen run from middle click menu, does not work as desired, the app web page, np++, excel, etc) goes inactive for a few seconds, then is active again afterwordIt appears that when using another software, the intended active window is deactivated for a second then reactivates after the script is complete Thanks again for checking it out - do you think I need to detect active window before executing, do the FileRead, paste to clipboard, re-activate the same window and then paste? -
I am working with a tool that reads templates from txt file and pastes them into wherever you are working intent - read *.txt file contents, copy to clipboard, then past to location currently being usedI have the script working with hotkeys when in IE, np++, word, excel, etc and has worked for past 3 years when using hotkeysuse the same script, isolate out the individual section to make au3 of itusing a middle mouse button shortcut that points to the file, the au3 works and when compiled it does not and not sure whyjust playing around, added notrayicon, sleep delays and includes, still working with au3 and not when individual script compiled, txt / au3/ compiled exe files are in same locationAny help and recommendations is much appreciated Thanks - Todd 4CL01_BACKUP.au3
-
By any chance is source available? Thank you much!
-
Ok, here's a request to those alot more experienced than I am. Here's what I'm looking to do and am looking for some feedback overall intent is to convert inputted data to evenly spaced columns of data - or an evenly spaced text table from copied data from excelcreate a tool where excel data is copied to a section - could be textbox, listview, etc, have observed that tabs are placed in between columns of datauser would copy data from excel or html tables, and click a button to paste into the input data sectionuser would select options then hit a button to convert data to aligned columnsuser then would copy the modified text table to the clipboard so then could be pasted into text based softwareinput would be approx 15 columns wide and 100 rows longhas an option to also enter 'space pipe character space' in between rowsoption also includes the number of spaces between columns, ie, from 2 to 6 spaces between columnsthis is work related tool for a monospacial font to handle various type of information exported from excel and create evenly spaced rows - could also be used for notepad or notepad++ without formattingwe use excel tools with hidden rows that I don't want included - ie, if copy from excel with hidden columns, don't want that info to be placed into the converted text tableincluded is a preliminary GUI and some sample information in the attached excel filetemp files can be used to utilize clipboard to copy and paste dataThank you in advance for your recommendations as I'm not even sure where to start. SampleData.xlsx
-
Very nice indeed. When I start it, there are no icons in the menus but the buttons still work for label,etc. i'm on Win 7 and curious if this may be contributing and if . anyone else experienced this? update and disregard - just redownloaded and unzipped - looking GREAT!!!
-
very nice Koat - I use this tool every day and interface is nice and intuitive.
-
additional error Key not installed, please re-run the installer
-
Hey Koat. I've tried to download the latest version but an error posts from the autoit location as well as the website download. "your Allin1 Launcher is not the correct size. it may have been modified. Please go to allin1.clanteam.com to download a correct and virus free version."
-
orig post download link not working??
-
How are we to give it a whirl if you don't post the program? Personally, doesn't make sense to post this here as this is an example posts forum and the location where the download is shown on the about link shows a download link and is not working.
-
Thanks Brewman. I noticed that and it was placed in the hotkey executed functions not much earlier than you post and is in the file. I also noticed that I had my work version originally in here so I updated it for public use.
-
How to resolve hotkeys from sticking? Question for the real software people out there When using the hotkeys to paste the file contents into a note (or web application for work), every once in a while the hotkeys stick. it's super quick/easy to unstick by hitting ctrl-alt but would like to hear others experiences. I've tried several different things and have tried resending the ctrl-alt keystroke again to 'unstick' the hotkeys and not seeing much luck,
-
Hi. I'm sharing an example of a tool created for repetitive typing tasks. It is a Tray Menu Context Menu hotkey application created for work. it is not malicious in any way I wanted to create a hotkey application that with various hotkeys, ie, Ctrl-Alt-1 or 2,3,4...0 that copies the contents of the 10 template text files to whereever your mouse is, on a different application. To explain more, if I am on a web application and if you hit Ctrl-Alt-1, it will copy the contents of CA1.txt to wherever your mouse is. I have to type repative text into a web application and this saves alot of typing, misspellings and time the tray icon has a menu to allow opening/editing of the template files, hyperlinks, uses ModernMenuRaw by Holger for using of more visually attractive menu, advanced colors and icons I have to give a BIG thank you for the AutoIT Team for the software and other contributors that are excellent mentors to us that are not programmers and sharing their code, this is absolutely invaluable for non-programmers and truly appreciate it THANK YOU HOLGER for the ModernMenuRaw example, very nice for you to share your expertise. Your contribution has helped me learn programming and very much appreciate your willingness to share your skills that allows me to learn from your example. as a result and spirit of this fine group, i'd like to share something that may also be useful to others Basic Instructions I'm sure there are things that can improved as I am not a programmer but enjoy to tinker around. I appreciate all of your feedback and thank you again. extract the folder this is the source code so you must have AutoIT installed, it is not compiled open a file where you need to type and press the hotkeys - Ctrl-Alt-1 or Ctrl-Alt-2, 3,4...0, this will copy the contents of the text file to whereever you are, ie notepad, NP++, word, web application, etc to access the menu, right click the tray icon. The first menu opens the selected text templates - this is a quick access to edit the files, save them as you normally would the menu has a small links section to show opening of a set URL in the menu for appearance, there is color, icons v0.3-added comment because noted soft sticky keys TG_Tool_v0.3.2.zip
-
Hi Zedna. That would be great if you could upload a copy. Thanks!
-
Remote PC Controller 2.5.1 [New link 2014-03-11]
toddcbrf2 replied to colafrysen's topic in AutoIt Example Scripts
I would like to check it out too. If anyone has the exe and supporting files, would you mind sharing? -
Terrific tool, thank you for sharing!!!!
-
Send Command - text sent too slowly
toddcbrf2 replied to toddcbrf2's topic in AutoIt General Help and Support
Thank you very much BitByteBit - that works great - exactly what was looking for!!! -
Hi everyone. I've got a simple script where using the send command to send a series of keystrokes to send a fairly long string and is sending slow. Is there another way to do this? say for example, i'm sending: ab cdefghi -- aa asdf asdfasdf asdadf asdfadf -- aasdfasdf asdf asdfasdf asdfad -- asdfasd asdfad adsf ad ad adf asdfa. adfs adsfa asdfasd asdadsf. is there a way to send the characters as a group than using the send command? ie, create a text file with the included, do a text file read, then paste it? Thanks!
-
One question - can I execute a separate AutoIT script while this is running? Thanks in advance!
-
Not sure where the credit goes but very nice work to both of you taietel and kaotkbliss! Terrific GUI, very usable and intuitive, nice color scheme and extremely useful indeed. I'll definitely use this as an excellent starting template - I'd like to add several additional Tabs for setting up internal intranet web links, linking to automated tasks, starting additional GUI's, etc. It will take some time as I'm new to AutoIT but wanted to take a few minutes to say its brilliant and most importantly, THANK YOU to both of you for sharing your experience and expertise.
-
GUICtrlSetData to set string value
toddcbrf2 replied to toddcbrf2's topic in AutoIt General Help and Support
Thanks Syed and JohnOne. I really appreciate your feedback. I think I understand what you are saying. My original plans were to create a very simple three pulldown and perform a function when hitting an OK button just like you mention. Depending on the combination of items, it will perform a function. Thanks again for your help, this AutoIT is an awesome tool! Now I just need to learn and become more proficient with the basics of programming. Cheers! -
Hi All. I'm a noob and would like to get some help with the command GUICtrlSetData and how to use it to set a string value. ie, say if aaa is selected, than change a string to "1234", or if bbb is selected, than change the same string value to "4567" $Platform = GUICtrlCreateCombo("Platform", 8, 8, 97, 25, BitOR($CBS_DROPDOWN,$CBS_AUTOHSCROLL)) GUICtrlSetData(-1, "aaa|bbb|ccc") Can I do something like this? If GUICtrlRead($Platform) = "aaa" Then $Analyzer = string(1234) Any help would be appreciated! Thanks in advance! Todd