Jump to content

Recommended Posts

Posted

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)

NEWHeader1.png

Posted

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)

It is something with GUIRegisterMsg and the GuiButton function. Researching.

Kohr

Posted

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

Posted

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 ;)

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...