debugger freezes at new card?

Thomas McGrath III 3mcgrath at adelphia.net
Sat Feb 7 23:43:48 EST 2004


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
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>

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



More information about the use-livecode mailing list