Error in new dialog widget

View: New views
2 Messages — Rating Filter:   Alert me  

Error in new dialog widget

by marun :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

In new implementation of linb.UI.Dialog (I have downloaded the UI.js which is used by IDE) frame doesn't resize with border, so it is possible to resize dialog so much, that it is impossible to resize it once again.

Ex:
--------8<----------------------------
var d = new linb.UI.Dialog();
d.setWidth(300);
d.setHeight(300);

d.create();

var root = linb([document.body],null);

root.attach(d,null);
--------8<----------------------------

PS.
I found a new method of showing widgets better then old one.

PSS.
I's it possible to get somewhere unpacked version of linb.js and UI.js?

Re: Error in new dialog widget

by linb :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


It's just a developping version.  You can download all the source code from website after jsLINB 0.3 launch.

If you really want the raw source code before that, I can email it to you after the Chinese New Year. You can remind me after two weeks.