Jump to content
Developer Wiki and Function Reference Links ×

Questions about UI building


Cachino King

Recommended Posts

I want to create a dialog,  and I found this function:

bool CSampleDlg3::CreateDialogLayout()
{
	return this->CreateDialogLayoutFromVWR("VWUI Dialogs Sample/DialogLayout/SampleDlg3.vs");
}

So I went through this file,  found this:

image.png.30b310a6e273479fd3c3ffcc9c88f81e.png

 

But I didn't have the "Dialog Builder Tools". Where can I get this tool? Or can I just use C++ build my dialog? 

Link to comment

After I installed the Dialog Builder, I noticed that the interface in my VW is different from the website. 

This is my VW: 

image.png.d402687d027a9c68f59cb4ea743c362b.png

And this is the website's: 

image.png.3b53c787e5ddec1141f60cd573a87737.png

It seems my builder doesn't have the button tools.

 

And another question is how to create a new layout. I can just import the .vs file. 

Is there anything wrong with my tools? Or is there anything wrong with my installation way?

Thank you very much. 

Link to comment
3 minutes ago, Stefan Bender said:

IIuc the website shows an old version of Dialog Builder. The new version contains these four tools only afaik. You can change the type of a dialog item in OIP.

OK, I just found it. Thank you very much. Now I'm going to solve the problem of layout. I've never used this software before, so I feel rusty. 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...