0
Votes
Undo
  1. Systeembeheer SFR
  2. PowerBuilder
  3. Monday, 1 April 2019 07:52 AM UTC

hi

I am using this code :

Integer dw_control.ExpandAll( )

to expand my treevieuw

It works perfect in Powerbuilder desktop version, but as soon as I used in my mobile app it will nog work on a mobile

Any suggestions

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 3 April 2019 19:03 PM UTC
  2. PowerBuilder
  3. # 1

Hi SFR;

   This feature is working 100% OK for me in PS0217 using AWS build 1880.

Here is the code I use ....

IF  String ( dwo.name) = "cb_expand"    THEN
    IF dc_list.tag = "EXPANDED"    THEN
        ii_rc    =    dc_list.collapseall ( )
        dc_list.tag = ""
    else
        ii_rc    =    dc_list.expandall ( )
        dc_list.tag = "EXPANDED"
    END IF
END IF

Here is the Mobile App at run-time (on my Android devices) ...

HTH

Regards ... Chris

Comment
There are no comments made yet.
Kevin Ridley Accepted Answer Pending Moderation
  1. Wednesday, 3 April 2019 11:59 AM UTC
  2. PowerBuilder
  3. # 2

I'd open up a support ticket.

 

https://www.appeon.com/standardsupport/newbug

Comment
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.