Le 30 déc. 2010 à 23:00, Mark Schonewille a écrit :

> Yves,
> 
> What do you have in the script of your mainstack *now*? What is the name of 
> the mainstack and what is the name of the substack? 
> 
> --
> Best regards,
> 


re Mark,

the main stack : "accueil'
the substack "dialogues"

the main stack :

on preopenstack
  start using stack "mes scripts"
  set the rect of this stack to "74,96,701,542"
end preopenstack


on preOpenCard
  if the mode of this stack "accueil" = "5" then
    if not the visible of stack "accueil" then
      lock messages
      set the visible of stack "accueil" to true
      unlock messages
    end if
  end if
  if the mode of stack "accueil" = "6" then
    if not the visible of stack "accueil" then
      lock messages
      set the visible of stack "accueil" to true
      unlock messages
    end if
  end if
 end preOpenCard



Greetings.

Yves COPPE
yvesco...@skynet.be

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to