Re: Flashbuilder 4.7 for Mac

2021-05-26 Thread Scott Matheson
I have been using IntelliJ for the past 5 years as a paid account and had no issue, maybe your working in a different area if the product set Sent from my iPad > On 28 Apr 2021, at 19:02, Blake McBride wrote: > > I'm surprised to hear so many people liking Flex under IntelliJ. I > switched f

The end of a way of life

2021-01-01 Thread Scott Matheson
With the death of flash today, we are in a new world, due to timing we had to move to HTML, it has taken us 18 months we a few more months of small bug fixes It is interesting that flash dies off as the UK leave the EU, both driven by political adding nothing to the every day man As thy say i

Re: Flashbuilder 4.7 for Mac

2020-12-11 Thread Scott Matheson
I think I may have a copy of 4.6 on an old time machine I would need to have a look, you would need a key I made the move to IJ like everyone else and after a few days I was fine Sent from my iPhone > On 11 Dec 2020, at 21:27, Tucsonjhall wrote: > > Is there a site where one can download

Chris’s and Edge issues

2020-11-25 Thread Scott Matheson
Hi Has anyone see this It appears that Flash Player in the latest update of any chromium based browser is no longer able to access the microphone using new versions of Chrome (version 87) and the latest Edge Browsers that require the plug-in ,such as Internet Explorer and Opera, still have

Re: Future of Flex

2020-09-10 Thread Scott Matheson
Eric I have been in the business since 1982 seen a lot, I remember when our first IBM PC B/W screen with 64k memory, single floppy dive arrived and we just looked at it and said what are we to do with that I started developing on PL1, is GO not copy, that a different thread I have be

Re: From Flex to Flutter

2020-08-09 Thread Scott Matheson
get port out of the door, I may comeback and try a port, never say never Sent from my iPhone > On 9 Aug 2020, at 12:10, Harbs wrote: > >  > >> On Aug 9, 2020, at 1:57 PM, Scott Matheson wrote: >> >> IMHO royal is a side road that may run out if tar some tim

Re: From Flex to Flutter

2020-08-09 Thread Scott Matheson
Carlos I think the work you have done is outstanding, however as a small developer, is there a real long team future, I know we always say yes, but we where let’s down big time by Adobe with these poor management of the flex issue and the abandonment of flex Flex is a great languag

Re: Flex to Adobe AIR migration

2020-06-12 Thread Scott Matheson
There is a simple second aproch, we used goggle electron desk top browser dedicated to one app, flash enabled This ran the SWF files off the web locally, you would need to look in the license for flash player this effectively chive your a frozen browser environment It is still and install bu

users@flex.apache.org

2020-04-12 Thread Scott Matheson
Hi Does anyone know if google etc all are considered pushing back the end of life for flash player do tie cb19? Sent from my iPhone

Re: Tip/Solution after December/2020

2020-04-12 Thread Scott Matheson
We shipped a b electron as desk top install, electron provide the desk top browser, we disabled all options, it just ran out app in full window In someone had not told you, you would think in was a native app Worked well In the end we porter to html Sent from my iPhone > On 12 Apr 2020, a

Re: Flash app -> AIR

2019-06-24 Thread Scott Matheson
Olaf I Totally agree, back in 2009 I spend 1 year looking a frameworks, going round and round reading all the stuff trying to balance one evangelist vs another evangelist, then o read something that said there is no answer pick want works for you, in my case I needed rich UX, at the time

Re: Flash app -> AIR

2019-06-23 Thread Scott Matheson
Alex I fully understand and wish you all the best, but as a small developer i need to look at what is best for my development, i will keep a eye on Royal > On 23 Jun 2019, at 06:26, Alex Harui wrote: > > One of the reasons Flex and Royale are at Apache is so no corporation can > pull t

Flex on iPad

