My own experience: I've had a lot better experience using the jQuery dialogs. Previously I used card views (one view for my application, and many other views for various dialogs), but that was rougher to manage. I had tried just using floating views, but then I needed to figure out how to generically disable/hide the current application view completely (whatever it happened to be) and calling procedures on the parent views didn't always work (probably a misconfiguration on my part). Using Card views took care of that problem, but in the end jQuery just feels and works cleaner...at least for me.
On Sun, Apr 19, 2015 at 6:17 AM, Rabbi David Botton <[email protected]> wrote: > Display a view and hide a view on same page. Also could use jqueryui dialog. > > David Botton > > On Sun, Apr 19, 2015 at 3:38 AM Pascal <[email protected]> wrote: >> >> Hello David, >> >> Well, linxtris based on GTKAda uses popup window for about, preferences >> and scores display. >> How could I translate them in GNOGA? >> >> Thanks, Pascal. >> http://blady.pagesperso-orange.fr >> >> >> Le 19 avr. 2015 à 05:21, Rabbi David Botton <[email protected]> a écrit : >> >> > I highly recommend not using PopUps, every browser has a different level >> > of control. >> > >> > In a nutshell though, the best way is to do communicate on the Ada side. >> > >> > Launch a new window, setup an >> > Application.Multi_Connect.On_Connect_Handler for the new URL path you use >> > and include some token or the like in the URL you can use to identify which >> > window created the new popup then communicate on the Ada side. >> > >> > Technically on Chrome you are able to communicate between child and >> > parent as per the tutorial, but it is not reliable in my opinion. >> > >> > David Botton >> > >> > >> > >> > On Sat, Apr 18, 2015 at 4:00 AM Pascal <[email protected]> wrote: >> > Hello, >> > >> > For manipulate a popup window of type Window_Type, in tutorial_06.adb, I >> > found Launch and Close. >> > But how to hide or show a popup window? >> > >> > And how to catch delete window event (when clic on the close window >> > button) and then prevent closing window? >> > >> > Thanks, Pascal. >> > http://blady.pagesperso-orange.fr >> >> >> >> ------------------------------------------------------------------------------ >> BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT >> Develop your own process in accordance with the BPMN 2 standard >> Learn Process modeling best practices with Bonita BPM through live >> exercises >> http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- >> event?utm_ >> source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF >> _______________________________________________ >> Gnoga-list mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/gnoga-list > > > ------------------------------------------------------------------------------ > BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT > Develop your own process in accordance with the BPMN 2 standard > Learn Process modeling best practices with Bonita BPM through live exercises > http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ > source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF > _______________________________________________ > Gnoga-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/gnoga-list > ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Gnoga-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gnoga-list
