For me the debugger takes along time on the create card but it did eventually create the card BUT then it took a long time to change the name to "New" SO it seems while the debugger is open it takes for ever.

I got tired and hit command period and it all sped up?????

Tom

On Feb 7, 2004, at 11:43 PM, Thomas McGrath III wrote:

try

on mouseUp
        put "hello"
        create card "New"
        put "world"
end mouseUp


new card is for outside support (HC or SC) and may not work with the name empty?????
the docs say to use
create card "Name"
or
create card
which leaves the name of the card as empty.... (why do this though)


Tom


On Feb 7, 2004, at 11:25 PM, Alex Rice wrote:


Anyone know if this is in bugzilla? The debugger freezes up at line 2 of this handler:

on mouseup
  put "hello"
  new card
  put "world"
end mouseup

--
Alex Rice | Mindlube Software | http://mindlube.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution



Thomas J. McGrath III SCS 1000 Killarney Dr. Pittsburgh, PA 15234 412-885-8541

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution



Thomas J. McGrath III SCS 1000 Killarney Dr. Pittsburgh, PA 15234 412-885-8541

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to