Greetings..,
Statictext mouse pointer is not working ( try to set during runtime no hope ) , any solution
Regards
Antony
Greetings..,
Statictext mouse pointer is not working ( try to set during runtime no hope ) , any solution
Regards
Antony
Hi Antony,
It is work well on our end. please note that the pointer property of Statictext control is supported by PowerServer Web but unsupported by PowerServer Mobile. If you want to run application on web only, please make sure the project type is ‘Web’ (PowerServer Toolkit> Application Profile Configuration> Basic Settings), thus the unsupported features report would only include the unsupported features by PowerServer Web (the report will include ll the unsupported features by Web and Mobile if the project type is ‘Both’).
Regards,
ZhaoKai
The window or Datawindow must have a titlebar !
Jean-Philippe
Hi Zhao,
It is working If choose "Web" as "Project Type", before I choose "Both" as "Project Type" while deploy, suppose to work with Web, if Application access from web enviornment, because we are planning use Application for Mobile.
Regards.
Antony
Hi Chris,
I had used Statictext control as a spliter ( vertical & Horizontal ) in mdi frame , mouse pointer is still not working with powerserver web ( help/document saying it is supported feature with powerserver web) , tried to set during runtime with physical currsor file too, but no hope.
Regards
Antony
Excellent news Anthony! ;-)
Hi Chris,
It is working in PB2017R3
I tried also with THIS.pointer = "SizeNWSE!" // ST Constructor event as well as physical cursor file
Regards
Antony
Hi Antony;
This works for me, for example ...
THIS.pointer = "SizeNWSE!" // ST Constructor event
Note: Tested on W10 Spring Creator edition and using PB2017R3
Regards ... Chris
Make sure the Enabled property is True.
The help for the Pointer property does say that it can be modified at runtime.