ITALIANO
Un saluto a tutti.
Leggendo i vari post di questo forum mi sono scritto una 'sub' per visualizzare n layout all'interno di una unica scrollview.
Una specie di emulazione dello standard 'preferences' di Android, con la possibilità di utilizzare tutte le viste, gestendole come se fossero in un unico layout.
1) come posso conoscere quanto è l'effettiva altezza, occupata dalla vista posta più in basso, di ciascun layout?
Es.: button - Top=100, Height=50 dovrei sapere che l'ultima vista è a 150y
Nell'esempio allegato dovrei modificare le righe 191 e 166 in modo da sostituire il numero costante 60 con la reale altezza della vista.
2) non riesco a convertire la sub AddLayoutToSV(...) in una sub pubblica o inserita in un modulo in modo da poterla richiamare da diverse activity.
Mi date una dritta?
L'utilizzo della sub è commentato all'interno del codice.
Grazie
Enrico
----------
ENGLISH (Translated with google...!)
Greetings to all.
Reading the various posts on the forum I wrote a 'sub' to display n layout within a single Scrollview.
A kind of emulation of the standard 'preferences' of Android, with the possibility to use all the views, managing them as if they were in a single layout.
1) How can I know what is the actual height, occupied by the view put below, each layout?
Ex: button - Top = 100, height = 50 I know that the last view is 150y
In the attached example I should change the lines 191 and 166 in order to replace the costant number 60 with the actual height of the view.
2) I can not convert the sub AddLayoutToSV (...) or inserted in a public sub in a module so you can call up different activity.
Give me a tip?
The use of sub is commented in the code.
thanks
Henry
Un saluto a tutti.
Leggendo i vari post di questo forum mi sono scritto una 'sub' per visualizzare n layout all'interno di una unica scrollview.
Una specie di emulazione dello standard 'preferences' di Android, con la possibilità di utilizzare tutte le viste, gestendole come se fossero in un unico layout.
1) come posso conoscere quanto è l'effettiva altezza, occupata dalla vista posta più in basso, di ciascun layout?
Es.: button - Top=100, Height=50 dovrei sapere che l'ultima vista è a 150y
Nell'esempio allegato dovrei modificare le righe 191 e 166 in modo da sostituire il numero costante 60 con la reale altezza della vista.
2) non riesco a convertire la sub AddLayoutToSV(...) in una sub pubblica o inserita in un modulo in modo da poterla richiamare da diverse activity.
Mi date una dritta?
L'utilizzo della sub è commentato all'interno del codice.
Grazie
Enrico
----------
ENGLISH (Translated with google...!)
Greetings to all.
Reading the various posts on the forum I wrote a 'sub' to display n layout within a single Scrollview.
A kind of emulation of the standard 'preferences' of Android, with the possibility to use all the views, managing them as if they were in a single layout.
1) How can I know what is the actual height, occupied by the view put below, each layout?
Ex: button - Top = 100, height = 50 I know that the last view is 150y
In the attached example I should change the lines 191 and 166 in order to replace the costant number 60 with the actual height of the view.
2) I can not convert the sub AddLayoutToSV (...) or inserted in a public sub in a module so you can call up different activity.
Give me a tip?
The use of sub is commented in the code.
thanks
Henry