Is such a background possible with pure FIVEWIN code.
oSay background
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Otto,
There are two ways to paint a text:
1. Use the oWnd:Say(), as you have done
2. Use a SAY control: @ ..., ... SAY ...
The advantage of using the 2) is that you don't have to repaint it. The control automatically paints itself. With 1) you have to paint the text everytime the window is repainted
My advice is to use a SAY control that uses a brush with a gradient
There are two ways to paint a text:
1. Use the oWnd:Say(), as you have done
2. Use a SAY control: @ ..., ... SAY ...
The advantage of using the 2) is that you don't have to repaint it. The control automatically paints itself. With 1) you have to paint the text everytime the window is repainted
My advice is to use a SAY control that uses a brush with a gradient
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Otto,
Its a simple solution, though we could improve it:
http://www.hotshare.net/file/24901-201766470d.html
Its a simple solution, though we could improve it:
http://www.hotshare.net/file/24901-201766470d.html