You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@royale.apache.org by Piotr Zarzycki <pi...@gmail.com> on 2018/02/06 10:10:19 UTC

Re: Title Window

Hi Aleena,

I think this question belongs to the Royale list, so I'm adding it. I
believe Panel and PanelWithControlBar can be equivalent to that.

Thanks, Piotr

2018-02-06 10:44 GMT+01:00 Alina Kazi <al...@d-bz.com>:

> Hi,
>
> I am using s:TitleWindow and porting my app to Apache Flexjs/Royale I can't
> find any substitute of it.
>
> Kindly let me know if there is any other alternate for similar
> functionality.
>
>
>
> Aleena
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

RE: Title Window

Posted by Alina Kazi <al...@d-bz.com>.
Hi,
What is difference between Panel and PanelwithControlbar?
We are replacing TitleWindow with Panel/PanelwithControlbar. 
Close & creationcomplete are the events that we were using with TitleWindow. what would be alternate for these two events in Panel/PanelwithControlbar? 

Thanks, 
Alina 

-----Original Message-----
From: Alina Kazi [mailto:alina.kazi@d-bz.com] 
Sent: Tuesday, February 06, 2018 3:03 PM
To: users@flex.apache.org
Subject: RE: Title Window

Thanks

-----Original Message-----
From: Piotr Zarzycki [mailto:piotrzarzycki21@gmail.com] 
Sent: Tuesday, February 06, 2018 3:10 PM
To: users@flex.apache.org; users@royale.apache.org
Subject: Re: Title Window

Hi Aleena,

I think this question belongs to the Royale list, so I'm adding it. I
believe Panel and PanelWithControlBar can be equivalent to that.

Thanks, Piotr

2018-02-06 10:44 GMT+01:00 Alina Kazi <al...@d-bz.com>:

> Hi,
>
> I am using s:TitleWindow and porting my app to Apache Flexjs/Royale I can't
> find any substitute of it.
>
> Kindly let me know if there is any other alternate for similar
> functionality.
>
>
>
> Aleena
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*



RE: Title Window

Posted by Alina Kazi <al...@d-bz.com>.
Thanks

-----Original Message-----
From: Piotr Zarzycki [mailto:piotrzarzycki21@gmail.com] 
Sent: Tuesday, February 06, 2018 3:10 PM
To: users@flex.apache.org; users@royale.apache.org
Subject: Re: Title Window

Hi Aleena,

I think this question belongs to the Royale list, so I'm adding it. I
believe Panel and PanelWithControlBar can be equivalent to that.

Thanks, Piotr

2018-02-06 10:44 GMT+01:00 Alina Kazi <al...@d-bz.com>:

> Hi,
>
> I am using s:TitleWindow and porting my app to Apache Flexjs/Royale I can't
> find any substitute of it.
>
> Kindly let me know if there is any other alternate for similar
> functionality.
>
>
>
> Aleena
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*


Re: Title Window

Posted by Alex Harui <ah...@adobe.com>.
IIRC, in Flex, TitleWindow was a Panel with a Close Button.  I always found that confusing since Panels had titles, so for FlexJS/Royale, I proposed to just have Panel with configurable beads to add CloseButton.  Really, the most basic Panel model shouldn't have an optional Close Button.

But I don't see any reason that the Express set can't have a TitleWindow that composes all of the necessary parts.  Either that or we should start a FlexMigration component set that has components with the same names as Flex although they may not be 100% backward compatible.

-Alex

From: Piotr Zarzycki <pi...@gmail.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Wednesday, February 14, 2018 at 8:20 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: Re: Title Window

Cool! I didn't know about that. Actually what would be the difference between Panel which has field title and TitleWindow ?

2018-02-14 17:15 GMT+01:00 Alex Harui <ah...@adobe.com>>:
That's not quite true.  In the RoyaleStore, there is an example custom titlebar for a Panel.    The TitleBarModel has a "showCloseButton" field.  We just need a volunteer to put all of the pieces together and call it a TitleWindow.

-Alex

From: Piotr Zarzycki <pi...@gmail.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Wednesday, February 14, 2018 at 3:50 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: Re: Title Window

Hi Alina,

