Integrated Application Platform › Forums › General › may be a bug › Re: Re: may be a bug
November 3, 2014 at 2:49 pm
#1111
Moderator
Hello Tahar,
Sorry for the delayed reply.
The problem is that you are calling Params in your arguments to Window which will already create its own window.
Try either
Params(#(Text “Hello”), ‘pg’, #(Text “Goodbye”))
or
Window(Object(‘Params’ #(Text “Hello”), ‘pg’, #(Text “Goodbye”)))