Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Drag and Drop UI using GWT with Connectors
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Santosh  
View profile  
 More options Aug 10 2012, 8:33 am
From: Santosh <santosh.ku...@darkhorseboa.com>
Date: Fri, 10 Aug 2012 05:33:10 -0700 (PDT)
Local: Fri, Aug 10 2012 8:33 am
Subject: Drag and Drop UI using GWT with Connectors
We have a requirement to create a diagram which shows a sequence of
process in circular manner with Connectors. UI should be flexible
enough so that user can drag and drop any process between any of the
other two process in the diagram. Automatically connectors should get
re-arranged with new sequence. All examples what I saw using GWT-DND
are drag and drop components, but no examples with Connector arrows
concepts. We have also heard about SVG and YUI. But I am not sure how
far we can use that within GWT. Do we have any suggestion on what to
choose and how we can design this?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joseph Lust  
View profile  
 More options Aug 10 2012, 4:29 pm
From: Joseph Lust <lifeofl...@gmail.com>
Date: Fri, 10 Aug 2012 13:29:16 -0700 (PDT)
Local: Fri, Aug 10 2012 4:29 pm
Subject: Re: Drag and Drop UI using GWT with Connectors

Checkout gwt-dnd and lib-gwt-svg.

Sincerely,
Joseph


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob  
View profile  
 More options Aug 10 2012, 7:36 pm
From: Rob <rob.fergu...@uptick.com.au>
Date: Fri, 10 Aug 2012 16:36:48 -0700 (PDT)
Local: Fri, Aug 10 2012 7:36 pm
Subject: Re: Drag and Drop UI using GWT with Connectors
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ashwin.desikan@gmail.com  
View profile  
 More options Aug 11 2012, 2:38 pm
From: "ashwin.desi...@gmail.com" <ashwin.desi...@gmail.com>
Date: Sun, 12 Aug 2012 00:08:24 +0530
Local: Sat, Aug 11 2012 2:38 pm
Subject: Re: Drag and Drop UI using GWT with Connectors

Santosh,

If you have the privilege (depending on your app) to use html5 and css3 as
the min browser requirement, then I would suggest draw the process as as
div and style them as circle using border-radius CSS style.

to draw the connectors, use HTML5 canvas. GWT supports canvas on browsers
which are html5, chrome, opera, firefox (3.6 and above) and IE (9 and
above). This is the technique yahoo also uses with its pipes project

You can implement drag and drop using techniques provided for any gwt
widget.

I have implemented connectors in my project. All you have to do is place
your widgets using absolute positioning on a panel (call it the editor),
draw the connector to a canvas between the widgets and add the canvas to
the editor. You will have to update the position of the widgets &
respective canvas when you drag any of your process widgets.

Regards
Ashwin

On Fri, Aug 10, 2012 at 6:03 PM, Santosh <santosh.ku...@darkhorseboa.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Santosh  
View profile  
 More options Aug 14 2012, 6:53 am
From: Santosh <santosh.ku...@darkhorseboa.com>
Date: Tue, 14 Aug 2012 03:53:20 -0700 (PDT)
Local: Tues, Aug 14 2012 6:53 am
Subject: Re: Drag and Drop UI using GWT with Connectors
Sorry for the late reply. Thanks for your inputs. Unfortunately, we do
not have the privilege to use HTML5 and CSS3. As we may also have to
support IE8...

@Rob: I have looked into few of those sites. Mostly it is about
integrating drawing tools into our application.  I am not sure, how we
can use it in our applilcation.
First, can we integrate them along with GWT. Second, programmatically
draw the diagrams, give a Drag and Drop feature for the diagram,
handle connectors..etc.
It would be really great if we have suggestion with this design.

Now, I have looked into lib-gwt-svg API. But, using which we can draw
diagrams. But still, not enough documentation on how to make use of
api. If anybody has any resources or links which they can share would
be great.

On Aug 11, 11:38 pm, "ashwin.desi...@gmail.com"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »