dear friends, thanks for your suggestion but you have confirmed only what i already know.
It 's clear infact that systems are different ( and infact this is the problem!).
In photon network gui, showed buttons relative to open rooms are showed with an algoritm that update every time the gui (that is it use standard gui..in this case is the optimal and unique solution ).
So at this time , the only method that i can use is relative a closed set (that is i must predict the max number of roms that users can use). I explain better, i must define max number number of room available, so at first execution it will show nothing, and after at adding of a room, i must delete all ngui object and rewrite the correct on screen. At the end my problem is that the Ongui or Update or similar, will go crazy! (delete and rewrite inside a update or similar i saw).
This is reaaly bad because when want use in future server with several hundred of rooms (for example) i must create a GUI with hundred of button ready, or create it dinamically. But the real problem is that i can't update it with the same method of GUI.