2019-04-06 Thread Scott Matheson
Hi Is this the correct place for AIR questions? can anyone point me at good resources to build me first iPad / Android app, once I am up and running, I have a large Flex app to port, all the stuff i can find seem to be very old Scott

Air Mentor needed

2019-04-01 Thread Scott Matheson
Hi We have an existing Flex app deployed over the web, we are looking at shifting elements of the app to iPad/ android, we looking for a paid mentor to kick start our project, this would be 1 hour at a time over a few weeks Our weakness is the whole App Store models development issue, we been

Re: Need Help compiling an old Flex Builder 3 mxml into SWF

2019-01-12 Thread Scott Matheson
I might even have an old PC in the garage with 3 I would need to look Sent from my iPhone > On 12 Jan 2019, at 11:03, Scott Matheson wrote: > > I do have a working 4.6 which I have never upgraded > > Might be able to load and recompile > > > > > Sent from

Re: Need Help compiling an old Flex Builder 3 mxml into SWF

2019-01-12 Thread Scott Matheson
I do have a working 4.6 which I have never upgraded Might be able to load and recompile Sent from my iPhone > On 12 Jan 2019, at 00:05, kmdguy wrote: > > Hi there, > > I have an old mxml project which I built using Flex Builder 3 on a Mac. I > would occasionally open up that project in F

Re: simple one

2018-12-14 Thread scott matheson
Thats is thanks > On 14 Dec 2018, at 20:43, kamcknig wrote: > > You can use encoded ampersands like this: > > visible="{data.accountType != 1 && data.aPage }" > > > > -- > Sent from: http://apache-flex-users.246.n4.nabble.com/

simple one

2018-12-14 Thread scott matheson
Hi, not been writing code for a while, how do I add && in a dynamic binding this is the code i want visible="{data.accountType != 1 && data.aPage }"

Re: setStyle on a Label

2018-09-21 Thread scott matheson
the first message that was sent out did not show up, so it was a duplicate sorry > On 21 Sep 2018, at 11:59, Olaf Krueger wrote: > > I just wonder why you've created this additional thread which seems to me to > describe the same issue which already was resolved here [1] > > Did I miss somet

Re: setStyle on a Label

2018-09-21 Thread scott matheson
ld, I had assumed the width would have been inherited fro the parent > On 20 Sep 2018, at 23:33, Alex Harui wrote: > > Can you post a small test case? > > On 9/20/18, 1:52 PM, "Scott Matheson" wrote: > >Hi > > How do I make a text label appear

setStyle on a Label

2018-09-20 Thread Scott Matheson
Hi How do I make a text label appear in the center of an lable using AS3 code   var _lsn:Label = new Label(); _lsn.text = _”hellow” _lsn.setStyle("textAlign", "center");     the issue must be setStyle   Scott

Re: Label

2018-09-20 Thread scott matheson
thanks that works > On 19 Sep 2018, at 18:23, Erik Thomas wrote: > > Another option is to center all objects in the parent container, but the > parent container must also set width or percentWidth. When width is not > specified, a container or Label will size to fit the content only, so ther

Re: Label

2018-09-19 Thread Scott Matheson
yes the width works fine var _sln:Label = new Label(); _sln.text = _uofsModel.tempLessonTestResults.aUofS[i]; _sln.setStyle("textAlign", "center"); _bgs.addElement(_sln); > On 19 Sep 2018, at 16:06, Olaf Krueger wrote: > >> How do I make a text label appear in the center of an lable using

Label

2018-09-19 Thread Scott Matheson
Hi How do I make a text label appear in the center of an lable using AS3 code var _lsn:Label = new Label(); _lsn.text = _”hellow” _lsn.setStyle("textAlign", "center"); the issue must be setStyle Scott

Re: Converting many FXGs to SVGs?

2018-07-03 Thread Scott Matheson
I had some use an old version (v5) of the adobe photo shop tool, the tool can convert FXG to SVG in batch, took 1 hour worth the few $ > On 3 Jul 2018, at 08:03, chris_flex wrote: > > Does anyone know a tool to "batch convert" fxg files to svg files or have any > other trick to get a lot of f

