Questions asked by Dirk Busmannhttps://answers.axonivy.com/questions/asked-by/78/dirk-busmann/?type=rssQuestions asked by <a href="/users/78/dirk-busmann" >Dirk Busmann</a>enThu, 28 Jan 2016 17:02:47 -0500Problems withs Sharepoint in RBrowserhttps://answers.axonivy.com/questions/1646/problems-withs-sharepoint-in-rbrowser<p>Hi,</p> <p>in our Project we use the RBrowser component to show a sharepoint site. Since we installed ie11 the RBrowser component have problems. Normally when i start a document i can change and store ist. With RBrowser an ie11 it dosnĀ“t work. If i use the ie11 directly it works.</p> <p>do you have any idea</p> <p>regards</p>Dirk BusmannThu, 28 Jan 2016 17:02:47 -0500https://answers.axonivy.com/questions/1646/problems-withs-sharepoint-in-rbrowserrichdialogieCasting in ivyScripthttps://answers.axonivy.com/questions/341/casting-in-ivyscript<p>I need to call a method on certain componentes within a rich dialog panel. I get all components of the panel and then loop over them like this: </p> <pre><code>List&lt;ULCComponent&gt; listComponent = panel.getComponents(); for(int i = 0; i &lt; listComponent.size(); i++){ if(listComponent.get(i) instanceof RLabel){ RLabel label = (RLabel) listComponent.get(i); ((RLabel) listComponent.get(i)).setVisible(in.showLabel); } } </code></pre> <p>In both lines with the casting I get exceptions:</p> <pre><code>Unexpected token: identifier 'listComponent' </code></pre> <p>What is wrong?</p>Dirk BusmannThu, 18 Mar 2010 08:48:28 -0400https://answers.axonivy.com/questions/341/casting-in-ivyscriptivyscript