Dialog Button positioning

Is there a way to position teh dialog buttons, other than just linearly laying them out one after another? I would prefer some control over where they go. 

Comments

  • You mean the programmable dialogs? No there is no layout except margins. It should be as simple as possible so it works in different gui with different css.
  • Yes, that's correct. So, how does one go about making a wizard like the microscope one you guys made? That has a very custom look and feel. Is that covered someplace? I would assume its a custom html page with some type of websocket communication. 
  • Yes, microsocope wizard is not a regular wizard, just placed in the list. But due to custom solution it only works in main ui and not touch gui or monitor. Actually you can add modules in server with custom fron and backend, e.g. firmware uploader is realized as a plugin. Plugins can register menu entries and have own ui as complicated as you want. See in installation folder for modules to see the existing ones. In api description there is more info for it.
Sign In or Register to comment.