Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EGL Development Tools » Disabling DojoButtons
Disabling DojoButtons [message #902896] Tue, 21 August 2012 00:49 Go to next message
James Caron is currently offline James CaronFriend
Messages: 2
Registered: August 2012
Junior Member
I'm am fairly new to EDT but have been working with RBD for several years. I've noticed that when a dojobutton is set to disabled it appears as you would expect but is still clickable. Before I start digging around in the javascript I was curious as to whether anyone else has experienced this behavior or if my implementation of the disabled property is causing issues, although i'm not sure how that could be the case. Thanks,

James
Re: Disabling DojoButtons [message #907671 is a reply to message #902896] Tue, 04 September 2012 08:43 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 #907740 is a reply to message #902896] Tue, 04 September 2012 09:01 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
Messages: 58
Registered: September 2012
Member
Not figure out why the msg doestn't show!!!!
Re: Disabling DojoButtons [message #907747 is a reply to message #902896] Tue, 04 September 2012 08:43 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 Go to previous messageGo to next message
Smyle H is currently offline Smyle HFriend
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 #907773 is a reply to message #902896] Tue, 04 September 2012 09:02 Go to previous message
Smyle H is currently offline Smyle HFriend
Messages: 58
Registered: September 2012
Member
Not figure out why the msg doestn't show!!!!
Re: Disabling DojoButtons [message #907792 is a reply to message #902896] Tue, 04 September 2012 08:43 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 #907797 is a reply to message #902896] Tue, 04 September 2012 09:02 Go to previous message
Smyle H is currently offline Smyle HFriend
Messages: 58
Registered: September 2012
Member
Not figure out why the msg doestn't show!!!!
Re: Disabling DojoButtons [message #907819 is a reply to message #902896] Tue, 04 September 2012 08:43 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 #907824 is a reply to message #902896] Tue, 04 September 2012 09:02 Go to previous message
Smyle H is currently offline Smyle HFriend
Messages: 58
Registered: September 2012
Member
Not figure out why the msg doestn't show!!!!
Re: Disabling DojoButtons [message #907847 is a reply to message #902896] Tue, 04 September 2012 08:43 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 #907852 is a reply to message #902896] Tue, 04 September 2012 09:02 Go to previous message
Smyle H is currently offline Smyle HFriend
Messages: 58
Registered: September 2012
Member
Not figure out why the msg doestn't show!!!!
Re: Disabling DojoButtons [message #907877 is a reply to message #902896] Tue, 04 September 2012 08:43 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 #907882 is a reply to message #902896] Tue, 04 September 2012 09:02 Go to previous message
Smyle H is currently offline Smyle HFriend
Messages: 58
Registered: September 2012
Member
Not figure out why the msg doestn't show!!!!
Re: Disabling DojoButtons [message #907909 is a reply to message #902896] Tue, 04 September 2012 08:49 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 Go to previous message
Smyle H is currently offline Smyle HFriend
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 #907912 is a reply to message #902896] Tue, 04 September 2012 09:02 Go to previous message
Smyle H is currently offline Smyle HFriend
Messages: 58
Registered: September 2012
Member
Not figure out why the msg doestn't show!!!!
Previous Topic:View - ActionView
Next Topic:Trident the only option?
Goto Forum:
  


Current Time: Thu Mar 28 08:50:43 GMT 2024

Powered by FUDForum. Page generated in 0.05652 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top