Re: Read XML file on server using ServletContext.getResource() never works for me

2010-02-10 Thread Lucas86
().getResourceAsStream(location); On Feb 10, 6:09 pm, Lucas86 lucaslo...@gmail.com wrote: I've been trying toreadanXMLin my RPC servlet and I'm having trouble reading the file in development mode using ServletContext.getResource(). This is my first try, and I think I must be missing

Read XML file on server using ServletContext.getResource() never works for me

2010-02-09 Thread Lucas86
I've been trying to read an XML in my RPC servlet and I'm having trouble reading the file in development mode using ServletContext.getResource(). This is my first try, and I think I must be missing something simple but I haven't been able to find what the missing piece is. Every path I've passed

ScrollPanel in a DeckPanel, in a Horizontal Panel

2008-12-15 Thread Lucas86
I realize this may need source code, but I figure I'll start by asking the basic question in case anyone has run into this. I've got a ScrollPanel that's a page of a DeckPanel, which is in a HorizontalPanel. On all browsers other than IE, it's fine. On IE, there are no scroll bars and the content

TreeItem state control UI

2008-11-22 Thread Lucas86
Is there an easy way to remove the expand/collapse control on a treeitem that has children? If I wanted to map the control to somewhere else, and them remove that UI element to avoid confusion? Thanks. --~--~-~--~~~---~--~~ You received this message because you are

Re: ImageBundle combines my images

2008-11-07 Thread Lucas86
in 1.5 HTH a little, :) On Nov 7, 8:19 am, Lucas86 [EMAIL PROTECTED] wrote: I'm using the following code to set up an ImageBundle. I show the code after that I use to add the image. It all compiles fine, but when I access the images most of them come up as a combination of several

ImageBundle combines my images

2008-11-06 Thread Lucas86
I'm using the following code to set up an ImageBundle. I show the code after that I use to add the image. It all compiles fine, but when I access the images most of them come up as a combination of several of the images that I've added to the ImageBundle. Has anyone else had this problem? Is

Re: HTTPRequest, hosted mode, and the whitelist

2008-10-17 Thread Lucas86
. On Oct 17, 6:08 am, Amit Dhingra [EMAIL PROTECTED] wrote: Hi, I am using the same development setup, wamp and the hosted browser, and it works very fine... On Fri, Oct 17, 2008 at 10:16 AM, Lucas86 [EMAIL PROTECTED] wrote: I'm trying to do an HTTPRequest.asyncGet() to a simple PHP script. I'm

HTTPRequest, hosted mode, and the whitelist

2008-10-16 Thread Lucas86
I'm trying to do an HTTPRequest.asyncGet() to a simple PHP script. I'm running the request from hosted mode, and it fails to retrieve data. If I run the compiled site in a local browser, I can get the data that I expect. I know that the local server can't access remote sites for security reasons