Jump to content
  • 0

question Looking for a bit of help lol


boombiggroillastompinginda
 Share

Question

so I've been adding a bit of features and changing the gui of this source everything has been going smoothly other then ive changed the tab buttons to render at the side of the gui instead of the top of it the only problem I'm having is i cant get the "BeginChild" position to be how i want it, its confusing asf idk if im just slow or what but i have no idea how to do it

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
9 hours ago, 𝘓𝘰𝘴𝘵. said:

so I've been adding a bit of features and changing the gui of this source everything has been going smoothly other then ive changed the tab buttons to render at the side of the gui instead of the top of it the only problem I'm having is i cant get the "BeginChild" position to be how i want it, its confusing asf idk if im just slow or what but i have no idea how to do it

did you try SetCursorPos?

  • Like 1
Link to comment
Share on other sites

  • 0
10 hours ago, btc said:

did you try SetCursorPos?

yea i figured it out last night lol and yea i was using setcursorpos the whole time i just couldn't get the positions of the childs right the only problem im having now is using my own fonts i tried just making a fonts.h and putting 

    ImGuiIO& io = ImGui::GetIO();
    ImFont* tittlefont;
    ImFont* menufont;

    tittlefont = io.Fonts->AddFontFromFileTTF("");

in it and ive used that code with other guis before for some reason i got a bunch of errors maybe i have to add ^^ that code to a header file that is used in every #include in the sln idk lol? idk if u have a discord and wanna help me a bit it would be great @ btc

Edited by 𝘓𝘰𝘴𝘵.
Link to comment
Share on other sites

  • 0
33 minutes ago, 𝘓𝘰𝘴𝘵. said:

yea i figured it out last night lol and yea i was using setcursorpos the whole time i just couldn't get the positions of the childs right the only problem im having now is using my own fonts i tried just making a fonts.h and putting 

    ImGuiIO& io = ImGui::GetIO();
    ImFont* tittlefont;
    ImFont* menufont;

    tittlefont = io.Fonts->AddFontFromFileTTF("");

in it and ive used that code with other guis before for some reason i got a bunch of errors maybe i have to add ^^ that code to a header file that is used in every #include in the sln idk lol? idk if u have a discord and wanna help me a bit it would be great @ btc

 

sure hmu .rare#0300

Link to comment
Share on other sites

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
Answer this question...

×   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.

 Share

×
×
  • Create New...