<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>I would like to load the GUI component at run time if needed</div><div><br data-mce-bogus="1"></div><div>I Can </div><div><div>component.load("gb.data")</div><div><br></div><div>Dim id As Object = classes["List"].new()</div><div>id.append("hello")</div><div>id.append("fat")</div><div><br></div><div>For Each s As String In id</div><div>  Print s</div><div>  Next</div></div><div><br data-mce-bogus="1"></div><div>This type of component works fine but  when i do </div><div>component.load("gb.gui")</div><div><br data-mce-bogus="1"></div><div>it always returns an error</div><div><br data-mce-bogus="1"></div><div>gb.gui: error: cannot load component 'gb.qt5' or sometimes 'gb.gtk3' depending if i test from ide or standalone<br data-mce-bogus="1"></div><div>Can anyone help me get this to work correctly? Am I doing something wrong?</div><div><br data-mce-bogus="1"></div><div data-marker="__SIG_PRE__">Thank You<br>Brian G</div></div></body></html>