Re: IE Bookmarks IFrame src issue.

2010-07-27 Thread Sony
older.cache.html still resides in IE cache as it was sent with a cache header equivalent of forever. Sony On Jul 27, 12:29 pm, Greg Dougherty wrote: > Can they do that ONLY for IE 6 & 8?  Because it doesn't look like they > want to stop caching, they want the bookmark to stop going to t

IE Bookmarks IFrame src issue.

2010-07-27 Thread Sony
ions. For now we just let users know to delete the bookmark and recreate it in these types of situations. Any help in fixing this issue would be appreciated. I've tried replacing the iframe-linker with the cross-site linker which works but then code-splitting is not supported (which we re

Problem with popuppanel

2010-02-06 Thread sony
Hi, I am using PopupPanel and Gwt Canvas for my project. Here when clicked on the canvas-drawing area the popuppanel appears. In my main class i have a private class which extends PopupPanel and this panel is then called in the onModuleLoad(). The code looks something like this: Button b = new

gwt graphics and dnd

2009-11-21 Thread sony
Hi, I am using gwt graphics and gwt dnd for a program. I have a button which when clicked creates a circle at specified position on the panel and the circle is draggable. For dragging i have used gwt-dnd. I have also added a click handler to the circle which when click should print "ERD Circle".

problem with getWidgetCount()

2009-11-09 Thread sony
Hi, I am using getWidgetCount() but it does not look like i am getting correct results. Here is the code where i have this function: public class ERD1 implements EntryPoint { private PickupDragController dragController; final AbsolutePanel boundaryPanel = new AbsolutePanel(); int i;

gwt dnd and connector

2009-11-08 Thread sony
Hi, I am trying to add gwt-connector function to my project. My project is similar to the following example: http://allen-sauer.com/com.allen_sauer.gwt.dnd.demo.DragDropDemo/DragDropDemo.html#PaletteExample When ever i try to add Shape() function to the widgets it is not working. Any suggestion w

Listener for gwt custom widgets

2009-11-03 Thread sony
Hi, For my project when a button is clicked, the click event should then wait and listen to the next two clicks on different widgets and then connect them so as to form relationship between them. Right now i an trying to use FocusListener without success. Any suggestion will be of great help. T

Connecting Widgets

2009-11-01 Thread sony
My project is about drawing ER Diagrams, for this I am using GWT. For now i have most of the frontend working. Now I want to have lines connecting two widgets to create a relationship between the entities and attributes. For that I want to create 4 corner points to which the lines can connect (Tec

ClickListener to custom widget

2009-10-30 Thread sony
Hi, I am trying to add clicklistener to one of the widgets. These widgets are created using RaphaleJS. I tried to implement clicklistener but it is not recognizing. i.e. i have something like this: class RaphaelJS extends JavaScriptObject { protected static class Shape extends JavaScriptObject

GWT and DragListener

2009-10-22 Thread sony
Hello, Is DragListener part of GWT? because when i type in com.google.gwt.user.client.dnd.DragListener it is not recognizing. i saw this in an example. Is there anything i need to add to make it work? any help would be appreciated. Thank you. --~--~-~--~~~---~--~~

Edit text for the cloned widget

2009-10-16 Thread sony
Hi, For my project i am using Raphael JS with gwt. Using Rahael JS i have created some widgets like circle, rectangle etc and they are cloned on each drag. Now I need to add text to them and then make these cloned widget text editable. Any suggestions would be appreciated. Thank you. --~--~

GWT and RaphaelJS

2009-09-20 Thread sony
Hi, I am trying to use external JS (raphaelJS) for my project and so i included the JS files in the javascript folder. But the problem is every time i compile the program it just deletes those external JS files. I am not sure why it is doing this. Any help is appreciated. Thanks. --~--~