Re: [Discussion] Life after FlashPlayer

2018-05-14 Thread scott matheson
Hi So I am not a deep deep developer, i have been working with Flex for web apps for 7 years and I love it, however from what i have read, it is a significant amount of work to move, there is no one to one mapping of MXML, I also think you have to change code, so there is significant effort,

Re: Life after FlashPlayer, are you prepared?

2018-04-30 Thread scott matheson
- We need the browser - Convert to JS / maybe typescript and React - start September we did not want to do this but we are a dev team of 2 and need to look at the next 10 years > On 30 Apr 2018, at 21:09, André Lacasse wrote: > > We start the conversion of your product. > - We need the bro

Checking browser version form Flex

2018-01-03 Thread scott matheson
Hi I tried some code to check the browser versions, but i get back a NULL userAgent = ExternalInterface.call("window.navigator.userAgent.toString"); following this https://developer.mozilla.org/en-US/docs/Web/API/Window/navigator

sound levels

2017-12-13 Thread scott matheson
Hi can anyone share some working code, that returns a value for recorded sounded, I have having a lot of problems with students not being able to setup the they Mic and want to add some visual indicators, i have tried before i just can not get the example of voice levels to work

Re: File Progress event

2017-12-11 Thread Scott Matheson
12/11/17, 2:51 AM, "scott matheson" mailto:sc...@matheson.it>> wrote: Alex The buffer is the default size, the save take 1-2 mins elapsed time, thats way I wanted to add a indicator , i can spoof something if i need too Scott On 11 Dec 2017, at 02:20, Alex Harui mail

Re: File Progress event

2017-12-11 Thread scott matheson
ss event might not be dispatched." > > HTH, > -Alex > > On 12/10/17, 11:04 AM, "scott matheson" wrote: > >> Hi >> i have copied this code off the flex site >> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fhelp

File Progress event

2017-12-10 Thread scott matheson
Hi i have copied this code off the flex site https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/FileReference.html#event:progress but the progress d

Re: Print/Export to PDF TLF

2017-11-17 Thread scott matheson
Hugo Ghazi told me that alivePDF AlivePDF ownership has been transferred to RIADVICE. It now lives in this repository https://github.com/riadvice/AlivePDF . I would be happy to assist or need implementing new features, so | will upgrade soon this i

Re: Print/Export to PDF TLF

2017-11-16 Thread Scott Matheson
Hi for my flex web app I use http://alivepdf.bytearray.org/?page_id=5 Works ok for 1 page, I have built a report generator to produce 20 page output to a pdf file, The save file works in my IDE but fails when I deploy, could be me or a bug in the library Happy to share the basic code of that wi

Re: [OT] Looking for work

2017-08-10 Thread Scott Matheson
s showing up blank for me. Did you send by mistake? Or is it >> an intentional ping to me? >> >> Thanks, >> Philip >> >> On Thu, Aug 10, 2017 at 3:54 AM, Scott Matheson >> wrote: >> >>> >>> Sent from my iPhone >>> &g

Re: [OT] Looking for work

2017-08-10 Thread Scott Matheson
Sent from my iPhone > On 9 Aug 2017, at 20:46, Philip Keiter wrote: > > I have just completed a project and am looking for a new project. If your > team needs another developer please email directly (without emailing > users@flex.apache.org).

excluding item in layout

2017-08-09 Thread scott matheson
Hi I have a data driven dynamic layout out, in this small example, when i show the page i could have 1 to 6 BrorderContainer, how can i exclude items form the layout and have the dynamically fill the remaining space, State would get overly complex IE b1.excludFromLayout = true;

Re: Flash & The Future of Interactive Content

