- 
  Posted by tom022 on Sat, 10 Mar 2012 21:32:49Welcome it's again Me i need function to print message in WoW addon studio console i try to use this ConsoleAddMessage() but does not work :/ Message should be show in this program i'm not sure is that possible Thanks for help 
- 
  Posted by jnwhiteh on Sun, 11 Mar 2012 01:01:53print("hello world") DEFAULT_CHAT_FRAME:AddMessage("hello world")
- 
  Posted by tom022 on Sat, 17 Mar 2012 22:15:04This is function to write in game chat i need to print in Addon Studio not in game... And i have new problem if i create frame in .xml file and i wont to use THIS : Frame:Hide() in lua file how to definite "Frame" if my frame name is "Tablica" so the final result should be like this Tablica:Hide(); 
- 
  Posted by jnwhiteh on Sat, 17 Mar 2012 23:04:15I cannot help you in the least with addon studio. 
- 
  Posted by tom022 on Mon, 19 Mar 2012 17:59:58My last post :This is function to write in game chat i need to print in Addon Studio not in game... And i have new problem if i create frame in .xml file and i wont to use THIS : Frame:Hide() in lua file how to definite "Frame" if my frame name is "Tablica" so the final result should be like this Tablica:Hide(); 
 OK i know what is this "Tablica" / "Frame" I'ts a name of widged so if we are createing frame Frame name="TabForm" hidden="true" movable="true" -- its only 1st line of creating frame as You can see | name = "TabForm" | if we wants to hide this frame we should use: TabForm:Hide() in LUA file 
- 
  Posted by acidweb on Mon, 19 Mar 2012 18:05:50You are from Poland right? Join #wowprogramming on Freenode servers and i will answer your questions. 
