Speaking of 1.4 beta, as a developer I would be interested in seeing it made easier to have a parralel install of the beta to test. Now it installs itself to home()\tools\ab. Even if I change it to say home()\tools\ab-beta, there are so many references that need to be changed I cannot be sure of not crossing the beta and current releases.
What do you suggest as the best way to manage testing beta releases on project X, while still developing release level with project Y?
Issue solved
IE considers disabled="" as .disabled, other browsers as !.disabled
please do the following:
modify command awHTML
replace:
TEXTTO laTab[.PageOrder]TEXTMERGE NOSHOW FLAGS 1 PRETEXT 15<divid=""class=" pageTab"
title=""
disabled=""
active=""><this.cCaption(, m.loPage)></div>ENDTEXT
by:
TEXTTO laTab[.PageOrder]TEXTMERGE NOSHOW FLAGS 1 PRETEXT 15<divid=""class=" pageTab"
title=""<Iif(.Enabled, '', 'disabled="disabled"')>
active=""><this.cCaption(, m.loPage)></div>ENDTEXT
V 1.40 bêta 3 will soon get released with other minor enhancements.
Thanks,
Users running IE 10 when they click on a tab of a pageframe, the tab is not activated. 2 calls today, basically since app runs on pageframes they are stuck. they have no debugging tools, so i am trying to install ie 10.
ie 10 also breaks a lot of the CSS you are generating for borders.