It's still work in progress, but the basics are working and it should be perfectly usable

http://www.splash21.com/MobGUI/
JC
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on preOpencard
# mobGUIStart ---> Inserted by mobGUI plugin
if "MobGUILib-1319802412201.22998" is not among the lines of the stacksInUse then start using stack "MobGUILib-1319802412201.22998"
mobGUIPreOpenCard me
# mobGUIEnd
end preOpencard
gpb01 wrote:Hi Genie,
YES, I don't know why, but the MobGUI script in no more inserted on the preOpenCard, also if you push the MobGUI button to insert, and, without the script ...
The only solution is to manually add the following script on each card :
... and MANUALLY REPLACE the name of the MobGUILib with the one that MobGUI add to your mainStack (... so, in the script, you have to change the "MobGUILib-1319802412201.22998" with the correct name).Code: Select all
on preOpencard # mobGUIStart ---> Inserted by mobGUI plugin if "MobGUILib-1319802412201.22998" is not among the lines of the stacksInUse then start using stack "MobGUILib-1319802412201.22998" mobGUIPreOpenCard me # mobGUIEnd end preOpencard
Hope this help ...
Guglielmo
Code: Select all
on preOpenCard
# mobGUIStart ---> Inserted by mobGUI plugin
if "MobGUILib-1323401357536.077881" is not among the lines of the stacksInUse then start using stack "MobGUILib-1323401357536.077881"
mobGUIPreOpenCard me
# mobGUIEnd
end preOpenCard