Re: Submit POST data with no callback

2018-04-04 Thread Matthew McLarty
Sorry it's taken me awhile to respond. I wanted to say thank you because this was the exact information I needed. Very much appreciated :) On Friday, March 23, 2018 at 6:01:07 PM UTC-4, Slava Pankov wrote: > > For redirect you need: form.getElement(). > cast().setTarget(""); > > On Thursday, Ma

Why doesn't my call to TableSectionElement.setInnerSafeHtml() get rendered to the DOM?

2018-04-04 Thread Matthew McLarty
I have a legacy application that uses UIBinder to render the UI. I am trying to spit out records into a standard element. In my view.ui.xml file, I have a table with my semantic element setup and a element with the appropriate ui:field.   Customer #

GWT 2.5.1 SplitLayoutPanel draggers and touch screen devices

2018-04-04 Thread Whitfield
Does anyone know if the draggers for the SplitLayoutPanel can be moved when using a touch screen device such as an iPad or chromebook? I've discovered in the application I'm working on that the draggers won't move if you try using your finger on a touch screen; other actions like clicking a but

Re: GWT 2.5.1 SplitLayoutPanel draggers and touch screen devices

2018-04-04 Thread Jim Douglas
FWIW, here's my hacked version of SplitLayoutPanel , which does work in iOS Mobile Safari. You can see it running here: https://poweredbybbj.com/apps/sc-fontchooser On Wednesday, April 4, 2018 at 1:2