Jump to content

TheHellTower

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by TheHellTower

  1. Yeah I see but I tried the redraw it didn't work on my side to automatically do it and I want to avoid creating multiple elements just to get a different style, I personally think the style should stay accessible but modify the style system to automatically redraw.
  2. Well so I just tried your solution and it doesn't work better unfortunally but doesn't matter thanks anyway I will just leave this idea
  3. Yeah I see and I think it's a bad thing to make it private, I wanted to make a kind of "Hide sensitive info" checkbox it's a kind of "stream" protection we will say to avoid any leak of important data. But thanks for this solution too
  4. I feel like you will kill me haha but it's a very simple and dumb way: https://i.imgur.com/Ceb08E8.png
  5. Hello, so I seen in UAK the text field styles are not updating automatically we need to modify the text, if there is any other element that has this style update issue take it in count as element for the next update if you plan this one. So I suggest for Ultra Engine to rework the styling system to automatically apply the new styles. It would be better ! Video showing the problem: https://i.imgur.com/mVCFOgP.mp4
  6. That would be nice yeah but then it would be better if you can pass a boolean to set it top most or no, but I personally prefer when splash are top most I don't think it's really important for software form itself. The "Vectronic" topic doesn't exist anymore in your signature !
  7. Final: if (THTtmcb->GetState() == WIDGETSTATE_SELECTED) { SetWindowPos(window->GetHandle(), HWND_TOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE); } else if(THTtmcb->GetState() == WIDGETSTATE_UNSELECTED) { SetWindowPos(window->GetHandle(), HWND_NOTOPMOST, 0, 0, 0, 0, SWP_NOMOVE | SWP_NOSIZE); }
  8. Yeah at start I searched for a handle then I was thinking if it would work with UAK but yeah perfect then thanks !
  9. Well the problem is I don't want to bring it to the top with a loop but I want to make it top most until I uncheck the checkbox
  10. Hello, I can't find out how to make my window top most, does anyone know how to make the window top most if a checkbox is selected ? Because the code see if it's selected or no but I can't find any element to make it top most. Regards.
  11. Well I would like to know how because I can't find the option
  12. Perfect ! The final output size doesn't really matter for me as long as it work but yeah probably some users would like it to be optimized as much as possible and the smallest possible but it's not really that simple so it's perfect already
  13. Okay perfect, will Ultra Engine only be for games or will I be able to make a program GUI with it ? Since it will be the only updated I'm interested in it
  14. Hello, I seen that tabs are very basic, so I thought about something ! For example let's say we start with "Tab 1" and "Tab 2", would it be possible to make a kind of tab template and add a managing system around it ? I will try to explain better: A "+" to add a new tab and a close button to remove it ! With title that would be logical so for example if default set title is "Tab" the second would be "Tab 2" or something like this Hopefully it is a great idea for you !
  15. And do you plan to update UAK or not anymore and only focus on Ultra Engine ?
  16. Oh okay thanks for claryfying this ! It would've had been a lot of work to rewrite the entire for another language thing anyway
  17. Yeah I like UAK's style and I'm glad I discovered it you did a amazing work ! So UAK is for C++ and Ultra Engine for .Net ? If yes sadly I will not be able to take it as I want to release a free access product without having to care too much about security since you can decompile .Net apps
  18. Oh okay I see basically UAK is a kind of free version of Ultra Engine if I get it correctly ! Yeah for the moment I will not buy it, it's just for a small project in free access I can't really take this right now but why not later, is there any place where I can see detailed demo of Ultra Engine ?
  19. Oh then how am I supposed to use the last version ? I would like to be up to date it's better in my opinion
  20. Hello, I think you should add a "Mark as Answer" option so it would add something around the message to make it "more" visible than others and why not preview it under the thread question with the possibility to click on it to go directly to the message place
  21. I seen that multiple code example are not really up to date, should I fork the documentation repository and make a PR to fix some ?
  22. Thanks haha the tab example was not up to date so I did guess it was the good call
×
×
  • Create New...