HI Erel,
Is it possible to add some (of the following) functions for the homescreen widgets?
setLayout(String ViewName, int Left, int Top, int Width, int Height);
- Changes the view position on runtime. (need this desperately.)
getWidth(String ViewName);
setWidth(String ViewName, int Width);
- gets (and sets) the width of a view.
getHeight(String ViewName);
setHeight(String ViewName, int Height);
- gets (and sets) the height of a view.
addView(View view, String ViewName, int Left, int Top, int Width, int Height);
- Adds a view on runtime. (need this desperately.)
removeView(String ViewName)
- Removes a view at runtime. (need this desperately.)
I don't know if it's added yet, but perhaps a:
_longclick
for some views?
Thanks,
XverhelstX