IE9 and SuggestBox

2011-05-13 Thread Marcel Karras
Hi,

when using a SuggestBox in IE9 it won't work correctly as the
generated code still contains setExpression calls - such css method
calls are not available anymore since IE9 and should not be generated
in general.

Is this a known issue? (I don't want to set IE8 fallback mode in order
to get this working)

Greetings
- Marcel

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



How do I get the event source child under mouse cursor?

2011-03-18 Thread Marcel Karras
Hello,

imagine a  div element that contains various other div child
elements. (huge amount) I'd like to get the child element of the
parent div when I hold down the mouse button. (MouseDownEvent) In
order to let the parent div be the relative container coordinate
calculations will be made on I registered a new MouseEventHandler to
that parent element. But now I have the problem of getting the deepest
DOM element under mouse cursor (resp. top visible element under mouse
cursor when event occures) The method event.getSource() will only give
me the parent div element and the only method to accomplish this seems
to be via JSNI as shown here: 
http://www.quirksmode.org/js/events_properties.html#target.
As I'd like to avoid JSNI where possible, is there a GWT driven way to
get the child element?

Greetings
- Marcel Karras

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: How do I get the event source child under mouse cursor?

2011-03-18 Thread Marcel Karras
Wow, you guys are really fast. Thanks a lot - works like a charm.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Detect ScrollBar end of scrolling

2011-03-01 Thread Marcel Karras
Hello,

there's been a similar thread one year ago (http://groups.google.com/
group/google-web-toolkit/browse_thread/thread/
c90a7c7fbbaf0ff9/054a517a19e514a9?
lnk=gstq=scrollbar#054a517a19e514a9) but no satisfying answer has
been given. I'd like to get an event when the scrolling process is
over - that is, when the mouse button is released. (mouse wheel can be
ignored here) Can I add a mouse event handler to the scrollbar somehow
in order to achieve what I need?

Greetings
- Marcel Karras

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Code Igniter Integration

2009-08-04 Thread Marcel Karras

Hi everyone,

I tried to enhance the my existing Code Igniter (http://
codeigniter.com) based application with the power of optimized
Javascript apps using GWT. The basis is a Java based application using
the GWT library (Eclipse IDE) and the compilation process of this Java
code results in browser optimized Javascript Code… I then can deploy
this Javascript code into CI with some effort in order to get the
widgets I wish.

Now my question: The overall deployment process is quite exhausting
and I would like to Eclipse do all the work where CI is integrated
into a GWT Java Project. (alternatively two projects) GTW advertises
itself as being server-side language independent but if one tries to
implement a server side service you’ll have to use servlets (Java
based) or absolute addresses to the HTTP Remote Interface you want to
send messages to. Concerning the latter issue I have a problem
integrating the CI BASE_URL (the URL prefix of the PHP web
application) into a GWT project without defining the web application
base url twice.

So is there anyone out there who every did this before?

Greetings
- Marcel Karras

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---