View Single Post
  #46  
Unread 11-29-2007, 12:19 PM
RickF7666's Avatar
RickF7666 RickF7666 is offline
A Griffawn
Interface Author - Click to view interfaces
 
Join Date: Jun 2005
Server: Oasis
Posts: 70
Default

The problem with the UIBuilder that I'm having is that it adds slashes "/" where there shouldn't be. Specifically in the Persona screen.

<TabbedPane ActiveTab="0" DataSource="MainPage.TabSource" Location="5,37" Name="TabPane" PackLocation="left,top" PackLocationProp="0005/0001,0037/0001" PackSize="absolute,fixed" PackSizeProp="0020/0001,0002/0003" ScrollExtent="355,32" Size="355,32" Style="/WindowElements.WindowFrame.data.tab_data.tabbed_pane_style" TargetPage="MainPage.TabPages"/>


It adds a "/" before the "MainPage.TabSource" and "MainPage.TabPages". This is the third line in the xml code. It is a very small change with a big effect. If those slashes are there then the Persona screen doesn't work.

This isn't the only case of added slashes that I've run into. To remove the slashes, every time I save the file in UIBuilder I have to use Notepad to manually remove the slashes. It would be nice not to have to do that.
Reply With Quote