Panel doesn't have place where you can put some buttons. Take a look into my example [1]. Panel won't have place where you can put such buttons like "Delete", "New" etc. in the opposite with  PanelwithControlbar.
In this example I'm using only PanelWithControlBar.

[1] https://transpiledactionscript.com/examples/PureMVCEmployeeAdminBasic/<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftranspiledactionscript.com%2Fexamples%2FPureMVCEmployeeAdminBasic%2F&data=02%7C01%7Caharui%40adobe.com%7C50fb0d97cc134193eb7a08d573a135f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542058588560959&sdata=NopAPsE6AANDB7iFSUfeE9fh3ivdnV4BdRMDRIaplnA%3D&reserved=0>

Thanks,
Piotr


2018-02-14 12:34 GMT+01:00 Alina Kazi <al...@d-bz.com>>:
Hi,
What is difference between Panel and PanelwithControlbar?
We are replacing TitleWindow with Panel/PanelwithControlbar.
Close & creationcomplete are the events that we were using with TitleWindow. what would be alternate for these two events in Panel/PanelwithControlbar?

Thanks,
Alina

-----Original Message-----
From: Alina Kazi [mailto:alina.kazi@d-bz.com<ma...@d-bz.com>]
Sent: Tuesday, February 06, 2018 3:03 PM
To: users@flex.apache.org<ma...@flex.apache.org>
Subject: RE: Title Window

Thanks

-----Original Message-----
From: Piotr Zarzycki [mailto:piotrzarzycki21@gmail.com<ma...@gmail.com>]
Sent: Tuesday, February 06, 2018 3:10 PM
To: users@flex.apache.org<ma...@flex.apache.org>; users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: Title Window

Hi Aleena,

I think this question belongs to the Royale list, so I'm adding it. I
believe Panel and PanelWithControlBar can be equivalent to that.

Thanks, Piotr

2018-02-06 10:44 GMT+01:00 Alina Kazi <al...@d-bz.com>>:

> Hi,
>
> I am using s:TitleWindow and porting my app to Apache Flexjs/Royale I can't
> find any substitute of it.
>
> Kindly let me know if there is any other alternate for similar
> functionality.
>
>
>
> Aleena
>
>


--

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C50fb0d97cc134193eb7a08d573a135f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542058588560959&sdata=EcaSJUEWFNqSVizLGodIRSOnGLPFH3cBMH5OCWhSmUg%3D&reserved=0>
<https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C50fb0d97cc134193eb7a08d573a135f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542058588560959&sdata=EcaSJUEWFNqSVizLGodIRSOnGLPFH3cBMH5OCWhSmUg%3D&reserved=0>>*





--

Piotr Zarzycki

Patreon: https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C50fb0d97cc134193eb7a08d573a135f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542058588560959&sdata=EcaSJUEWFNqSVizLGodIRSOnGLPFH3cBMH5OCWhSmUg%3D&reserved=0>



--

Piotr Zarzycki

Patreon: https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C577e72f7bb464f78592908d573c6dc72%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542220570028449&sdata=I6GL5k%2BUEP6o92i%2FzCd0EP43cC92XEeRX6J9VDdkvWo%3D&reserved=0>

Re: Title Window

Posted by Piotr Zarzycki <pi...@gmail.com>.
Cool! I didn't know about that. Actually what would be the difference
between Panel which has field title and TitleWindow ?

2018-02-14 17:15 GMT+01:00 Alex Harui <ah...@adobe.com>:

