[ 
https://issues.apache.org/jira/browse/PIVOT-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923608#action_12923608
 ] 

Greg Brown commented on PIVOT-657:
----------------------------------

TerraFileBrowserSkin now uses a background thread to populate the file list.


> FileBrowserSheet not responding
> -------------------------------
>
>                 Key: PIVOT-657
>                 URL: https://issues.apache.org/jira/browse/PIVOT-657
>             Project: Pivot
>          Issue Type: Bug
>    Affects Versions: 1.5.1
>            Reporter: LG
>             Fix For: 2.0
>
>
> I'm having some issues with FileBrowserSheet. 
> When I browse folder on the network, it is quite slow. 
> Sometimes the file browser does not react at all... 
> So I want to set the cursour to Cursor.WAIT to show the user that the sheet 
> is working. 
> I tried to set my own skin on the FileBrowserSheet so I did this : 
> - I subclassed org.apache.pivot.wtk.FileBrowserSheet 
> - I subclassed org.apache.pivot.wtk.skin.terra.TerraSheetSkin and created my 
> skin 
> - In the constructor, I call the setSkin method but I get the following error 
> "Skin is already installed". It is because it calls the 
> installThemeSkin(FileBrowserSheet.class) in the 
> org.apache.pivot.wtk.FileBrowserSheet and once the skin is installed, I can't 
> set another one. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to