I had been working with Mushclient 4.84, added a ton of aliases and such, then moved on to trying to figure out miniwindows. In the tutorial area of miniwindows, it says to just use the script prefix and put this in and it'll pop up a window. Well I did, a little white window popped up, and it completed wiped out all of my settings, aliases, triggers, variables, everything.
Why did this happen? Is there a way to recover from this? No I didn't have a backup. I didn't realize that using the script prefix would delete everything.
This is what I put in (**** is my script prefix) cut and pasted from the miniwindow tutorial/info page:
Why did this happen? Is there a way to recover from this? No I didn't have a backup. I didn't realize that using the script prefix would delete everything.
This is what I put in (**** is my script prefix) cut and pasted from the miniwindow tutorial/info page:
**** win = "test_" .. GetPluginID () -- get a unique name, ensure not empty if outside plugin
WindowCreate (win, 0, 0, 200, 200, miniwin.pos_center_all, 0, ColourNameToRGB("white")) -- create window
WindowShow (win, true) -- show it