TheGecko Posted June 14, 2017 Share Posted June 14, 2017 Hope someone can help with this one - started playing with Babylon.GUI today, and worked up to the StackPanel object. My code was throwing a 't._link is not a function' error, which I've managed to duplicate in this playground : https://www.babylonjs-playground.com/#0HC6AT Now, the playground mentioned in the documentation (http://www.babylonjs-playground.com/#XCPP9Y#11) seems identical, but does work. I am a JS novice, so it might be something more obvious to others: but whats going on? Cheers! Quote Link to comment Share on other sites More sharing options...
Dad72 Posted June 14, 2017 Share Posted June 14, 2017 Line 31 missing new BABYLON.GUI.StackPanel(); Line 39 and 46: panel does not exist this work here: https://www.babylonjs-playground.com/#0HC6AT#1 TheGecko 1 Quote Link to comment Share on other sites More sharing options...
TheGecko Posted June 14, 2017 Author Share Posted June 14, 2017 After 30 years of programming, it's still the simple bugs that slip past. Thanks mate! P GameMonetize 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.