| Anonymous | Login | Signup for a new account | 2013-05-18 10:08 PDT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0000238 | LuxRender | LuxGUI | public | 2008-06-13 04:16 | 2009-11-25 01:06 | ||||
| Reporter | zsouthboy | ||||||||
| Assigned To | Ratow | ||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | 0.6 | |||||||
| Summary | 0000238: Tooltips on buttons appear behind the render output in GUI | ||||||||
| Description | See attached. The tooltip appears on top first, then quickly disappears behind the render (I assume this is just the OGL being painted over it..) | ||||||||
| Tags | No tags attached. | ||||||||
| Mercurial Changeset # | |||||||||
| Requires Documentation Update | No | ||||||||
| Requires Exporter Update | |||||||||
| Attached Files | |||||||||
Notes |
|
|
(0000671) kephrenz (reporter) 2008-06-15 18:07 edited on: 2008-06-15 18:20 |
No easy way for this as I see from the forums. May need dirty hacks as I have seen from the source code of wxwidgets. OnPaint event of wxglviewer writes on the DC (hack: something like MOUSE_ENTER toolbar button, waited, tooltip shown, MOUSE_LEAVE , on those condition set a bool var tooltip is shown, and let wxglviewer know that ) Some notes: In the first run, hover on a button shows the tooltip correctly, because no wxglviewr::onpaint is fired, but second time causes firing of event EVT_PAINT on wxglviewer, and onpaint is run, swapbuffer() overwrites on tooltip. |
|
(0001450) jeanphi (administrator) 2009-07-31 15:35 |
This is fixed now. Jeanphi |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2008-06-13 04:16 | zsouthboy | New Issue | |
| 2008-06-13 04:16 | zsouthboy | File Added: tooltip.png | |
| 2008-06-15 18:07 | kephrenz | Note Added: 0000671 | |
| 2008-06-15 18:17 | kephrenz | Note Edited: 0000671 | |
| 2008-06-15 18:20 | kephrenz | Note Edited: 0000671 | |
| 2008-06-19 10:36 | radiance | Status | new => assigned |
| 2008-06-19 10:36 | radiance | Assigned To | => Ratow |
| 2009-07-31 15:35 | jeanphi | Requires Documentation Update | => No |
| 2009-07-31 15:35 | jeanphi | Requires LuxBlend Implementation | => No |
| 2009-07-31 15:35 | jeanphi | Requires LuxMaya Implementation | => No |
| 2009-07-31 15:35 | jeanphi | Requires LuXSI Implementation | => No |
| 2009-07-31 15:35 | jeanphi | Status | assigned => resolved |
| 2009-07-31 15:35 | jeanphi | Fixed in Version | => 0.6 |
| 2009-07-31 15:35 | jeanphi | Resolution | open => fixed |
| 2009-07-31 15:35 | jeanphi | Note Added: 0001450 | |
| 2009-11-25 01:06 | jeanphi | Status | resolved => closed |
| Copyright © 2000 - 2012 MantisBT Group |