Tab control design

Forum for suggestions and new feature requests for SDStudio Design Environment
Post Reply
wilbert2940
Registered User
Posts: 58
Joined: Fri Feb 02, 2018 7:44 am

Tab control design

Post by wilbert2940 »

Hi,
Is there an easier way to design Tab control? Like VS. creating a page for each tab makes design work difficult.
English is not my native language.
User avatar
Serkan
Developer
Developer
Posts: 214
Joined: Thu Jul 04, 2013 8:44 pm
Location: Windows.h
Contact:

Post by Serkan »

A tab page requires a window ,this is how it works on all systems
Which language you use in visual studio to design tab pages in visual designer
wilbert2940
Registered User
Posts: 58
Joined: Fri Feb 02, 2018 7:44 am

Post by wilbert2940 »

Perhaps I did not explain properly.
In Visual Studio we can directly add controls to the tab.
Untitled.jpg
But in sds, we have to add controls to a separate page for each tab. I mean the design method of this control in your environment, nothing else.
Do you understand what I mean?
English is not my native language.
User avatar
Serkan
Developer
Developer
Posts: 214
Joined: Thu Jul 04, 2013 8:44 pm
Location: Windows.h
Contact:

Post by Serkan »

Ok, you are using .NET projects ,this is not possible in C++ projects of Visual Studio
what you said is possible in SDStudio but needs some time to implement , at least we have to complete main gui controls list
then we can implement container system , this would be applied to child controls/Windows such as adding controls a scrollview
actually visual designer of SDstudio structured to support this ,but unfortunately development process did not go as it is planned
and some features have to be postponed to reach BETA as soon as possible
Post Reply