Using how do I customize my splitLayoutPanel slider bars with buttons?

2011-09-14 Thread DemiSheep
I am using the splitLayoutPanel in my widget design. I have two slider bars from the splitLayoutPanel, one vertical and one horizontal. I want to modify the horizontal bar by adding the following buttons: "UP" causes the slider bar to jump to the maximum top are of the window, so you don't have to

How do I get html data to show in an panel when I click an item in my listbox?

2011-08-19 Thread DemiSheep
I am using eclipse with the google web toolkit plugin and have built a widget which has a ListBox and a horizontal SplitLayoutPanel. I want to be able to click on an item in my list box and have it display the HTML in the top pane of my split panel. I think I need to setup click handler but I am no

Re: How do I load test data into my Widget

2011-08-17 Thread DemiSheep
I think I'll just hard code a couple of the files for my purposes. Respectfully, DemiSheep On Aug 17, 9:06 am, DemiSheep wrote: > Can I put the files in a war file and have the client open the files > for viewing?? What you described is exactly what I want to do. Click > on a ava

Re: How do I load test data into my Widget

2011-08-17 Thread DemiSheep
Can I put the files in a war file and have the client open the files for viewing?? What you described is exactly what I want to do. Click on a available file in a list and then have it displayed in another panel. Then my main focus is to attach a note to the file. On Aug 17, 7:01 am, BST wrote: >

Re: How do I load test data into my Widget

2011-08-17 Thread DemiSheep
s -- it > would be Very Not Good if any random web page had the ability to go > snooping around in your filesystem). > > (*) In this context, "impossible" disregards messing around with local > security policy files and/or using browser-specific hacks. > > On Aug 16,

How do I load test data into my Widget

2011-08-16 Thread DemiSheep
data. It's not going to be any kind of final server hosted application, I am not concerned about how the actual files will be loaded in the future. Any suggestions would be greatly appreciated. Respectfully, DemiSheep -- You received this message because you are subscribed to the Google G