Hi,
I understand that the FixSays function is supposed to fix the background color of all say objects of a particular window.
The problem is that when you move to a new page, the settext resets the color, and even putting FixSays(::oBar:hWnd) after the settext has no effect.
Is there anything else I can try?
Thanks,
Alex
FixSays in rpreview.prg
- AlexSchaft
- Posts: 172
- Joined: Fri Oct 07, 2005 1:29 pm
- Location: Edenvale, Gauteng, South Africa
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- AlexSchaft
- Posts: 172
- Joined: Fri Oct 07, 2005 1:29 pm
- Location: Edenvale, Gauteng, South Africa
Preview window
Yes, in the toolbar for a themed app, the page no textAlex,
Do you mean on the preview window ?
Alex
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- AlexSchaft
- Posts: 172
- Joined: Fri Oct 07, 2005 1:29 pm
- Location: Edenvale, Gauteng, South Africa
preview colours
Thanks, found the problem
We have converted rpreview to be a class, and I had missed the addtion of oBar:Refresh()
Alex
We have converted rpreview to be a class, and I had missed the addtion of oBar:Refresh()
Alex
Re: preview colours
Alex , can you share with your converted class ?AlexSchaft wrote:Thanks, found the problem
We have converted rpreview to be a class, and I had missed the addtion of oBar:Refresh()
Alex
With best regards !
Rimantas U.
- AlexSchaft
- Posts: 172
- Joined: Fri Oct 07, 2005 1:29 pm
- Location: Edenvale, Gauteng, South Africa