Hi,
I am using linb 4.0
Other stuff:
Red Hat Enterprise 5, 64-bit
PHP 5.1.6
Apache 2.2.3
mod_wsgi 3.3
Web2py 1.97.1
Firefox 3.6.7 w/ Firebug 1.7.3
Or Firefox 9.0.1 w/ Firebug 1.9.0
Or Opera 11.60
To recreate this problem, I create a new project in VisualJS and use the following index.js code. Then click the Run button. The error message in Firebug is:
(new (linb.UI.ComboInput)).setHost(host, "ctl_comboinput94").setLeft(130).setTop(110).setLabelCaption is not a function
http://brucedickey-lnx/linb/static/VisualJS/projects/SPA_spin/App/js/index.js?rand=1327937550345Line 23
What is odd is that this problem occurs on my PC, but not on my co-worker's (who is also running RHEL5 64-bit, Firefox 3). And it does not occur when running this app in the online Builder.
So it is something to do with my PC.By the way, there is the same issue with .setLabelSize(). Odd that certain functions give the problem, but not others.
Anyone have a suggestion on how to proceed to debug this?
Thanks