| View previous topic :: View next topic |
| Author |
Message |
etopsirhc
Joined: 12 Mar 2008 Posts: 32 Location: OR
|
Posted: Mon Sep 08, 2008 4:12 pm Post subject: transcolor problem (solved) |
|
|
solved
i'v tried a few difrent things but it keeps showing the red >.<
i tried with the 0x with out it and even the word red but still nothing
[/b]
Last edited by etopsirhc on Wed Sep 10, 2008 8:50 am; edited 3 times in total |
|
| Back to top |
|
 |
Serenity
Joined: 07 Nov 2004 Posts: 1276
|
Posted: Mon Sep 08, 2008 4:17 pm Post subject: |
|
|
Remove the Return before the WinSet command. _________________ "Anything worth doing is worth doing slowly." - Mae West
 |
|
| Back to top |
|
 |
trenton_xavier
Joined: 16 Jun 2008 Posts: 64 Location: Pittsburgh, Pennsylvania, USA
|
Posted: Mon Sep 08, 2008 4:21 pm Post subject: |
|
|
| Also, at least from your screen cap, that area is not pure red(0000FF). Theres variations like 0000FE, 0000FB, 0001FD, 0004F7. You might need to modify that bmp, too. |
|
| Back to top |
|
 |
etopsirhc
Joined: 12 Mar 2008 Posts: 32 Location: OR
|
Posted: Mon Sep 08, 2008 4:27 pm Post subject: |
|
|
*killed return and ran it*
dam didn't work any other ideas? |
|
| Back to top |
|
 |
etopsirhc
Joined: 12 Mar 2008 Posts: 32 Location: OR
|
Posted: Mon Sep 08, 2008 4:32 pm Post subject: |
|
|
| trenton_xavier wrote: | | Also, at least from your screen cap, that area is not pure red(0000FF). Theres variations like 0000FE, 0000FB, 0001FD, 0004F7. You might need to modify that bmp, too. |
*points to the pictures extension* it is a bmp |
|
| Back to top |
|
 |
etopsirhc
Joined: 12 Mar 2008 Posts: 32 Location: OR
|
Posted: Tue Sep 09, 2008 2:44 am Post subject: |
|
|
| bump |
|
| Back to top |
|
 |
wrecklass
Joined: 19 Mar 2007 Posts: 23
|
Posted: Tue Sep 09, 2008 4:59 am Post subject: |
|
|
| etopsirhc wrote: | | trenton_xavier wrote: | | Also, at least from your screen cap, that area is not pure red(0000FF). Theres variations like 0000FE, 0000FB, 0001FD, 0004F7. You might need to modify that bmp, too. |
*points to the pictures extension* it is a bmp | He didn't say it is not a bmp. He said you have some variation in the reds in that picture. You may need to alter it so that all pixels are the same pure red. |
|
| Back to top |
|
 |
Guest
|
Posted: Tue Sep 09, 2008 5:29 am Post subject: |
|
|
a few things:
Maximize is spelled with a 'z' and it seems like it is unnecessary unless you want the gui window to cover the whole screen
also try replacing your winset line with
| Code: | Gui +LastFound
WinSet, TransColor, 0x0000ff |
|
|
| Back to top |
|
 |
etopsirhc
Joined: 12 Mar 2008 Posts: 32 Location: OR
|
Posted: Tue Sep 09, 2008 8:24 pm Post subject: |
|
|
i just tried and it failed but i tried with 0x000000 and the black in the pic was gone , but when i did red all of it was still there , wtf
btw the maximize is cuase this is gonna be part of a new desk top for me
i just now changed the color from red (0x0000ff) to pink (0xff00ff) and it worked. i think AHK just hates red >.<
so do any of u know how to make a open file window that only shows shortcuts , and a nother that only shows the folders ? |
|
| Back to top |
|
 |
Sivvy
Joined: 21 Jul 2008 Posts: 711 Location: Calgary, AB, Canada
|
Posted: Tue Sep 09, 2008 8:46 pm Post subject: |
|
|
First, change your Subject line to something more meaningful... It may be solved, but if someone else has the same problem, they'll never find this thread.
Second, this script may help you with your open file window... Just look through the script, and pick out what you like. I'm sure you could find a way to make it only show what you want. |
|
| Back to top |
|
 |
etopsirhc
Joined: 12 Mar 2008 Posts: 32 Location: OR
|
Posted: Wed Sep 10, 2008 8:53 am Post subject: |
|
|
| Sivvy wrote: | First, change your Subject line to something more meaningful... It may be solved, but if someone else has the same problem, they'll never find this thread.
Second, this script may help you with your open file window... Just look through the script, and pick out what you like. I'm sure you could find a way to make it only show what you want. |
ok , i changed the title but idk how that code even begins to work so i found a way around but now i need to know how to use an ini file >.< |
|
| Back to top |
|
 |
|