Sigma Php Ajax framework, Ajax Components, GUI Builder
May 21, 2012, 10:52:10 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Display problem of checkboxes with theme = vista (R920)  (Read 424 times)
ludwigl
Sr. Member
****
Posts: 47


View Profile
« on: August 05, 2010, 04:41:21 AM »

Hi linb,

I am sorry to bother you again with a minor issue.

The display of the check box does not work correctly when displayed with theme = vista (tested with Firefox 3.6.8 and IE8).
The problem does not occur with theme = default or theme = aqua.

Here is the example code:

        iniComponents : function(){
            // [[code created by jsLinb UI Builder
            var host=this, children=[], append=function(child){children.push(child.get(0))};
           
            append(
                (new linb.UI.CheckBox)
                .setHost(host,"ctl_checkbox1")
                .setDirtyMark(false)
                .setLeft(60)
                .setTop(70)
                .setWidth(370)
                .setCaption("ctl_checkbox1")
            );
           
            append(
                (new linb.UI.CheckBox)
                .setHost(host,"ctl_checkbox18")
                .setDirtyMark(false)
                .setLeft(60)
                .setTop(90)
                .setWidth(370)
                .setCaption("ctl_checkbox2")
                .setValue(true)
            );
           
            return children;
            // ]]code created by jsLinb UI Builder
        },
       
        _com_onready : function (com, threadid) {
            linb.UI.setTheme('vista');
        },
        events : {"onReady":"_com_onready"}

With best regards,

Ludwig

Logged
linb
Administrator
Hero Member
*****
Posts: 435


View Profile
« Reply #1 on: August 05, 2010, 05:28:37 AM »

Fixed
Logged
ludwigl
Sr. Member
****
Posts: 47


View Profile
« Reply #2 on: August 05, 2010, 06:17:47 AM »

Hi linb,

thanks for the quick fix. It works fine in R928.

With best regards,

Ludwig
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!