| Author |
Message |
Forum: Support Topic: totally confused with #NoTrayIcon |
| Fabiolus |
|
Posted: March 22nd, 2007, 3:19 pm
|
|
Replies: 5 Views: 277
|
| Sorry dude... I tried including #NoTrayIcon in different places as I saw in the documentation that it didnt matter where to put it but the best place would be at the beginning which I did and the icon is still displayed in the taskbar. I feel so stupid...I was editing and compiling a different vesio... |
|
 |
Forum: Support Topic: totally confused with #NoTrayIcon |
| Fabiolus |
|
Posted: March 22nd, 2007, 2:03 pm
|
|
Replies: 5 Views: 277
|
| I created to small macro and wanted to add the func "#NoTrayIcon" I tried so many combinaison..and have no clue where to look anymore can someone assist? Here is my first macro which I want to introduce "#NoTrayIcon" I tried inserting in different place but no result. loop {... |
|
 |
Forum: Scripts Topic: ServerCheck via Alive ping test |
| Fabiolus |
|
Posted: October 31st, 2006, 8:47 pm
|
|
Replies: 7 Views: 10979
|
I would like to try it out with my server which goes down time to time, so where do I enter my server info? you have examples or instructions?
Thanks
Fab |
|
 |
Forum: Support Topic: How to clear text from Gui |
| Fabiolus |
|
Posted: September 13th, 2006, 2:44 pm
|
|
Replies: 8 Views: 682
|
PhiLho,
Yhats weird I was sure that by changing the value of Min, Max and "N" would work as Min would be 1 and Max 49 (Cause I want a range from 1-49) and make sure to draw 6 random numbers from that range.
I am revising your solution for better understanding
Thanks
Fab |
|
 |
Forum: Support Topic: How to clear text from Gui |
| Fabiolus |
|
Posted: September 12th, 2006, 6:13 pm
|
|
Replies: 8 Views: 682
|
I guess GuiControl is what refresh the GUI?
Thanks it does work, ill try to see if I can resolve the duplicates numbers.....sounds cool!!
Fab |
|
 |
Forum: Support Topic: How to clear text from Gui |
| Fabiolus |
|
Posted: September 12th, 2006, 5:54 pm
|
|
Replies: 8 Views: 682
|
| I created a small app to generate random numbers for lottory. When the user will click on the Generate button this would create a new set of numbers but in the same location as the previous. Right now the application is only adding line after line. Is there a way to make the application erase the pr... |
|
 |
Forum: Support Topic: Auto Backup |
| Fabiolus |
|
Posted: August 30th, 2006, 7:49 pm
|
|
Replies: 5 Views: 631
|
| I tried a different approach and again find myself with the same problem. this example does work but it doesnt update the backup file at all. Any idea? ControlGetText, Text,, ahk_class Notepad if Text = return Otherwise: FileAppend, %Text%`n`n, %A_ScriptDir%\Youppi.txt return |
|
 |
Forum: Support Topic: Auto Backup |
| Fabiolus |
|
Posted: August 30th, 2006, 6:14 pm
|
|
Replies: 5 Views: 631
|
I still havent found the proper way of doing it, if anybody can assist? It creates the file but it doesnt delete the old content of the file, it just add at the end of the existing text which in return creates a really big file
Thanks
Fab |
|
 |
Forum: Support Topic: Auto Backup |
| Fabiolus |
|
Posted: August 30th, 2006, 5:34 pm
|
|
Replies: 5 Views: 631
|
| I didnt pasted all of the code, I made a correction to it, it does work i tested it. |
|
 |
Forum: Support Topic: Auto Backup |
| Fabiolus |
|
Posted: August 30th, 2006, 4:27 pm
|
|
Replies: 5 Views: 631
|
| I am trying to come up with an idea to autobackup a file being created to another directory. I cant get the content on the backup file to erase and then be replace with newer content, this should be done every 2min or so.... I think I got it but dit doesnt update the backup with the new text that th... |
|
 |
Forum: Support Topic: Showing Time on screen |
| Fabiolus |
|
Posted: August 28th, 2006, 10:57 pm
|
|
Replies: 11 Views: 886
|
| Thanks for the tip, Its incredible to see how affective AHK is , language is a ease and produce exactly what your looking for. Thumbs up guys Fab Revised 2006/08/29 Sorry MsgBox I wasnt able to make your code work yet but I will soon ...I hope, meanwhile I came up with this , playin around to see wh... |
|
 |
Forum: Support Topic: Showing Time on screen |
| Fabiolus |
|
Posted: August 28th, 2006, 8:13 pm
|
|
Replies: 11 Views: 886
|
Both of the code example work!!! fantastic!!
I am fooling around to make it only visible when user press hotkey Win+c (just for fun)
Thanks for the prompt response guys
Fab |
|
 |
Forum: Support Topic: Showing Time on screen |
| Fabiolus |
|
Posted: August 28th, 2006, 7:45 pm
|
|
Replies: 11 Views: 886
|
Got rid of the loop cause I was getting an error.
Error: the same variable cannot be used more then one control per window.
Specifically :vMyText.
Trying to see How to fix this.
Let me know if you have an idea
Thanks a bunch
Fab |
|
 |
Forum: Support Topic: Showing Time on screen |
| Fabiolus |
|
Posted: August 28th, 2006, 7:35 pm
|
|
Replies: 11 Views: 886
|
| i have removed the loop in the upper portion of the code and modified with the example you provided. Still doesnt refresh the time displayed. FormatTime,date CustomColor = EEAA99 ; Can be any RGB color (it will be made transparent below). Gui, +AlwaysOnTop +LastFound +Owner ; +Owner prevents a taskb... |
|
 |
Forum: Support Topic: Showing Time on screen |
| Fabiolus |
|
Posted: August 28th, 2006, 7:13 pm
|
|
Replies: 11 Views: 886
|
| I found an awsome script from Stevie and MsgBox. I am trying to tweak it so I can use it at the office, I dont have any clock so I am trying to add this to my PC so I could have an idea of the time. So far time is showing but it is not refreshing and keeping real time. any help ; Example: On-screen ... |
|
 |
| Sort by: |