1. NMC Heathcare NMC HeathCare
  2. PowerServer 2020 or older (Obsolete)
  3. Wednesday, 28 November 2018 14:07 PM UTC

Greetings..,

Statictext mouse pointer is not working ( try to set during runtime no hope ) , any solution

Regards

Antony

 

 

Accepted Answer
Kai Zhao @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 4 December 2018 07:13 AM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # Permalink

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

Comment
There are no comments made yet.
logiciel egis Accepted Answer Pending Moderation
  1. Thursday, 14 March 2019 13:36 PM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 1

The window or Datawindow must have a titlebar !

Jean-Philippe

Comment
There are no comments made yet.
NMC Heathcare NMC HeathCare Accepted Answer Pending Moderation
  1. Tuesday, 4 December 2018 10:51 AM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 2

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

 

Comment
  1. Chris Pollach @Appeon
  2. Tuesday, 4 December 2018 16:19 PM UTC
Hi Antony;

FWI: In my Integrated Framework presentation at the Elevate 2018 conference, I had a few slides talking about PowerServer Web & Mobile. In there, I highly recommended creating two PS Profiles - one for Web and one for Mobile (pointing to the same PB source). However, I did not recommend using the "Both" option as you can disable various features without knowing it or the PS Toolkit even informing you it will..



Food for thought.

Regards ... Chris

  1. Helpful
  1. NMC Heathcare NMC HeathCare
  2. Wednesday, 5 December 2018 08:47 AM UTC
Thank you very much for your info
  1. Helpful
There are no comments made yet.
NMC Heathcare NMC HeathCare Accepted Answer Pending Moderation
  1. Tuesday, 4 December 2018 05:42 AM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 3

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

 

 

 

Comment
  1. Chris Pollach @Appeon
  2. Tuesday, 4 December 2018 15:19 PM UTC
Hi Anthony;

FWIW: I just tried setting the Pointer on an ST object and this also worked nicely when deployed as a PowerServer 2017 Web based App.

Note: I assigned the pointer in a "Post Constructor" event of the ST object.

Regards ... Chris

  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Thursday, 29 November 2018 04:33 AM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 4

Excellent news Anthony!  ;-)

Comment
There are no comments made yet.
NMC Heathcare NMC HeathCare Accepted Answer Pending Moderation
  1. Thursday, 29 November 2018 04:26 AM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 5

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

 

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 28 November 2018 17:11 PM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 6

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

Comment
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Wednesday, 28 November 2018 15:00 PM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 7

Make sure the Enabled property is True.

The help for the Pointer property does say that it can be modified at runtime.

 

Comment
  1. NMC Heathcare NMC HeathCare
  2. Thursday, 29 November 2018 04:51 AM UTC
Enabled property is True

I could not find "The help for the Pointer property does say that it can be modified at runtime"

but saying in supported features list





  1. Helpful
  1. Roland Smith
  2. Thursday, 29 November 2018 14:39 PM UTC
I was looking at the DataWindow StaticText Pointer property.
  1. Helpful
  1. Chris Pollach @Appeon
  2. Thursday, 29 November 2018 15:03 PM UTC
Hi Guys;

The "Pointer" property is documented in the PB Help. In this case, search on the keyword "Statictext" and look at the "control" itself in the search list. Now scroll down to the "Pointer" property on the ST control's property list and click on the "Pointer" property link. That should take you to the proper location in the PB Help for a detail description & use..

HTH

Regards ... Chris
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.