AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

transcolor problem (solved)

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
etopsirhc



Joined: 12 Mar 2008
Posts: 32
Location: OR

PostPosted: Mon Sep 08, 2008 4:12 pm    Post subject: transcolor problem (solved) Reply with quote

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
View user's profile Send private message Visit poster's website
Serenity



Joined: 07 Nov 2004
Posts: 1276

PostPosted: Mon Sep 08, 2008 4:17 pm    Post subject: Reply with quote

Remove the Return before the WinSet command.
_________________
"Anything worth doing is worth doing slowly." - Mae West
Back to top
View user's profile Send private message Visit poster's website
trenton_xavier



Joined: 16 Jun 2008
Posts: 64
Location: Pittsburgh, Pennsylvania, USA

PostPosted: Mon Sep 08, 2008 4:21 pm    Post subject: Reply with quote

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
View user's profile Send private message AIM Address
etopsirhc



Joined: 12 Mar 2008
Posts: 32
Location: OR

PostPosted: Mon Sep 08, 2008 4:27 pm    Post subject: Reply with quote

*killed return and ran it*
dam didn't work any other ideas?
Back to top
View user's profile Send private message Visit poster's website
etopsirhc



Joined: 12 Mar 2008
Posts: 32
Location: OR

PostPosted: Mon Sep 08, 2008 4:32 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
etopsirhc



Joined: 12 Mar 2008
Posts: 32
Location: OR

PostPosted: Tue Sep 09, 2008 2:44 am    Post subject: Reply with quote

bump
Back to top
View user's profile Send private message Visit poster's website
wrecklass



Joined: 19 Mar 2007
Posts: 23

PostPosted: Tue Sep 09, 2008 4:59 am    Post subject: Reply with quote

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
View user's profile Send private message
Guest






PostPosted: Tue Sep 09, 2008 5:29 am    Post subject: Reply with quote

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

PostPosted: Tue Sep 09, 2008 8:24 pm    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Sivvy



Joined: 21 Jul 2008
Posts: 711
Location: Calgary, AB, Canada

PostPosted: Tue Sep 09, 2008 8:46 pm    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
etopsirhc



Joined: 12 Mar 2008
Posts: 32
Location: OR

PostPosted: Wed Sep 10, 2008 8:53 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group