Valuater Posted November 17, 2006 Share Posted November 17, 2006 i noticed that these dont work $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Or $msg = $Exit_btn Then Exit If $msg = $Save_btn Then _SaveGrid($File) If $msg = $Load_btn Then _LoadGrid($File) with the GUIRegisterMsg($WM_COMMAND, "MY_WM_COMMAND") and i was working on colors... any ideas?? 8) Link to comment Share on other sites More sharing options...
Kohr Posted November 17, 2006 Author Share Posted November 17, 2006 i noticed that these dont work$msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Or $msg = $Exit_btn Then Exit If $msg = $Save_btn Then _SaveGrid($File) If $msg = $Load_btn Then _LoadGrid($File)with theGUIRegisterMsg($WM_COMMAND, "MY_WM_COMMAND")and i was working on colors... any ideas??8)It is something with GUIRegisterMsg and the GuiButton function. Researching.Kohr AutoIt LinksAutoIt CrapsGrid_PixelSearchAdvancedPixelGrab Link to comment Share on other sites More sharing options...
Kohr Posted November 17, 2006 Author Share Posted November 17, 2006 I found that using func "_GridSort" inside of func "Button_Click" is the problem. Need to figure out another solution so I can sort OR just go away from using the colored buttons and use regular ones. The only reason I initially started using them because I was thinking they could have been used as the actual column headings. Kohr AutoIt LinksAutoIt CrapsGrid_PixelSearchAdvancedPixelGrab Link to comment Share on other sites More sharing options...
fisofo Posted November 17, 2006 Share Posted November 17, 2006 Nice, I could probably use this as well... one note, the Colored cells don't move when you click the sort buttons. Just an fyi Link to comment Share on other sites More sharing options...
Kohr Posted November 17, 2006 Author Share Posted November 17, 2006 Check 1st post. I fixed it all (hopefully). Kohr AutoIt LinksAutoIt CrapsGrid_PixelSearchAdvancedPixelGrab Link to comment Share on other sites More sharing options...
Valuater Posted November 17, 2006 Share Posted November 17, 2006 Check 1st post. I fixed it all (hopefully).Kohrworks great8) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now