Hi,
I would like to see the ability to programmatically get the 'name' property of a view in B4A. Reliance on the 'tag' attribute and creating convoluted ways of doing so seems trivial for something which is so useful and necessary.
If i remember the definition from when i did VB6, the tag attribute is for including extra information to a control or in B4A a view. I almost always have something useful in the tag property of a view so trying to get and reference the views 'name' is hard work.
Something similar to the DOM's getElementById(id) would be good i.e.
getViewNameByTag(tag As string)
When creating dynamic views at runtime this would be a real timesaver.
I shift continually between being amazed at the advanced, great, features of B4A (especially when compared to the learning curve in learning Java/eclipse from scratch) and total bewilderment why it omits some real fundamental stuff.
That said, ill stick with and support b4a any day over the for-mentioned IDE - cos i value my sanity and time.
Way to go Erel & B4A
I would like to see the ability to programmatically get the 'name' property of a view in B4A. Reliance on the 'tag' attribute and creating convoluted ways of doing so seems trivial for something which is so useful and necessary.
If i remember the definition from when i did VB6, the tag attribute is for including extra information to a control or in B4A a view. I almost always have something useful in the tag property of a view so trying to get and reference the views 'name' is hard work.
Something similar to the DOM's getElementById(id) would be good i.e.
getViewNameByTag(tag As string)
When creating dynamic views at runtime this would be a real timesaver.
I shift continually between being amazed at the advanced, great, features of B4A (especially when compared to the learning curve in learning Java/eclipse from scratch) and total bewilderment why it omits some real fundamental stuff.
That said, ill stick with and support b4a any day over the for-mentioned IDE - cos i value my sanity and time.
Way to go Erel & B4A