Home » Archived » EGL Development Tools » Disabling DojoButtons
|
Re: Disabling DojoButtons [message #907671 is a reply to message #902896] |
Tue, 04 September 2012 08:43 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907674 is a reply to message #902896] |
Tue, 04 September 2012 08:45 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907687 is a reply to message #902896] |
Tue, 04 September 2012 08:49 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907694 is a reply to message #902896] |
Tue, 04 September 2012 08:50 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907700 is a reply to message #902896] |
Tue, 04 September 2012 08:43 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907701 is a reply to message #902896] |
Tue, 04 September 2012 08:45 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907719 is a reply to message #902896] |
Tue, 04 September 2012 08:43 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907720 is a reply to message #902896] |
Tue, 04 September 2012 08:45 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907721 is a reply to message #902896] |
Tue, 04 September 2012 08:49 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907722 is a reply to message #902896] |
Tue, 04 September 2012 08:50 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907736 is a reply to message #902896] |
Tue, 04 September 2012 09:01 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Re: Disabling DojoButtons [message #907747 is a reply to message #902896] |
Tue, 04 September 2012 08:43 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907748 is a reply to message #902896] |
Tue, 04 September 2012 08:45 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907749 is a reply to message #902896] |
Tue, 04 September 2012 08:49 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907750 is a reply to message #902896] |
Tue, 04 September 2012 08:50 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907768 is a reply to message #902896] |
Tue, 04 September 2012 08:43 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907769 is a reply to message #902896] |
Tue, 04 September 2012 08:45 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907770 is a reply to message #902896] |
Tue, 04 September 2012 08:49 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907771 is a reply to message #902896] |
Tue, 04 September 2012 08:50 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907772 is a reply to message #902896] |
Tue, 04 September 2012 09:01 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Re: Disabling DojoButtons [message #907792 is a reply to message #902896] |
Tue, 04 September 2012 08:43 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907793 is a reply to message #902896] |
Tue, 04 September 2012 08:45 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907794 is a reply to message #902896] |
Tue, 04 September 2012 08:49 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907795 is a reply to message #902896] |
Tue, 04 September 2012 08:50 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907796 is a reply to message #902896] |
Tue, 04 September 2012 09:01 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Re: Disabling DojoButtons [message #907819 is a reply to message #902896] |
Tue, 04 September 2012 08:43 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907820 is a reply to message #902896] |
Tue, 04 September 2012 08:45 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907821 is a reply to message #902896] |
Tue, 04 September 2012 08:49 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907822 is a reply to message #902896] |
Tue, 04 September 2012 08:50 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907823 is a reply to message #902896] |
Tue, 04 September 2012 09:01 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Re: Disabling DojoButtons [message #907847 is a reply to message #902896] |
Tue, 04 September 2012 08:43 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907848 is a reply to message #902896] |
Tue, 04 September 2012 08:45 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907849 is a reply to message #902896] |
Tue, 04 September 2012 08:49 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907850 is a reply to message #902896] |
Tue, 04 September 2012 08:50 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907851 is a reply to message #902896] |
Tue, 04 September 2012 09:01 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Re: Disabling DojoButtons [message #907877 is a reply to message #902896] |
Tue, 04 September 2012 08:43 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907878 is a reply to message #902896] |
Tue, 04 September 2012 08:45 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907879 is a reply to message #902896] |
Tue, 04 September 2012 08:49 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907880 is a reply to message #902896] |
Tue, 04 September 2012 08:50 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907881 is a reply to message #902896] |
Tue, 04 September 2012 09:01 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Re: Disabling DojoButtons [message #907909 is a reply to message #902896] |
Tue, 04 September 2012 08:49 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907910 is a reply to message #902896] |
Tue, 04 September 2012 08:50 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907911 is a reply to message #902896] |
Tue, 04 September 2012 09:01 |
Smyle H Messages: 58 Registered: September 2012 |
Member |
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Goto Forum:
Current Time: Sun Dec 22 04:56:51 GMT 2024
Powered by FUDForum. Page generated in 0.32245 seconds
|