• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Design & Development v
« Previous 1 2 3 4 5 … 11 Next »
TheBounty Renderer (rewrite for wxWidgets)

Thread Closed 
 
  • 0 Vote(s) - 0 Average
TheBounty Renderer (rewrite for wxWidgets)

micheus
Offline

Forum's Admin and Support | Bug fixer
Posts: 3,681
Threads: 185
Joined: Jun 2012
#154
09-22-2016, 12:48 PM
(09-22-2016, 09:11 AM)povmaniac Wrote: I try to make more small UI panels than as possible, but I obtain a lot of empty space:
:
Why??
That blank space can be caused by "reserved space" for show hidden controls or because one of those tab control is too hight (one of the reasons I suggest you to split the "Influence" group box into two columns).

As the dialog doesn't expand/contract automatically (as the old UI - using ESDL) and the new UI doesn't have scroll capability the needed space is reserved.
By default, every control added to the dialog will be shown. So, just because of that, when working with controls that can be shown/hidden we need to be sure to make visible only the controls used for the higher control option - we use {show,false} for that.

In the previous plugin implementation you see that in the Material tab, that was the higher one compared to the other.

It can be hard to explain. I hope to not have made thing more obscure for you. Smile
[Image: tw.png] @MicheusVieira [Image: yt.png] @MicheusVieira [Image: da.png] Micheuss [Image: ig.png] micheus4wings3d
* Wings3D Team stands for: Björn and Dan
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-24-2013, 09:56 PM
RE: TheBounty Renderer; my fork of YafaRay project - by dgud - 10-25-2013, 08:43 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-27-2013, 10:22 AM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-26-2013, 04:03 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-26-2013, 04:43 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-26-2013, 04:48 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-26-2013, 05:25 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-27-2013, 12:30 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-27-2013, 12:59 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-27-2013, 01:05 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Neon22 - 10-27-2013, 07:11 PM
RE: TheBounty Renderer; my fork of YafaRay project - by dailybreads_angel - 11-22-2013, 03:39 PM
RE: TheBounty Renderer; my fork of YafaRay project - by dgud - 10-26-2013, 08:02 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 10-27-2013, 06:36 AM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-27-2013, 01:25 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-27-2013, 01:36 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 10-27-2013, 01:42 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-27-2013, 05:33 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-27-2013, 06:18 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-27-2013, 07:52 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-28-2013, 06:11 AM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 10-28-2013, 03:29 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-28-2013, 03:38 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-30-2013, 08:34 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Neon22 - 10-30-2013, 10:10 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 10-30-2013, 10:49 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-04-2013, 08:07 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-15-2013, 05:03 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-15-2013, 05:38 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Neon22 - 11-16-2013, 07:27 AM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-16-2013, 08:08 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-16-2013, 11:11 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-20-2013, 09:54 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-20-2013, 11:14 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-21-2013, 12:12 AM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-21-2013, 12:21 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-21-2013, 03:28 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-21-2013, 05:34 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-21-2013, 05:54 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-21-2013, 10:04 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-22-2013, 04:42 AM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-22-2013, 08:28 AM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-23-2013, 12:03 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-22-2013, 01:27 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-22-2013, 07:13 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-22-2013, 08:17 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-22-2013, 09:48 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-22-2013, 10:11 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-22-2013, 10:46 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-22-2013, 11:07 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-22-2013, 11:51 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-23-2013, 12:15 AM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-23-2013, 05:17 AM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-23-2013, 05:38 AM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-23-2013, 05:42 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-23-2013, 10:57 AM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-23-2013, 03:20 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-23-2013, 04:31 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 09:34 AM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 11:39 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-24-2013, 11:27 AM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-24-2013, 11:56 AM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 12:13 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-24-2013, 01:17 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 01:38 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-24-2013, 02:01 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 02:35 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-24-2013, 03:30 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 06:09 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-24-2013, 06:36 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 07:40 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 11-24-2013, 07:41 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-24-2013, 09:32 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 11-24-2013, 09:48 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-24-2013, 10:09 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Dimitri - 11-25-2013, 12:30 AM
RE: TheBounty Renderer; my fork of YafaRay project - by calebmillerkb3 - 01-01-2014, 03:15 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Neon22 - 01-01-2014, 09:41 PM
RE: TheBounty Renderer; my fork of YafaRay project - by tkbd - 11-03-2014, 01:14 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 11-03-2014, 04:36 PM
RE: TheBounty Renderer; my fork of YafaRay project - by Asticles - 01-16-2015, 12:59 PM
RE: TheBounty Renderer; my fork of YafaRay project - by micheus - 01-16-2015, 03:02 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 06-16-2015, 09:55 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 06-18-2015, 10:47 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 06-23-2015, 09:24 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 06-28-2015, 07:03 PM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 07-01-2015, 05:35 PM
RE: TheBounty Renderer; my fork of YafaRay project - by povmaniac - 07-02-2015, 08:56 AM
RE: TheBounty Renderer; my fork of YafaRay project - by oort - 07-02-2015, 02:53 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-11-2015, 01:00 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-11-2015, 03:22 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by dgud - 09-11-2015, 03:48 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-11-2015, 04:41 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 09-11-2015, 04:51 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-11-2015, 06:00 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by dgud - 09-11-2015, 08:03 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-11-2015, 08:34 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 09-11-2015, 08:42 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by Jerry Burris - 09-12-2015, 05:49 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-13-2015, 07:16 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-25-2015, 02:30 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-29-2015, 02:54 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-29-2015, 04:14 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-29-2015, 06:24 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-29-2015, 06:46 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-29-2015, 07:35 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-29-2015, 07:58 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-29-2015, 08:34 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-29-2015, 08:56 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-29-2015, 09:28 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-29-2015, 10:04 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-29-2015, 10:32 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 10-12-2015, 09:16 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-16-2015, 10:36 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 10-17-2015, 12:50 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-18-2015, 11:41 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 10-19-2015, 03:50 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 12-14-2015, 08:32 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 12-16-2015, 11:03 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 12-17-2015, 10:04 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 08-02-2016, 11:50 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 08-02-2016, 11:55 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 08-03-2016, 12:01 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-05-2016, 11:55 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by Neon22 - 08-06-2016, 12:52 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-18-2016, 12:06 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 08-18-2016, 01:06 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-23-2016, 09:54 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 08-24-2016, 01:52 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 08-24-2016, 02:09 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-31-2016, 07:08 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 08-31-2016, 12:27 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-31-2016, 12:57 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 08-31-2016, 01:23 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 08-31-2016, 01:33 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-31-2016, 03:08 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 08-31-2016, 04:07 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 08-31-2016, 07:54 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-01-2016, 08:18 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by rubdos - 09-01-2016, 08:37 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-01-2016, 03:59 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 09-01-2016, 10:49 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-01-2016, 10:53 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 09-01-2016, 11:47 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-01-2016, 11:51 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by rubdos - 09-02-2016, 06:45 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-16-2016, 07:10 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-16-2016, 09:37 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-17-2016, 06:32 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-21-2016, 03:14 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-22-2016, 12:54 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-22-2016, 02:44 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-22-2016, 09:11 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 09-22-2016, 12:48 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-22-2016, 02:24 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-22-2016, 08:00 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-23-2016, 10:56 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-23-2016, 11:24 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-28-2016, 12:51 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-28-2016, 03:55 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 09-28-2016, 04:09 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-28-2016, 04:23 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 09-28-2016, 04:05 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 09-28-2016, 04:53 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-02-2016, 11:26 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-05-2016, 11:15 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-05-2016, 01:06 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-05-2016, 02:05 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 10-05-2016, 03:11 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-05-2016, 04:02 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-05-2016, 04:31 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-05-2016, 04:37 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by oort - 10-05-2016, 04:46 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-05-2016, 04:49 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-05-2016, 05:04 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-12-2016, 01:32 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-12-2016, 07:21 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-12-2016, 07:24 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by dgud - 10-12-2016, 07:49 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-12-2016, 09:18 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-25-2016, 05:38 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by Akira1364 - 10-27-2016, 04:29 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-28-2016, 03:27 AM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-28-2016, 02:11 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by povmaniac - 10-28-2016, 02:52 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-28-2016, 02:59 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 10-29-2016, 10:37 AM
RE: TheBounty Renderer - by micheus - 07-14-2020, 06:02 PM
RE: TheBounty Renderer (rewrite for wxWidgets) - by micheus - 12-04-2023, 01:42 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode