RE: [EXTERNAL] Strange Little Scrollbar

2021-06-15 Thread Brian Raymes
You can resolve that by simply adding the following style:

body {
overflow: hidden;
}

Tested on your app 

-Original Message-
From: bilbosax  
Sent: Tuesday, June 15, 2021 1:56 PM
To: users@flex.apache.org
Subject: [EXTERNAL] Strange Little Scrollbar

I have made my first app using Royale.  The structure is made based upon Tour 
De Jewel as a template using ResponsiveView so that it looks correct on all 
devices.  Search as I may, I cannot unearth one small problem.  I have a 
mysterious scrollbar on the right of the browser that only scrolls like 5 
pixels.  I would like to be rid of it entirely, but can't seem to figure out 
where it is coming from and turn it off.  And since I use ResponsiveView and 
listen to the "sizeChanged" event to scale all of my content within the current 
browser dimension, I don't understand why this is showing up at all. 
Alas, it is.  Please let me know if you have seen this before, or have any 
suggestions on where I might look to get started.  Thanks!


 



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


RE: [EXTERNAL] Re: Stop on error for debug

2021-04-28 Thread Brian Raymes
Flash Builder > Preferences > Run/Debug > Launching

You'll find all the options you're looking for within that menu.

-Original Message-
From: Tucsonjhall  
Sent: Wednesday, April 28, 2021 11:30 AM
To: users@flex.apache.org
Subject: [EXTERNAL] Re: Stop on error for debug

No one has run into this? I assume it's in some config file that says something 
like stop on error or something but no luck so far. It's confusing when it 
compiles even with errors and then no wonder things don't work correctly.



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


RE: Keeping user applications up to date in AIR.

2020-06-10 Thread Brian Raymes
Hi all,

I am interested in a work-around as well, but unless I'm mistaken, the solution 
below may not work at the end of the year given a change to AIR starting in 
version 22?

"Starting in AIR 22, applications that play swf content via the HTML control 
(WebKit) will now load the system level NPAPI Flash Player provided by Adobe 
(https://get.adobe.com/flashplayer).  If this plugin is not available on the 
system, the end user will be prompted to download and install the plugin from 
Adobe."

Source: 
https://helpx.adobe.com/flash-player/release-note/fp_22_air_22_release_notes.html

If the plugin is to be removed from browsers, will the solution below continue 
to work? Will Flash still be available to install separately? Could it be as 
simple as holding onto a legacy NPAPI installer?

Brian

-Original Message-
From: Paulus de B.  
Sent: Wednesday, June 10, 2020 2:04 AM
To: users@flex.apache.org
Subject: Re: Keeping user applications up to date in AIR.

Hi Paul, 

We actually had the exact same setup in that we had an swf application we 
needed to continue using after browsers stopped supporting flash.

What we did for the time being (but works very well): create an AIR application 
that uses the flex HTML control to load your swfs like you did in the browser.

Create a WindowedApplication (Flex) with just one control in it:


On the creationComplete
// Load your web application
htmlControl.location = "https://app...;;

In the end we did add the AIR updating functionality, but only for updating the 
AIR app (which rarely happens). The swfs are loaded / reloaded like the were in 
the browser.

Cheers

Paulus



--
Sent from: http://apache-flex-users.246.n4.nabble.com/


RE: GridColumn and dataProvider update

2020-05-11 Thread Brian Raymes
Hello,

You should be able to add a "collectionChange" event handler to your 
ArrayCollection.

https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/mx/collections/ListCollectionView.html#event:collectionChange

For example:

--



--

private function collectionChangeHandler(event:CollectionEvent):void
{
// See changes here. There will be a "kind" property in the event 
object to tell you which kind of change has occurred.
}

--

Brian

-Original Message-
From: pol2095  
Sent: Sunday, May 10, 2020 11:08 PM
To: users@flex.apache.org
Subject: GridColumn and dataProvider update

Hello,

in a Spark GridColumn, how to detect if the DataGrid.dataProvider has been 
updated ?

/




























/

thanks




--
Sent from: http://apache-flex-users.246.n4.nabble.com/


RE: Jewel DataGrid Column Sizing

2020-02-17 Thread Brian Raymes
My apologies, sent to wrong group. Sending to Royale Users.

From: Brian Raymes 
Sent: Monday, February 17, 2020 4:53 PM
To: 'users@flex.apache.org' 
Subject: Jewel DataGrid Column Sizing

I cannot seem to make the Jewel DataGrid size properly when the width is set to 
a percentage.

In Flex 3, it was possible to set the DataGrid's width to a percentage, as well 
as columns, and/or mix/match with pixel widths. What am I missing?

I've been toying with examples within Jewel, and cannot seem to replicate the 
DataGrid that scales.

FYI, I am running the absolute latest as I build the framework from a local git 
clone that I update daily.

This is how it appears with every build:

[cid:image001.png@01D5E5B1.69171470]

Sample code:

xmlns:j="library://ns.apache.org/royale/jewel"




















Any help would be appreciated.

Brian


Jewel DataGrid Column Sizing

2020-02-17 Thread Brian Raymes
I cannot seem to make the Jewel DataGrid size properly when the width is set to 
a percentage.

In Flex 3, it was possible to set the DataGrid's width to a percentage, as well 
as columns, and/or mix/match with pixel widths. What am I missing?

I've been toying with examples within Jewel, and cannot seem to replicate the 
DataGrid that scales.

FYI, I am running the absolute latest as I build the framework from a local git 
clone that I update daily.

This is how it appears with every build:

[cid:image001.png@01D5E5B1.69171470]

Sample code:

xmlns:j="library://ns.apache.org/royale/jewel"




















Any help would be appreciated.

Brian


RE: Flex Dashboard Application

2014-05-22 Thread Brian Raymes
You can access it (including source) by using the Internet Archive Way Back 
Machine: 
https://web.archive.org/web/20120418162352/http://www.adobe.com/devnet/flex/samples/dashboard.html

I use this all the time to get to older resources, like Degrafa.org and all of 
its samples.

-Original Message-
From: Angelo Anolin [mailto:angelo.ano...@gmail.com] 
Sent: Thursday, May 22, 2014 1:22 PM
To: users@flex.apache.org
Subject: Flex Dashboard Application

There used to be a sample Flex Dashboard application which can be found from 
this article link:

http://www.adobe.com/devnet/flex/samples/dashboard.html

But sadly, the application is no longer available.

Has anyone ever got the source for this and would care to share? Or if you have 
any relative example which has the same UI/behavior that you would be open for 
sharing?

Thanks.