Jump to content

Recommended Posts

Posted

If i remember correct, in 2.30 there were normal image drawing.

In current version, images are mirrored - i spent about a week having sex with MyGUI and imgui (from Chris's project).

 

In both GUI's i have the same problems: i cant see rendered GUI images (in better case, i can see text: http://leadwerks.com/werkspace/index.php/topic/3100-mygui-and-leadwerks/page__gopid__28676#entry28676).

 

About working with imgui (which MUST works with LE as it can be seen on his video):

 

Code for panel creation:

imguiBeginScrollArea("Debug", x, y, w, h, &debugScroll); 

 

Chris's settings for debug panel: x = 814, y = 10, w = 200, h = 768 (they are counted by his formula for my monitor)

Result: (sorry for posting this video again, just want to be clear. panel is in the right-down corner)

 

But i can see nothing on the screen with his settings.

My settings for that panel: x = 940, y = 77, w = -879, h = 642

Result:

1303741994-clip-38kb.jpg

 

Conclusion: some sh*t is going on with rendering panels in LE. Now they are mirrored vertical (my w is negative), detecting this leads to enormous loss of my time :)

Working on LeaFAQ :)

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.   Paste as plain text instead

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