1. Win32Lib; LText; Shows only as a black box
- Posted by ZNorQ Sep 16, 2013
- 1400 views
Hi,
When I'm trying to use the Win32Lib's LText (I think the same problem exists for RText), only a black box appears. I believe this problem appeared after I upgraded to both Win7 and Euphoria 4 (was orginally designed in Euphria v3xx), though I can't be for certain what is the root cause. I'm wondering if other people have experienced the same problem?
This is what it looks like; http://protimer.znorq.info/images/problems/protimer_ltext_problems_MI16.png
The LText-object is a child of a tab-control, which in turn is child of the window, and I believe the Win32Lib version is 0.70.20.
Kenneth aka ZNorQ
2. Re: Win32Lib; LText; Shows only as a black box
- Posted by mattlewis (admin) Sep 16, 2013
- 1470 views
Hi,
When I'm trying to use the Win32Lib's LText (I think the same problem exists for RText), only a black box appears. I believe this problem appeared after I upgraded to both Win7 and Euphoria 4 (was orginally designed in Euphria v3xx), though I can't be for certain what is the root cause. I'm wondering if other people have experienced the same problem?
This is what it looks like; http://protimer.znorq.info/images/problems/protimer_ltext_problems_MI16.png
The LText-object is a child of a tab-control, which in turn is child of the window, and I believe the Win32Lib version is 0.70.20.
This is a known Win32Lib issue. Here are a couple of solutions:
- Remove theming http://openeuphoria.org/forum/m/115316.wc
- Update Win32Lib http://openeuphoria.org/forum/m/117380.wc
Matt
3. Re: Win32Lib; LText; Shows only as a black box
- Posted by ZNorQ Sep 16, 2013
- 1393 views
Hi,
When I'm trying to use the Win32Lib's LText (I think the same problem exists for RText), only a black box appears. I believe this problem appeared after I upgraded to both Win7 and Euphoria 4 (was orginally designed in Euphria v3xx), though I can't be for certain what is the root cause. I'm wondering if other people have experienced the same problem?
This is what it looks like; http://protimer.znorq.info/images/problems/protimer_ltext_problems_MI16.png
The LText-object is a child of a tab-control, which in turn is child of the window, and I believe the Win32Lib version is 0.70.20.
This is a known Win32Lib issue. Here are a couple of solutions:
- Remove theming http://openeuphoria.org/forum/m/115316.wc
- Update Win32Lib http://openeuphoria.org/forum/m/117380.wc
Matt
Thanks Matt, will investigate the solution when I get back from work.
Ken aka ZNorQ