Carlos,
     I did look into that.  But it was too simplified for us as an enterprise 
solution.  We needed the holistic approach to all popup types; it's the only 
way to keep the layers straight.  Multi-level / layered popups, alerts, 
notification handling / toasts / snackbar, and we will add in a tooltip manager 
(for multiple active tooltips, imagine chart usage) to it.  This means several 
managed arrays for the different sets of layers; would have preferred vectors 
over arrays.  Whereas the flex side we only had to add one additional manager 
for our notification / toast / snackbar support and some side utils.

    BTW I do appreciate the work you've (and others) put into Jewel.  It's 
looking good.  We actually use it as a base right now for testing and modify it 
for our needs from there.  Our goal at this point is get the basics done in the 
royale side and redo some of our libraries so it can be used on either royale 
or the air / flex side.  We came to the realization that the layout from the 
CSS side of things is too powerful to be held back by trying to use flex/air 
styled layout.  So the views we have just will not work on both sides of the 
house.  We will however work to keep the business logic the same, but it means 
creating things on the royale side that are missing to match previous features.

    Next up will work on Collections (ArrayCollection and VectorCollection) 
since we use those heavily.  We use the events, sorting, filtering, addItem, 
contains, disable/enable autoupdate, getItemAt, itemUpdated, refresh, 
removeItemAt, setItemAt, and interface ICollecitonView references features.   
Well that's if we have some time left on it this week.  I have to swap projects 
again next week and back on to main support for a few more weeks then I'll see 
if I can squeeze in more time here again.


-Mark K


-----Original Message-----
From: Carlos Rovira [mailto:carlosrov...@apache.org] 
Sent: Wednesday, March 20, 2019 11:30 AM
To: dev@royale.apache.org
Subject: [Non-DoD Source] Re: PopUpManager question

Hi Mark,

In Jewel there's a PopUp component. You can see it working in Tour De Jewel
here:

http://royale.apache.org/tourdejewel/

(is one of the latest options in the drawer menu on the left)

Carlos



El mié., 20 mar. 2019 a las 15:50, Kessler CTR Mark J
(<mark.kessler....@usmc.mil.invalid>) escribió:

> Never mind,  Figured it out.  I'll switch over to using this style.
>
> container.element.style.zIndex;
>
>
>
> -Mark K
>
> -----Original Message-----
> From: Kessler CTR Mark J
> Sent: Wednesday, March 20, 2019 7:57 AM
> To: dev@royale.apache.org
> Subject: PopUpManager question
>
> I finally got a chance to get back to testing out a conversion of one of
> small apps.  I only have this week to work on it.  We couldn't find a
> working PopUpManager, so we created one.  It works pretty good however we
> tried to update the z-index on the popup directly using a style, but
> something is stripping out our "z-index:"  property.  It is not stripping
> any of our other  CSS properties.
>
> What is the best way to change the CSS styles directly on a container?
>
>
> -Mark K
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to