2017-07-26 Thread Scott Matheson
thout FP when loading swf files in: >>> >>> http://help.adobe.com/en_US/FlashPlatform/reference/ >> actionscript/3/flash/html/HTMLLoader.html >>> >>> On Tue, Jul 25, 2017 at 4:04 PM, Scott Matheson < >> smathe...@intralinks.com> >>> wro

Re: Flash & The Future of Interactive Content

2017-07-25 Thread Scott Matheson
Not sure I understand your comment about flash player inside Air HTML I read this as the end of FP so the only option for web based apps is flashJS (which is a big port) or 100% rewrite Or am I wrong? Sent from my iPhone > On 25 Jul 2017, at 18:18, Gary Yang wrote: > > I am curious about wh

off topping a bit

2017-06-24 Thread scott matheson
Hi i have been told the Puffin Web Browser many of us have used a solution to the flash on iOS is to be delisted form apply story, anyone else seen this, is there an alternative? Scott

microphone activity code / widget

2017-05-21 Thread scott matheson
Hi has anyone got a bit of code that will detect microphone input, maybe so a level ? I can record off the mic, however i have tried a few times to get flex app to show the level of input with out any success thanks Scott

Re: Selecting all items on a dataGroup

2017-03-26 Thread scott matheson
allIndices.push(i); >} >dgMyElements.selectedIndices = allIndices;// your id="dgMyElements"/> > > Hans > > > Am 25.03.2017 um 20:05 schrieb scott matheson: >> Hi >> i want to selecta ll the items in a dataGrid,

Selecting all items on a dataGroup

2017-03-25 Thread scott matheson
Hi i want to selecta ll the items in a dataGrid, i was trying to populate the selectedItems, any ideas thanks private function selectAll():void{ dg.selectedItems = null; var _user; for each( _user in this._listofUser){ dg.selectedItems.push(_user); } }

Re: FDB in INtellij

2017-02-03 Thread scott matheson
in was told this may be a memory problem, due to to deep > On 3 Feb 2017, at 14:34, kamcknig > wrote: > > > debugging, it can't ever inspect static variables. I had read this was a

Re: Help with debugging

2017-01-12 Thread scott matheson
g up huge amounts of memory. > Also try commenting out large chunks of code to see if that stops the > crashing. Then see if the code you commented out has an issue or > commeting out any large chunk solves the probem. > > HTH, > -Alex > > On 1/12/17, 10:29 AM, "scott mat

Help with debugging

2017-01-12 Thread scott matheson
Hi i know this off topic but… i run on a Mac recently my flash debugger has be crashing, V24.0.0.194 latest version, i tried to install an older V18 version with the same results, the code works on our other developers machine does any one have any idea what i could try next, I run the app in

Flash Player and Windows 10

2017-01-07 Thread scott matheson
Hi i have just completed a remote session with a user, with W10, in my code i test for the Mic being enabled buy flashplayer, if the mic is not enabled the code creates and error, this did not happen, is this an old bug on flashplayer ? the user is W10 Flash player 24.0.0.186, it seem

as3xls

2017-01-03 Thread scott matheson
Hi I am using as3xls to expor data, does anyone have a giuide toi functions, ir how do i send na cell to date ? I know this is an old site, Scott

Recording widget

2016-12-13 Thread scott matheson
Hi, has anyone seen / got a simple widget the show the user that we are capturing input from a mic, I want to add something to my setup page to check the mic is actually working i could write this code but… someone one have down this Scott

Less athen in MXML

2016-11-04 Thread scott matheson
hi How to do write Less than in MXML i have a head black, to near the weekend almost beer time :)

SVG file

2016-11-02 Thread scott matheson
Hi long story but, I have ended up with one SVG file, all other are FXG, and I seem not to be able to A, convert to FXG to embed this file, I end up with a black secure can anyone help ? http://www.w3.org/2000/svg"; viewBox="0 0 40.83 40.83"> .cls-1{fill:#79cf84

form layout

2016-09-07 Thread scott matheson
Hi i am developing a web app,i want the labels for the filed to be on 2 lines ie Password X Reset X with the formitem i can get the fields close together,. but how do i get the labels onto 2 lines this code work, however the text is on 1 line

dragEnabled on a button

2016-09-04 Thread scott matheson
Hi i am making my own draggable switch, I was expectin g to set the dragEnabled on the Button id=“indicatorButton” but this does not seem to be a propriety can you Drag buttons ? Scott

Re: Downloading Large Amounts of Data from Database

2016-08-28 Thread scott matheson
sorry i only know about web apps, the browse does all the work it seems you need to write your own applications server logic, or MySQL stored proc see this http://www.mysqltutorial.org/mysql-cursor/ 1, pass down data in chunks (my preferred approa

Re: Downloading Large Amounts of Data from Database

2016-08-27 Thread Scott Matheson
Just checking have you enabled HTTP compressional it makes a big difference The standard approach is a SQlL causer, this is one SQL quire the server will pass you say 1 records, the client then ask is for the next and so on Or you could do the same by limiting the data retuned you would w

Re: forcing a screen redraw

2016-08-22 Thread scott matheson
the show event is firing the first time i display the screen, i then open a model to do work, the issue is when i come back the show evend does not fire, as the screen is still on the display, i will try the validateNow() otherwise i just bind a function > On 22 Aug 2016, at 12:15, Krüger,

forcing a screen redraw

2016-08-22 Thread scott matheson
Hi I have a complex screen, due to complexity and then number of data items i have use AS3 code to setup the currentStates, rather then bindings, how can i force the “show” event so the screen will redraw ? Scott

Re: Groups

2016-08-15 Thread scott matheson
thanks my silly i used a group, i give it a go > On 15 Aug 2016, at 15:02, OK wrote: > > ScottM wrote >> or is there a someway, to containing this path in a object capable of >> generating event but but staying within > > If I understand you right, just wrapping your path inside a graphic

Groups

2016-08-15 Thread scott matheson
Hi My graphic artist has build a really nice looking segment, which I have converted in to vector graphics, however to create events i place the path in a group, as the group is a square shape these groups are interfering my OO coding is not good, so can I extent to generate click, mouse

Re: Multithreading

2016-08-14 Thread Scott Matheson
I think this is more a question of architecture Can you write simple code that takes a bit of data process this and puts the data back on the stack, if so you could run say 1400 process (aws or the likes) for 1 min each day You could also afford to run less efficient code as AS3 on the server

Re: Move / Wipe in effect

2016-08-02 Thread Scott Matheson
Hi My fault, I nee to add a direction and target to On 02/08/2016 03:22, "jude" wrote: Does it show at all? Is the button bar in a vgroup? Is it the last item in MXML (so it is not hidden underneath)? On Aug 1, 2016 8:33 AM, "scott matheson" wrote: Hi i want

Move / Wipe in effect

