Buckcherry
23-12-2008 00:18:10
Hi everybody,
I am new using MyGUI, and I am having problems with the mouse cursor.
The problem I have is that the window mouse cursor is over the MyGUI mouse cursor all the time. It moves at the same time.
I have just followed the wiki webpage.
In my core.layer I have:
I do not know if the property overlapped has anything to see with my problem...
Any idea, please?
I am new using MyGUI, and I am having problems with the mouse cursor.
The problem I have is that the window mouse cursor is over the MyGUI mouse cursor all the time. It moves at the same time.
I have just followed the wiki webpage.
In my core.layer I have:
<?xml version="1.0" encoding="UTF-8"?>
<MyGUI type="Layer">
<Layer name="Back" overlapped="false" peek="true"/>
<Layer name="Overlapped" overlapped="true" peek="true"/>
<Layer name="Middle" overlapped="false" peek="true"/>
<Layer name="Modal" overlapped="true" peek="true"/>
<Layer name="Main" overlapped="false" peek="true"/>
<Layer name="Popup" overlapped="true" peek="true"/>
<Layer name="FadeMiddle" overlapped="false" peek="false"/>
<Layer name="Info" overlapped="true" peek="true"/>
<Layer name="ToolTip"overlapped="false" peek="false"/>
<Layer name="DragAndDrop"overlapped="false" peek="false"/>
<Layer name="FadeBusy" overlapped="false" peek="false"/>
<Layer name="Pointer" overlapped="false" peek="false"/>
<Layer name="Fade" overlapped="false" peek="false"/>
<Layer name="Statistic" overlapped="false" peek="false"/>
</MyGUI>
I do not know if the property overlapped has anything to see with my problem...
Any idea, please?