> That's not quite true.  In the RoyaleStore, there is an example custom
> titlebar for a Panel.    The TitleBarModel has a "showCloseButton" field.
> We just need a volunteer to put all of the pieces together and call it a
> TitleWindow.
>
> -Alex
>
> From: Piotr Zarzycki <pi...@gmail.com>
> Reply-To: "users@royale.apache.org" <us...@royale.apache.org>
> Date: Wednesday, February 14, 2018 at 3:50 AM
> To: "users@royale.apache.org" <us...@royale.apache.org>
> Subject: Re: Title Window
>
> Hi Alina,
>
> Panel doesn't have place where you can put some buttons. Take a look into
> my example [1]. Panel won't have place where you can put such buttons like
> "Delete", "New" etc. in the opposite with  PanelwithControlbar.
> In this example I'm using only PanelWithControlBar.
>
> [1] https://transpiledactionscript.com/examples/PureMVCEmployeeAdminBasic/
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftranspiledactionscript.com%2Fexamples%2FPureMVCEmployeeAdminBasic%2F&data=02%7C01%7Caharui%40adobe.com%7C50fb0d97cc134193eb7a08d573a135f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542058588560959&sdata=NopAPsE6AANDB7iFSUfeE9fh3ivdnV4BdRMDRIaplnA%3D&reserved=0>
>
> Thanks,
> Piotr
>
>
> 2018-02-14 12:34 GMT+01:00 Alina Kazi <al...@d-bz.com>:
>
>> Hi,
>> What is difference between Panel and PanelwithControlbar?
>> We are replacing TitleWindow with Panel/PanelwithControlbar.
>> Close & creationcomplete are the events that we were using with
>> TitleWindow. what would be alternate for these two events in
>> Panel/PanelwithControlbar?
>>
>> Thanks,
>> Alina
>>
>> -----Original Message-----
>> From: Alina Kazi [mailto:alina.kazi@d-bz.com]
>> Sent: Tuesday, February 06, 2018 3:03 PM
>> To: users@flex.apache.org
>> Subject: RE: Title Window
>>
>> Thanks
>>
>> -----Original Message-----
>> From: Piotr Zarzycki [mailto:piotrzarzycki21@gmail.com]
>> Sent: Tuesday, February 06, 2018 3:10 PM
>> To: users@flex.apache.org; users@royale.apache.org
>> Subject: Re: Title Window
>>
>> Hi Aleena,
>>
>> I think this question belongs to the Royale list, so I'm adding it. I
>> believe Panel and PanelWithControlBar can be equivalent to that.
>>
>> Thanks, Piotr
>>
>> 2018-02-06 10:44 GMT+01:00 Alina Kazi <al...@d-bz.com>:
>>
>> > Hi,
>> >
>> > I am using s:TitleWindow and porting my app to Apache Flexjs/Royale I
>> can't
>> > find any substitute of it.
>> >
>> > Kindly let me know if there is any other alternate for similar
>> > functionality.
>> >
>> >
>> >
>> > Aleena
>> >
>> >
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: *https://www.patreon.com/piotrzarzycki
>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C50fb0d97cc134193eb7a08d573a135f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542058588560959&sdata=EcaSJUEWFNqSVizLGodIRSOnGLPFH3cBMH5OCWhSmUg%3D&reserved=0>
>> <https://www.patreon.com/piotrzarzycki
>> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C50fb0d97cc134193eb7a08d573a135f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542058588560959&sdata=EcaSJUEWFNqSVizLGodIRSOnGLPFH3cBMH5OCWhSmUg%3D&reserved=0>
>> >*
>>
>>
>>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C50fb0d97cc134193eb7a08d573a135f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542058588560959&sdata=EcaSJUEWFNqSVizLGodIRSOnGLPFH3cBMH5OCWhSmUg%3D&reserved=0>*
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: Title Window

Posted by Alex Harui <ah...@adobe.com>.
That's not quite true.  In the RoyaleStore, there is an example custom titlebar for a Panel.    The TitleBarModel has a "showCloseButton" field.  We just need a volunteer to put all of the pieces together and call it a TitleWindow.

-Alex

From: Piotr Zarzycki <pi...@gmail.com>>
Reply-To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Date: Wednesday, February 14, 2018 at 3:50 AM
To: "users@royale.apache.org<ma...@royale.apache.org>" <us...@royale.apache.org>>
Subject: Re: Title Window

Hi Alina,

Panel doesn't have place where you can put some buttons. Take a look into my example [1]. Panel won't have place where you can put such buttons like "Delete", "New" etc. in the opposite with  PanelwithControlbar.
In this example I'm using only PanelWithControlBar.

[1] https://transpiledactionscript.com/examples/PureMVCEmployeeAdminBasic/<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftranspiledactionscript.com%2Fexamples%2FPureMVCEmployeeAdminBasic%2F&data=02%7C01%7Caharui%40adobe.com%7C50fb0d97cc134193eb7a08d573a135f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542058588560959&sdata=NopAPsE6AANDB7iFSUfeE9fh3ivdnV4BdRMDRIaplnA%3D&reserved=0>

