Select(listbox) box with custom selection image arrow in GWT 2.0

2009-11-20 Thread mnenchev
Hi, Is it possible to create select(list) box with custom image for the selection arrow? the standard gwt list box does not use any resources so i think it can't be customized for that, so i need to create my own widget? Regards. -- You received this message because you are subscribed to the

Bundled Image as panel background using CssResourceClientBundle

2009-11-17 Thread mnenchev
Hi, i have image 1x600px that i need to repeat as panel background. I am using CssResource and Client Bundle but i do not know how to do it or i am missing somthing. I use @ImageOptions (repeatStyle=RepeatStyle.Horizontal), but it seems it is not working? I am using gwt 2.0 MS2. The image is just

Re: GWT + light streamer = integration problems

2009-08-05 Thread mnenchev
Hi, all. I resolved my PushPage is not defined error, just with adding $wnd like this var pushpage = new $wnd.PushPage() but i'm getting Error: Permission denied to get property Window.PushPage because of the same origin policy. Amy idea how to fix this? regards.

GWT + light streamer = integration problems

2009-08-04 Thread mnenchev
Hi, all i need to integrate gwt with lightstreamer. I have some problems connected with how to call js in gwt. I have been using native methods before but this time something is going wrong and i can't understand what. So here is every thing explained in brief: Lightstreamer has 2 .js lib

GWT + Base64 encode Java object on server and decode on client

2009-07-14 Thread mnenchev
Hi, dear members, Is it possible to base64 encode some java object( DTO) on the server and send it to gwt client side, where i need to restore (decode it to the same DTO object)? Here is why i need this: I have a servlet, that sends sends messages to active mq queue. I have gwt client that uses

Re: Need help in developing a simple application with GWT

2009-06-18 Thread mnenchev
Hi, all you need are 2 links that point to host page of the module. srihari wrote: Hi, I went through quite a few discussions but still I am not clear how to use multiple modules while organizing the project. I attempted to develop a simple application which has two modules with different

Re: Event handler for model ?

2009-06-12 Thread mnenchev
Well what exactly you want to do? Dalla wrote: Could you please post some examples will? Or maybe send me some code? mnenchevs example was good, but more examples never hurt :-) On 11 Juni, 14:08, Will wil...@gmail.com wrote: That's what I use as well. I created an Abstract Class

Re: Accessing a DB

2009-06-09 Thread mnenchev
Every thing witch is in your server package is on the server, so no one could access your private data. It is like in hibernate, that has hibernate config file where the user and pass are stored. This config file is on the server and no one has access to it. Sean wrote: In regards to using

Re: Accessing a DB

2009-06-09 Thread mnenchev
folder and beyond? If I try to access it from a browser I do get the 403 (FORBIDDEN) error, I just want to make sure there's no quick turn around for that. I guess I lied, I am paranoid. Thanks for your help! On Jun 9, 7:55 am, mnenchev nenchev.mari...@gmail.com wrote: Every thing witch

GWT + JBOSS

2009-06-09 Thread mnenchev
Hi, could someone help me pls. I create dynamic web project in eclipse. Start jboss server from eclipse( view servers and add to it my project). In cypal run configuration i set port 8080 and uncheck use built in server in order to use my jboss). When i start the jboss from eclipse it deploys

Re: Client side vs Server side models

2009-06-08 Thread mnenchev
What if the persistence layer is ejb for example? Miroslav Genov wrote: You don't have any problems to access client classes from server side code. Just put all your model classes into client package and use them in the persistence layer. Kwhit wrote: I'm building my first serious

GWT + hosted mode + jboss

2009-06-06 Thread mnenchev
Hi, all, I dig the web, but i could not find how to run hosted mode with external jboss. Here is what i do: 1) Create web project with google plugin for eclipse, that creates me hello world project with gwt. 2) test it within the internal server and it works. 3) Add new server runtime jboss