The config file has to be in ~/.weexrc or ~/.weex/weexrc.
Cheers,
Ludo.
--
http://www.geeksback.com - Secure File Backups for Geeks
http://www.palmopensource.com - The PalmOS Open Source Portal.
Hi !
Using the following zul code, I get checkboxes aligned vertically.
X checkbox1
X checkbox2
X checkbox3
<a:bind model="all"/>
<grid id="mygrid">
<rows>
<a:bind _var="thissource"/>
<row >
<a:bind label="thissource.name"...