• 25.07.2025, 17:14
  • Register
  • Login
  • You are not logged in.

 

Falconeer

Newbie

Developer doc for Aquasuite?

Monday, December 14th 2020, 7:28pm

Greetings,
Is there any documentation available for making custom overview pages in Aquasuite?

Regards,
John E.

sebastian

Administrator

Monday, December 14th 2020, 7:50pm

No, but you can use the sample templates.
You can use nearly all XAML (. NET WPF) code to style your custom elements.
Default Elements you can access via the settings.

Falconeer

Newbie

Monday, December 14th 2020, 8:07pm

Thank you! I noticed a the WPF headers in there. Is there a way to embed a control inside a control?

sebastian

Administrator

Monday, December 14th 2020, 8:14pm

each control is isolated and you cant define controls with inputs (buttons, textboxes ...).
you can use the most of the wpf controls, animation...

Falconeer

Newbie

Monday, December 14th 2020, 8:16pm

Coolness, thanks!