Qslig Posted January 30, 2005 Posted January 30, 2005 (edited) Hello!Is it possible to use öäå in GUI MenuHere is the code and it wont work! ;Start GUI #include <GUIConstants.au3> GUICreate("Supr Progr") GUISetState () ;Menyer $arkiv = GUICtrlCreateMenu ("Arkiv") $Stäng = GUICtrlCreateMenuitem ("Stäng",$arkiv) ; Håller igång programet tills man stänger det While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop WendEdit: nvm Edited January 30, 2005 by Qslig
jpm Posted January 30, 2005 Posted January 30, 2005 Hello!Is it possible to use öäå in GUI MenuHere is the code and it wont work! ;Start GUI #include <GUIConstants.au3> GUICreate("Supr Progr") GUISetState () ;Menyer $arkiv = GUICtrlCreateMenu ("Arkiv") $Stäng = GUICtrlCreateMenuitem ("Stäng",$arkiv) ; Håller igång programet tills man stänger det While 1 $msg = GUIGetMsg() If $msg = $GUI_EVENT_CLOSE Then ExitLoop WendEdit: nvm <{POST_SNAPBACK}>WE do our best Jon and I to have string sending characrers with accent but i your case you cannot use them in the name of the variable so change to$Stang = GUICtrlCreateMenuitem ("Stäng",$arkiv)
Qslig Posted January 30, 2005 Author Posted January 30, 2005 jpm thx for the information, Its not like shit I cant use öäå I was just curius.
jpm Posted January 30, 2005 Posted January 30, 2005 jpm thx for the information, Its not like shit I cant use öäå I was just curius.<{POST_SNAPBACK}>I can't use either éèêëï,.... in the variable name. You know these english speaking people never thought that accents can be of some use ... (No offense JON)
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