Thanks,
Piotr


2018-02-14 12:34 GMT+01:00 Alina Kazi <al...@d-bz.com>>:
Hi,
What is difference between Panel and PanelwithControlbar?
We are replacing TitleWindow with Panel/PanelwithControlbar.
Close & creationcomplete are the events that we were using with TitleWindow. what would be alternate for these two events in Panel/PanelwithControlbar?

Thanks,
Alina

-----Original Message-----
From: Alina Kazi [mailto:alina.kazi@d-bz.com<ma...@d-bz.com>]
Sent: Tuesday, February 06, 2018 3:03 PM
To: users@flex.apache.org<ma...@flex.apache.org>
Subject: RE: Title Window

Thanks

-----Original Message-----
From: Piotr Zarzycki [mailto:piotrzarzycki21@gmail.com<ma...@gmail.com>]
Sent: Tuesday, February 06, 2018 3:10 PM
To: users@flex.apache.org<ma...@flex.apache.org>; users@royale.apache.org<ma...@royale.apache.org>
Subject: Re: Title Window

Hi Aleena,

I think this question belongs to the Royale list, so I'm adding it. I
believe Panel and PanelWithControlBar can be equivalent to that.

Thanks, Piotr

2018-02-06 10:44 GMT+01:00 Alina Kazi <al...@d-bz.com>>:

> Hi,
>
> I am using s:TitleWindow and porting my app to Apache Flexjs/Royale I can't
> find any substitute of it.
>
> Kindly let me know if there is any other alternate for similar
> functionality.
>
>
>
> Aleena
>
>


--

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C50fb0d97cc134193eb7a08d573a135f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542058588560959&sdata=EcaSJUEWFNqSVizLGodIRSOnGLPFH3cBMH5OCWhSmUg%3D&reserved=0>
<https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C50fb0d97cc134193eb7a08d573a135f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542058588560959&sdata=EcaSJUEWFNqSVizLGodIRSOnGLPFH3cBMH5OCWhSmUg%3D&reserved=0>>*





--

Piotr Zarzycki

Patreon: https://www.patreon.com/piotrzarzycki<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C50fb0d97cc134193eb7a08d573a135f7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636542058588560959&sdata=EcaSJUEWFNqSVizLGodIRSOnGLPFH3cBMH5OCWhSmUg%3D&reserved=0>

Re: Title Window

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Alina,

Panel doesn't have place where you can put some buttons. Take a look into
my example [1]. Panel won't have place where you can put such buttons like
"Delete", "New" etc. in the opposite with  PanelwithControlbar.
In this example I'm using only PanelWithControlBar.

[1] https://transpiledactionscript.com/examples/PureMVCEmployeeAdminBasic/

Thanks,
Piotr


2018-02-14 12:34 GMT+01:00 Alina Kazi <al...@d-bz.com>:

> Hi,
> What is difference between Panel and PanelwithControlbar?
> We are replacing TitleWindow with Panel/PanelwithControlbar.
> Close & creationcomplete are the events that we were using with
> TitleWindow. what would be alternate for these two events in
> Panel/PanelwithControlbar?
>
> Thanks,
> Alina
>
> -----Original Message-----
> From: Alina Kazi [mailto:alina.kazi@d-bz.com]
> Sent: Tuesday, February 06, 2018 3:03 PM
> To: users@flex.apache.org
> Subject: RE: Title Window
>
> Thanks
>
> -----Original Message-----
> From: Piotr Zarzycki [mailto:piotrzarzycki21@gmail.com]
> Sent: Tuesday, February 06, 2018 3:10 PM
> To: users@flex.apache.org; users@royale.apache.org
> Subject: Re: Title Window
>
> Hi Aleena,
>
> I think this question belongs to the Royale list, so I'm adding it. I
> believe Panel and PanelWithControlBar can be equivalent to that.
>
> Thanks, Piotr
>
> 2018-02-06 10:44 GMT+01:00 Alina Kazi <al...@d-bz.com>:
>
> > Hi,
> >
> > I am using s:TitleWindow and porting my app to Apache Flexjs/Royale I
> can't
> > find any substitute of it.
> >
> > Kindly let me know if there is any other alternate for similar
> > functionality.
> >
> >
> >
> > Aleena
> >
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*