I've got a case when application consist of multiple panels due to fact that small screens have to be supported and each panel should contain labels for the same object in a first column (left part of the screen). I understand that creating objects with the same id most likely would fail... but B4A allows me to create such objects... but unfortunately they do not work as expected (but should they work anyway ?)
I got case when items display correctly on multiple panels. But when I try to hide such items - that procedure (using lblNumber1.Visible=False) worked correctly only for one panel. When I switched to another panel with the same item - it still in visible state... Could you please advice it such configuration is valid of if it is not - what's the best alternative other then creating multiple copies of the same items i.e. lblNumber1=lblNumber1a=lblNumber1b e.t.c.
I got case when items display correctly on multiple panels. But when I try to hide such items - that procedure (using lblNumber1.Visible=False) worked correctly only for one panel. When I switched to another panel with the same item - it still in visible state... Could you please advice it such configuration is valid of if it is not - what's the best alternative other then creating multiple copies of the same items i.e. lblNumber1=lblNumber1a=lblNumber1b e.t.c.