2016-08-01 Thread scott matheson
Hi i want a panel to slide in from the bottom of the screen, this is my first animation and i just missing something code that drives the effect private function clickShowBottomMenu():void{ if(currentState == "bottomSlideIn"){ currentState = "noShow" }else{ currentSt

Re: Flex contracts from home ?

2016-06-21 Thread Scott Matheson
Hi I still have my own flex app growing, we are in 400 schools with 1 students However moving on, in the next year or so I have to take the pain and convert not because flex is bad because of Google, Firefox etc all those flash (not flex) haters, will just make tuning flash Tigard for

Checking the Microphone

2016-03-22 Thread scott matheson
Hi I record my student voices and i wan to check the Mic is actually “work” buy checking for data in the recording stream, any one got some code they could share Thanks Scott

Re: Puffin Browser

2016-02-16 Thread Scott Matheson
it is a good tool to see how your Flex app will look, I seen a number of issue with my Flex app when on iPad On 2/16/16, 9:04 AM, "Tom Chiverton" wrote: >Make it available on a public IP address. >That's how Puffin works - they stand between you and the content and >adapt it for the phone.

Re: Chat/Messaging

2016-01-19 Thread Scott Matheson
Tuesday, January 19, 2016 8:57 AM, Matthew Weir < >> mattcomm...@yahoo.com> wrote: >> >> >> I have also used Union before. It's very easy to work with. >> >> On Tuesday, January 19, 2016 8:56 AM, Saul Diaz >> >> wrote: >> >>

Chat/Messaging

2016-01-19 Thread Scott Matheson
Hi I want to add a messaging capability to my flex app, basically let the end user leave messages we can answer, we do not need real time chat (nice to have), this is a relatively simple app and we could build the app, I was thinking someone must have done this or can recommend a 3rd party to

Re: [Non-DoD Source] Scaleing and Center popups

2016-01-10 Thread scott matheson
-Mark > > > -Original Message- > From: scott matheson [mailto:sc...@matheson.it] > Sent: Wednesday, January 06, 2016 4:27 PM > To: > Subject: [Non-DoD Source] Scaleing and Center popups > > Hi > I use this code to centre my popups > var _class3:ReportsD

Scaleing and Center popups

2016-01-06 Thread scott matheson
Hi I use this code to centre my popups var _class3:ReportsDialogDictation = new ReportsDialogDictation(); PopUpManager.addPopUp(_class3, this.parentApplication as DisplayObject, true); PopUpManager.centerPopUp(_class3); } this works fine when i let the user scale the application

Run time issuers

2015-12-15 Thread Scott Matheson
Hi Some of my code on my development machine has stopped working, mouse overs do not fire on one screen, however this is shared code and is working on other screens, these other screens are defined in MXML, the screen that does not work is added in AS3 code this code area has not changed

Re: RSLs

2015-12-13 Thread Scott Matheson
Ok thanks I did not know that modules persisted between sessions, Will flash eventual replace old not used modules ? Sent from my iPad > On 13 Dec 2015, at 04:52, PKumar wrote: > > Use Flex Modules instead of RSL. You can use write common code to load a > skill module and these module will

Re: RSLs

2015-12-13 Thread Scott Matheson
When we have schools in far off location, (poor networks or expensive Internet, Canada, rural US, saterlight connections etc) we where thinking we could add all the sound in to the air app and just push the students progress to the backend, this way the kids can work outside school time at home

RSLs

2015-12-12 Thread Scott Matheson
Hi in our app we have a lot of MP3s 1Gb in total, these are spread over 150 skills, a skill would the about 6Mb of sound, in toto we have about 15,000 2sec sound clips In a school you may a number of students all working on the same skills, a skill would be about 100 sound clips, there No shar

Re: Asset loading

2015-12-09 Thread Scott Matheson
17:33, Alex Harui wrote: > > I don't understand what you mean by "white space". Maybe a code snippet > will help. > >> On 12/9/15, 7:21 AM, "Scott Matheson" wrote: >> >> Hi >> We are having some issues loading assets in schools

Asset loading

2015-12-09 Thread Scott Matheson
Hi We are having some issues loading assets in schools with poor internet, or with the firewalls killing connections, anyway we believe our only solution is to subclass “something” not sure what we need tio subclass, has any one tried this or can give us any hints so we can add business logi

SoundEffect, reload an IO_ERROR

2015-12-03 Thread scott matheson
Hi We have been looking at this for some time and can not find a solution, when using soundEffect, if we pick up an IO_ERROR most often due to network issue, we would like to try and re-load the the sound, but we can not seem to get this to work, maybe we are just taking the wrong approac

Re: Flex 4.15.0

2015-11-04 Thread Scott Matheson
What is Captive Runtime do your mean creating product for iOS On 11/4/15, 3:57 PM, "Kessler CTR Mark J" wrote: >Flex will be around a long time. Flash and Air are not the same targets. > Adobe will continue pushing Air forward even if Flash fades away one day. > Not to mention th

Re: The future of Adobe AIR is right?

2015-07-26 Thread Scott Matheson
So the key issue is how Adobe is managing the flash debate, or in fact not, and as long as flash own player these issues will not go away Flash will be around for years however Adobe will eventually give up on the player, but too late for the world This could all be changed if Adobe was to make

Re: The future of Adobe AIR is right?

2015-07-26 Thread Scott Matheson
Let's not get Flex confused with flash player and HTML >From my point of view the execution is unimportant as long as it works, if >flexJS lets me continuer to code in flex why should I care how it executes, am >I bothered the flex create specific code for iPad, no As a developer I spend all m

Re: Flex/Flash Viable still?

2015-07-15 Thread Scott Matheson
LoL It is all about sales There is no truth in the world Sent from my iPhone > On 15 Jul 2015, at 13:26, Tomislav Pokrajcic wrote: > > Well, HackingTeam company, the source of all the mess that happened these > days is actually using Flex for building their user interfaces. > https://githu

Re: Flex/Flash Viable still?

2015-07-15 Thread Scott Matheson
Hi The fact that there is a security issue in flash is not new, in fact they are security issue with almost all technology all the time, the real issue us the speed that these issue are fixed There are those in the industry that would like to see the end of flash, long live HTML5, this is IMH

Re: Max Upload Limit from Flex Web App

2015-06-29 Thread Scott Matheson
Hi HTTPS uploads to 2 Gb works fine Scott Sent from my iPad > On 29 Jun 2015, at 00:50, Mario Souza wrote: > > I'm not sure, but I guess two possible cause: > 1) that's a flash player limitation. > 2) HTTP upload limit > > A good test should trying upload your in any public service, just

