Jump to content

Search the Community

Showing results for tags 'babylonjs gui'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Hello , I am trying to read .babylon file from local file system (by selecting file from file dialog) by clicking on a babylonjs GUI button. Can someone tell me how do i do it? Note: i am using bablonjs framework inside an electron app let button = BABYLON.GUI.Button.CreateSimpleButton( butName, text ); button.width = 0.6; button.height = "40px"; button.color = "white"; button.fontSize = "12"; button.background = "grey"; button.horizontalAlignment = GUI.Control.HORIZONTAL_ALIGNMENT_CENTER; button.verticalAlignment = GUI.Control.VERTICAL_ALIGNMENT_TOP; impButton.onPointerClickObservable.add(function(state) { // i need to invoke a file dialog here and select the .babylon file });
×
×
  • Create New...