We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea5f91 commit 0b81786Copy full SHA for 0b81786
src/opensourceBIM/BIMserver/ui.rb
@@ -25,6 +25,12 @@
25
26
module OpenSourceBIM
27
module BIMserver
28
+
29
+ # load SKUI webdialog helper library
30
+ skui_path = File.join( AUTHOR_PATH, 'lib', 'SKUI' )
31
+ load File.join( skui_path, 'embed_skui.rb' )
32
+ ::SKUI.embed_in( self )
33
34
class BIMserverWindow
35
36
require File.join(PLUGIN_PATH, 'bimserver_api')
@@ -42,9 +48,6 @@ def initialize()
42
48
password = server_config.get("password")
43
49
project = server_config.get("project")
44
50
45
- # load SKUI webdialog helper library
46
- require File.join(AUTHOR_PATH, 'lib', 'SKUI', 'core.rb')
47
-
51
options = {
52
:title => 'BIMserver connector',
53
:preferences_key => 'BIMserver',
0 commit comments