Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
-
Yes, my LayoutDrawHandler sets the width and height of the VLayout:
Code:package com._3dmathpuzzles.gwt.client; import com.google.gwt.dom.client.Element;
Last edited by NeilAgg; Yesterday, 09:51.
Leave a comment:
-
markForRedraw() not working
I am trying to redraw my layout when the user resizes the window.
You can see it running here: https://dev.3dmathpuzzles.com/3dmp/Diagon...
-
DrawPane zoom messing up the view
You can see this behavior on the Zoom & Pan showcase https://smartclient.com/smartgwt/showcase/#zoom_and_pan
Set the zoom to 1 and move...
-
VLayout and DrawPane exceed size of div which contain them
I am trying to add a DrawPane to an existing div in my html but the layout is exceeding the size of the div.
Here is a screenshot:
...
-
I saw a forum post that I needed to place theCode:<inherits name="com.smartgwt.Drawing"/>
Code:<inherits name="com.smartgwt.
Leave a comment:
-
I added a bunch of calls to Window.alert to see where the code is stopping:
Code:public void onModuleLoad() { Window.alert("In DiagonalSlitherlink2.onModuleLoad()");
Leave a comment:
-
I changed it to use a DrawPane:
Code:public void onModuleLoad() { drawPane = new DrawPane(); drawPane.setWidth100(); drawPane.setHeight100();
Leave a comment:
-
Button rendered outside Canvas
This is strange. I set up a test page, put in a canvas, and added a button to the canvas:
Code:public class DiagonalSlitherlink2 implements
No activity results to display
Show More
Leave a comment: