Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    does Smart GWT support Graphics features?

    hello All,

    is there any Graphics related provision in smartGWT...?

    i want to load the map using smartGwt and the thing i want is to draw circle,polygon,rectangle etc etc over the map.
    the same way we select the objects in paint(WINDOWS operating system) and draw it.
    but i wonder can we make those kind of stuff using smartGWT?

    please reply me urgently.

    Thanks in advance
    Regards,
    Tarun

    #2
    Currently there is a SmartClient module, see http://www.smartclient.com/product/index.jsp#drawing, which could be accessed through JSNI. Otherwise a few people have used 3rd party libraries successfully as well.

    Comment


      #3
      hi svjard,,
      Thanks for ur quick reply.

      can you please list the third party tools that i can use for the same.

      can you please tell me what are the ways to integrate Google Map in smartGwt/GWT.
      and that would be very kind if i get DEMO for GoogleMap rendering in smartGWT/GWT.


      Thanks in Advance.
      Regards,
      Tarun

      Comment


        #4
        It is exactly the same thing as GWT...
        you add the mapWidget to a smartGWT canvas (instead of GWT rootpanel) and show the canvas

        you can find some infos at
        http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted

        hope it helps

        Michael

        Comment


          #5
          Just inherit <inherits name="com.objetdirect.tatami.Tatami_DojoGFX"/>

          http://code.google.com/p/tatami/

          Comment

          Working...
          X