| | | | |
|
|
|
|
|
|
All products > ProjectorLook Xtra
- Why some icons imported to ProjectorLook Xtra look very neat, while others differ from what was intented?
- Does ProjectorLook Xtra display icon with 256 colors correctly?
- If I import an icon from cast member bitmap and change that bitmap contents, will this change be visible in the window icon?
- What should I do to remove a border in the MIAW window?
- I change the a title of projector window dynamically in Lingo code, but this change is not visible in the window, why?
- Why some icons imported to ProjectorLook Xtra look very neat, while others differ from what was intented?
If the size of imported icon differs from 32 x 32, it is transformed to this size. It can result in distortion of the image, and that is why the best option is to use 32 x 32 icon. Those measures were chosen so an icon used looks well on toolbar, window header and Alt+TAB window.
Back to top
- Does ProjectorLook Xtra display icon with 256 colors correctly?
Yes.
Back to top
- If I import an icon from cast member bitmap and change that bitmap contents, will this change be visible in the window icon?
No, because in the moment of import an icon from cast member, it is completely copied to ProjectorLook Xtra.
Back to top
- What should I do to remove a border in the MIAW window?
Add ProjectorLook Xtra to MIAW window project and enable the option remove window border.
Back to top
- I change the a title of projector window dynamically in Lingo code, but this change is not visible in the window, why?
First of all the new text to the Title property should be assign, e.g.:
member("ProjectorLook1").Title = "This is my new title" but this is not the end. Immediately after this instruction call the SetLook function e.g.:
member("ProjectorLook1").SetLook() Note. The same rule applies to the RemoveBorder property also.
Back to top
|
|
|
|
|
|
|