| Author |
Message |
Forum: Scripts Topic: [module] Qhtm 1.01 |
| Chance |
|
Posted: January 10th, 2011, 2:53 pm
|
|
Replies: 23 Views: 7476
|
Thanks majkinetor, that works !!!  |
|
 |
Forum: Scripts Topic: [module] Qhtm 1.01 |
| Chance |
|
Posted: January 7th, 2011, 5:24 pm
|
|
Replies: 23 Views: 7476
|
| http://www.autohotkey.net/~majkinetor/qhtm/qhtm.html#AddHtml Ok, I have modified my previous script to use QHTM_AddHtml, but the text is not replaced by the new one, new text is just added at the end of the old text, no matter what the value of the bScroll param :( #include QHTM.ahk QHTM_Init(&... |
|
 |
Forum: Scripts Topic: [module] Qhtm 1.01 |
| Chance |
|
Posted: January 7th, 2011, 4:53 pm
|
|
Replies: 23 Views: 7476
|
| Ok, I maybe found a way to updating my text : #include QHTM.ahk QHTM_Init("qhtm.dll") #SingleInstance force Gui, +LastFound hGui := WinExist() w := 800, h := 700 hQhtm := QHTM_Add( hGui, "some text", 0, 0, w, h, "", "") Gui, show, w%w% ... |
|
 |
Forum: Scripts Topic: [module] Qhtm 1.01 |
| Chance |
|
Posted: January 7th, 2011, 4:34 pm
|
|
Replies: 23 Views: 7476
|
| Hi majkinetor, is there a way to update the text of a QHTM_Add ? #include QHTM.ahk QHTM_Init("qhtm.dll") #SingleInstance force Gui, +LastFound hGui := WinExist() w := 800, h := 700 hQhtm := QHTM_Add( hGui, "Some interesting text", 0, 0, w, h, "", &qu... |
|
 |
Forum: Support Topic: Set Parent and Transparency |
| Chance |
|
Posted: January 5th, 2011, 4:58 pm
|
|
Replies: 10 Views: 2790
|
| I know it's a very old post, but I'm facing a similar problem. Is someone know why we lost transparency when we use SetParent ? |
|
 |
Forum: Scripts Topic: [module] Dock 1.0 (testing 2.0 b3) |
| Chance |
|
Posted: January 5th, 2011, 4:43 pm
|
|
Replies: 351 Views: 50571
|
| Your sample doesn't work because u use v1.0 and dock definition string for v2.0 (in v1.0 there were no x, y, w, h & t in the string, only numbers). You should download v2.0b3 from History section and it will work. I have made some test with the v2.0 b3 : still have the same problem :( If I debu... |
|
 |
Forum: Scripts Topic: [module] Dock 1.0 (testing 2.0 b3) |
| Chance |
|
Posted: January 5th, 2011, 10:05 am
|
|
Replies: 351 Views: 50571
|
| Majkinetor, thanks for you reply. I use the Dock.ahk script from the fisrt post of this discussion, the la st line of the script are : ; Group: About ; o Ver 1.0 by majkinetor. See http://www.autohotkey.com/forum/topic19400.html ; o Thank You's: Laszlo, JGR, Joy2World, bmcclure ; o Licenced under Cr... |
|
 |
Forum: Scripts Topic: [module] Dock 1.0 (testing 2.0 b3) |
| Chance |
|
Posted: January 4th, 2011, 5:00 pm
|
|
Replies: 351 Views: 50571
|
| Hi majkinetor, maybe I have don't understand how your script work, but here is my question. For illustration purpose, I will use the script wrote by doyle on the previous page : #Persistent SetBatchLines, -1 Process, Priority,, High Gui +LastFound hWnd := WinExist() DllCall( "Regist... |
|
 |
Forum: Support Topic: n |
| Chance |
|
Posted: January 4th, 2011, 12:57 pm
|
|
Replies: 5 Views: 195
|
|
 |
Forum: Support Topic: How to make a Post-it script |
| Chance |
|
Posted: January 4th, 2011, 12:53 pm
|
|
Replies: 3 Views: 183
|
| this kind of script seems to doesn't exist. http://www.autohotkey.com/forum/viewtopic.php?t=29870 You could use that script as a blueprint if you wanted Ok, it's an interesting script, I don't understand all of the code, but it seems to "just" display a note on the desk, and you cannot at... |
|
 |
Forum: Support Topic: How to make a Post-it script |
| Chance |
|
Posted: December 31st, 2010, 8:39 am
|
|
Replies: 3 Views: 183
|
| Thanks PurloinedHeart, I will have a look on this script. |
|
 |
Forum: Support Topic: How to make a Post-it script |
| Chance |
|
Posted: December 30th, 2010, 5:32 pm
|
|
Replies: 3 Views: 183
|
| Hi all, as a first script (discover ahk last week), I will try to develop a Post-it script. Made some search on the forum, this kind of script seems to doesn't exist. So first, I need some help to define the way I have to start my script (no to go in the wrong way since). FEATURES : - post-it should... |
|
 |
Forum: Scripts Topic: [function] DockA 1.0 |
| Chance |
|
Posted: December 30th, 2010, 4:29 pm
|
|
Replies: 12 Views: 4029
|
Ok, so as the documentation of DockA.ahk said :
Quote: Using dock module you can glue windows to an AHK window.
So Majikinetor, if I want to glue a AHK script to a third part windows (i.e. notepad window) i have to use your other dock script, Dock.ahk, right ? |
|
 |
Forum: Support Topic: Transparency and Set_Parent_by_title |
| Chance |
|
Posted: December 30th, 2010, 11:50 am
|
|
Replies: 1 Views: 124
|
| Ok, still trying to solve my problem, i have tried to use another way to set my gui to a third party app. I use the Win.ahk script from majkinetor : http://www.autohotkey.com/forum/viewtopic.php?t=47856 Here is the code : #Singleinstance, Force #Include Win.ahk Gui, 1:Color, EEAA99 Gui, 1:Font, S20,... |
|
 |
Forum: Support Topic: Transparency and Set_Parent_by_title |
| Chance |
|
Posted: December 30th, 2010, 9:56 am
|
|
Replies: 1 Views: 124
|
| Hi everybody, I try to do a little script writing a text on transparent background on a specified window. Here's my code : #Singleinstance, Force Gui, 1:Color, EEAA99 Gui, 1:Font, S20, Arial Black Gui, 1:Add, Text, BackgroundTrans vT1, Some cool text Gui, 1:Add, Text, xp-3 yp-3 cFFB10F BackgroundTra... |
|
 |
| Sort by: |