Re: Events with itemRenders

2015-06-28 Thread Scott Matheson
e wrote: > > > >> On 28/06/2015 20:24, Scott Matheson wrote: >> Thomas >> i tried popup.addEventListener("OKTODELETE", deleteThisRecords) >> >> all seems to be working, must have been a type-o >> >

Re: Events with itemRenders

2015-06-28 Thread Scott Matheson
Thomas i tried popup.addEventListener("OKTODELETE", deleteThisRecords) all seems to be working, must have been a type-o thanks From: Frédéric THOMAS Sent: Sunday, June 28, 2015 6:52 PM To: users@flex.apache.org Subject: RE: Events with it

Re: Events with itemRenders

2015-06-28 Thread Scott Matheson
yes with out any luck, also tried this. From: Frédéric THOMAS Sent: Sunday, June 28, 2015 6:52 PM To: users@flex.apache.org Subject: RE: Events with itemRenders > var popup:Object ; > popup = PopUpManager.createPopUp( FlexGlobals.topLevelApplication as >

Events with itemRenders

2015-06-28 Thread Scott Matheson
Hi I have a grid with an itemRender, I want to centre the popup in the overall frame, so i am using " FlexGlobals.topLevelApplication as DisplayObject" this is snip on my code in the GridItemRender, my problem is the addEventListener is not picking up the event from "DeleteStudentConfir

Re: Flex list like tinder layout

2015-04-26 Thread Scott Matheson
Simple approach Add a background button left and right, make the button and background colour the same (in visible buttons ) Then you can pickup the mouse over event Sent from my iPad > On 26 Apr 2015, at 21:03, Rami Tarabay wrote: > > Hey, > > Any idea how to create a list in flex like

RE: Help with modules

2015-04-25 Thread Scott Matheson
Hi i have 2 prts, the first loa the module the seconds removes loading if (_myModuleLoaderLesson != null) { _myModuleLesson = null; } _myModuleLoaderLesson = ModuleManager.getModule('com

Re: alivepdf questions

2015-03-25 Thread Scott Matheson
Can you point me at how to do this ? Sent from my iPad > On 25 Mar 2015, at 15:11, Carlos Velasco > wrote: > > Use the html container to open the created file inside the application. > > 2015-03-25 16:00 GMT-04:00 Scott Matheson : > >> Hi, I use alivePDF to generate

alivepdf questions

2015-03-25 Thread Scott Matheson
Hi, I use alivePDF to generate PDF client side, all works well, I end up saving the PDF to disk, the user can then open the PDF and print However the client would now like the PDF to be open after generation so the user can print from the PDF or save, saving becomes the users options Does anyon

Re: security certificates

2015-03-25 Thread Scott Matheson
Hi, what about the iOS platform, commercial signatures are about $500 for 2 years Sent from my iPad > On 25 Mar 2015, at 05:36, Tom Chiverton wrote: > > >> On 25/03/15 10:08, Kessler CTR Mark J wrote: >> Well the problem with self-signed is other people cannot easily validate the >> signature.

Re: Flash to Air

2015-03-02 Thread Scott Matheson
ce (and which IDE you are using). >> >> Easiest way (assuming you are using FB) is probably to create a new project >> for AIR version - and in project properties->flex build path->source path, >> add folder to point to src folder of your web project. Then you onl

Flash to Air

2015-03-02 Thread Scott Matheson
Hi I have just completed my first Flash / Web app and all is running well, I need to now build an AIR version of the same app, is there an recommend approach/efficient , do I simply have 2 version of the app, or do I just need a new AIR project and some how reference the code for the Flex proje

Re: AlivePDF Date Formatter

2015-01-19 Thread Scott Matheson
You have to use the method that come with alivePDF, I have used avivePdf and it does a job for me but you need to work at it, the documentation if not good and there is no support Good luck, look at other example Sent from my iPad > On 19 Jan 2015, at 21:04, CodeGirl wrote: > > I am using Ali

Re: Switching Microphone on

2015-01-12 Thread Scott Matheson
ility >to turn the mic on with no notification opens the door to all kinds of >mischief. > >lk > >On Sun, Jan 11, 2015 at 9:36 AM, Scott Matheson >wrote: > >> Hi >> in my web app i would like to switch the Microphones on,just noe i pop >> us t

Switching Microphone on

2015-01-11 Thread Scott Matheson
Hi in my web app i would like to switch the Microphones on,just noe i pop us the setting box, is it possible to switch on the Microphone private function checkMicrophoneAccess(event:FlexEvent):void { this.removeEventListener(FlexEvent.SHOW, checkMicrophoneAccess); var mic:Microphone

off subject: group flash settings

2014-12-15 Thread Scott Matheson
Hi Does anyone know how a school can change the flash settings (enable Mic) to all user, each users seems to have there own profile the school said: It seems Flash Player settings must be changes on a per user basis as settings are held in each individual profiles

RE: Helping with date formatting

2014-12-15 Thread Scott Matheson
Hi in an AS class I was unable to add this code, I had WARRNING ON df.dateTimePattern From: Burhan Aksendir [burhanaksen...@gmail.com] Sent: Sunday, December 14, 2014 10:10 PM To: users@flex.apache.org Subject: Re: Helping with date formatting DateTimeF

Helping with date formatting

2014-12-14 Thread Scott Matheson
Hi I am having a bit of a challenge with date formate in AS3, i am looking to create a text string like myPDF.addText("Tues, 21 October 2014",10,41); i just cannot seem to follow the example on the web can can any one give am an example ? Disclaimer: Th

Re: AW: Users of Apache Flex

2014-12-13 Thread Scott Matheson
I build education software web today pads 2015 products will be in 2000 schools over the next 18 months I have been programme on flex for 4 years Sent from my iPhone > On 13 Dec 2014, at 13:04, Christofer Dutz wrote: > > I created a large in house enterprise application for one of the biggest

  1   2   3   >