Jump to content

calendar control


photo

Recommended Posts

Hi all,

 

I'm trying to create a calendar control using the native gui library and was hoping someone could point me in the right direction.  

 

Has anyone tried doing this?  Are there any suitable native unigine gui controls that could help out or any other viable solutions that people have come across?

 

Thanks,

Simon

Link to comment

Hello, Simon!

 

I think good start would be to use WidgetCanvas (we use it a lot in Tracker UI and new file dialog). We have a bunch of samples located in <sdkroot>/data/samples/widgets/ related to WidgetCanvas (canvas_xx files).

 

Also, you can take native c++ approach by inheriting from WidgetExternBase. Go have a look at <sdkroot>/source/samples/Api/Widgets/WidgetExtern

Link to comment
×
×
  • Create New...