jimking wrote:
There is no "gui mode" hamid. The Android mode in the Designer works like the normal one, but with less components and cores, and no compatibility for script! (I don't know for the future versions of the app..)
With only addition the "Hot Spot" core for the click on option for weather update or shortcut.
when i said gui i mean designer, as i mostly use script for my works and don't like to use designer.
jimking wrote:
From your reply I see that you talk about .png files..
About pngs there is a default code for this function that I used once putting this code "${WeekNumInt2}.png"
Here:
http://jimking.deviantart.com/art/Class ... -437006491My query is if this can be reproduced with TXTs...
There are already a lot android widgets with this mode, and when I try to check them from "inside" I don't find any pngs, so somehow is possible..
when i said png i mean [image object] in designer and using binding core data to link to the png files.
(just to note [image object] is available in android mode but [pnganimate object] doesn't.)
(also you can use any other formats for images that xwidget support (like jpg); png was just an example)
for example if you create png file with name [obj1-sat.png], when saturday is today, in binding core it will get obj1-sat.png for saturday and image will be shown but other objects will get obj2-sat.png , obj3-sat.png that the file is doesn't exist, so nothing will shown for those objects, so you hide other days that way.
i tested my idea and it works,
just you need to create empty png files instead of non-exist files that i said above as well, to hide image after first load.
(this should be a bug of xwidget: after the first time image loaded it will doesn't hide until matching new image name to load it; this means binding core doesn't update until match an image)
i hope you get what i mean