Author Topic: Text Disappears in WebPlayer  (Read 3051 times)

AndyLL

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Text Disappears in WebPlayer
« on: September 16, 2014, 10:23:24 PM »
I have a panel with controls on it:



There is a non-active label sitting over the controls.  After a successful facebook canvas purchase I hide the controls and enable the label and change the text of the button.

It looks like this in the editor:



However... in the webplayer ( embedded into FB canvas using the FB SKU ) none of the text shows up:



The button does work.

Any ideas?

Andy

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Text Disappears in WebPlayer
« Reply #1 on: September 17, 2014, 12:27:37 PM »
Check the depth of widgets. If your widgets have the same depth, which one gets drawn first is undefined. Same with matching panel depths.

AndyLL

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Re: Text Disappears in WebPlayer
« Reply #2 on: September 17, 2014, 12:46:51 PM »
Check the depth of widgets. If your widgets have the same depth, which one gets drawn first is undefined. Same with matching panel depths.

I will do so tonight. 

The button text disappearing surprised me the most since I modify it throughout the workflow and only this final time does it go blank.

Also... Facebook pops up their own dialog over my screen doing the payment process.  That only happens in the webplayer and not the editor.  Not sure how that could effect the text because I am setting it after the FB dialog closes.