AutoHotkey Community

It is currently May 22nd, 2012, 12:50 pm

All times are UTC [ DST ]


Search found 29 matches
Search these results:

Author Message

 Forum: Support   Topic: totally confused with #NoTrayIcon

 Post subject: Re: Helpy
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

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

 Post subject: Where is the instruction?
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

 Post subject: Weird
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

 Post subject: mhhhhh
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

 Post subject: How to clear text from Gui
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

 Post subject: Okay
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

 Post subject: Ah well
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

 Post subject: Sorry PhiLho
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

 Post subject: Auto Backup
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

 Post subject: Re msgbox
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

 Post subject: Great!!
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 :D

Fab

 Forum: Support   Topic: Showing Time on screen

 Post subject: Getting error
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

 Post subject: Mhh Nope
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

 Post subject: Showing Time on screen
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:  
Page 1 of 2 [ Search found 29 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group