Buttons - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Buttons (/showthread.php?tid=93664) Buttons by c_clarky_89 on 01-25-2010 at 05:45 AM
I have a menu window that opens when you select it from the script menu and im struggling to get another window to open when you click on the button thats on the menu RE: Buttons by matty on 01-25-2010 at 02:06 PM Post your code because your question is leaving me with far too many to be able to answer... RE: Buttons by c_clarky_89 on 01-26-2010 at 01:48 AM
Here's the coding: RE: Buttons by matty on 01-26-2010 at 02:19 AM It won't work. Post the PLSC here... RE: Buttons by c_clarky_89 on 01-26-2010 at 02:33 AM Here's The Coding: RE: Buttons by matty on 01-26-2010 at 03:53 AM I don't get what mean. I opened the script from the menu and it works fine. Try and explain in more detail what you are trying to do... RE: Buttons by c_clarky_89 on 01-26-2010 at 03:57 AM when you chose 'Create...' from the menu when you click the 'Letters' button i want the letters window to appear RE: Buttons by matty on 01-26-2010 at 12:42 PM So you are trying to make the different windows for each of the different groups of things you can do? RE: Buttons by c_clarky_89 on 01-26-2010 at 03:32 PM yep when you click letters the letters window will appear when you click symbols the symbol window will appear... etc RE: Buttons by matty on 01-26-2010 at 03:44 PM
What have you tried so far? RE: Buttons by c_clarky_89 on 01-26-2010 at 07:22 PM
Im not using your coding because the personal message dont show in the drop down box unless you have a pm existing which isnt how i want it to work and when i want to change the letters or symbols i dont know how to change them code: This is he XML code ive tryed: code: RE: Buttons by matty on 01-26-2010 at 07:50 PM
The code I wrote you just need to delete these 2 lines: js code:Change to : js code: quote:You dont need to do anything aside from add another button that follows the name of BtnChar. As for your question: Don't assign the variable of the window to the same name as a parameter passed... Meaning create another variable to store the windows object in. Or the window has an error and wont create... RE: Buttons by c_clarky_89 on 01-27-2010 at 05:58 PM ive done the changes im now using the one that you shortend for me i dont get the last bit about the varibles RE: Buttons by matty on 01-27-2010 at 06:34 PM
js code:You are using Wnd twice that isn't the problem but that is a no no. Does the window open at all? If not what shows in the debug window? RE: Buttons by c_clarky_89 on 01-28-2010 at 03:22 AM
When i click on Create... that window appears and when i click on the Letters button nothing happens js code: RE: Buttons by matty on 01-28-2010 at 04:36 AM Post your script and I will take a look... RE: Buttons by c_clarky_89 on 02-04-2010 at 06:41 AM
Hope you can help RE: Buttons by matty on 02-04-2010 at 01:51 PM
So after quickly looking at it you simply copied a bunch of code to different files... RE: Buttons by c_clarky_89 on 02-05-2010 at 09:09 PM it isnt a mess at all and i didnt just copy a bunch of code to a different file i have tryed doing the coding for the buttons but it wont work for me i put the coding into a different file because thats what i thought you had to do. |