Skip to main content
Question

JavaFx is not showing content


Hi guys,

i want to see the content of my table as shown below, but JavaFx is not working correctly.

Any idea how to solve this?

 

Thx

Marc

 

 

12 replies

Userlevel 7
Badge +13

Hi @Marc 1985 ,

 

I had also faced the same issue. For me, minimizing the Length & Width of JavaFx resolved the issue.

Userlevel 2
Badge +5

Hi @Padmakumar ,

tried but didn’t work.

600x600

300x300

100x100

 

Thx

Userlevel 2
Badge +5

Also tried in my DEV VM with no luck!

Userlevel 5
Badge +14

@Marc 1985  is there any script or ad blocker which is restricting to run the scripts to see the data ?

Userlevel 2
Badge +5

Hi @rbkadiyam ,

i am using chrome and have set all to permit under security settings.

Didn’t work until now.

Userlevel 6
Badge +16

Hey @Marc 1985  its not working for me as well, think issue in the package.

++ @Micah.Smith 

Userlevel 5
Badge +9

@Marc 1985 are you able to view the table contents in debug mode? 

Userlevel 6
Badge +16

@Marc 1985 are you able to view the table contents in debug mode? 

In my case Yes @Micah.Smith 

Userlevel 2
Badge +5

@Micah.Smith in debug mode i got this…

 

 

Badge +1

I am unable to get any results displayed for JavaFX: Show List.  Message box shows item when I give it the list index value.

Following along @Micah.Smith ‘s video … kinda frustrating.

 

Userlevel 5
Badge +9

I am unable to get any results displayed for JavaFX: Show List.  Message box shows item when I give it the list index value.

Following along @Micah.Smith ‘s video … kinda frustrating.

 

Looks like the JavaFX Package in Bot Store needs to be updated. You can still follow along the video by just doing a loop of your list, then doing a message box to display each item. 

Userlevel 3
Badge +6

New debugger is much better at showing all the values.

Reply