In test/jdemo.adb there is a dialog that would fit these kind of needs.
I have turned that into Message_Boxes (much like GWindows, with OK, 
Yes/No, Yes/no/Cancel), still drafty.

Le 19.04.2015 09:38, Pascal a écrit :
> 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

Reply via email to