revServer memo  :: focus on : server STACKS

         1) USING an existing stack
        go stack myStack.livecode   :: make sure the correct file extension is 
used
        effect :: sets the correct message path putting mystack ahead in the 
path
        getting values and setting values from/to existing fields work fine.
        getting values and setting values from/to existing custom props work 
fine.
        
         2) CREATING a new stack
        create stack myStack  :: works eventhough command is greyed out in the
revServer dictionnary.
        create card myCard  :: works fine.
        WARNING ::create field does not work eventhough it is not greyed out in 
the
revServer disctionnary.
        USE custom props of card instead, creating & saving cutom props work 
fine.

         3) SAVING a stack
        • The FIRST TIME a Newly created stack is saved, the form save MyStack 
as
myStack.livecode must be used
        stack is saved in the currentFolder, determined by the folder of the
current .lc file in use
        • When stack is invoked by the go to stack myStack.livecode command, a
simple save stack myStack works fine.

please check, confirm and i'll then update the docs

--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Server-create-stack-trouble-tp3721781p3727487.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
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