FB 4.6 Error

2013-12-22 Thread Scott Matheson
Hi Just out the the blue FB4.6 stopped working, and can not connect with browser for one app only, other smaller apps work fine, FB stop at 57% Error The Flash Builder debugger failed to connect to the running application. I am working on a Mac I update Java, FireFox and Flash Debugger wi

Re: FB 4.6 Error

2013-12-22 Thread Scott Matheson
Only patch release that auto install Firefox updated itself a few days a go Sent from my iPhone > On 22 Dec 2013, at 22:37, "Jake Churchill" wrote: > > Did you upgrade Mac os recently? > > - Sent from my Galaxy S4 >> On Dec 22, 2013 4:34 PM, "Scott Matheson&

RE: FB 4.6 Error

2013-12-23 Thread Scott Matheson
changes it worked and has been stable...so check your code...hope this helps Regards, Sugan -Original Message- From: Scott Matheson [mailto:smathe...@intralinks.com] Sent: 23 December 2013 12:34 AM To: users@flex.apache.org Subject: FB 4.6 Error Hi Just out the the blue FB4.6

Re: Books

2013-12-31 Thread Scott Matheson
I know your not in to marketing the product will stand on it own feet, however a book would start to address the flash is bad the world is HTML Sent from my iPhone > On 31 Dec 2013, at 07:57, "simon gladman" wrote: > > *But yeah, I think it may be time for an "Apache Flex Cookbook". I'll see >

New Years resolution, type casting

2013-12-31 Thread Scott Matheson
Hi I have been hacking code for 30 years, I started with PL1 and moved on, I have been hacking Flex for the past 3 years getting along nicely, before Flex I never worked with an object based language My son 28 codes with me, for the past 2 years we have work on different areas of the same

Re: New Years resolution, type casting

2013-12-31 Thread Scott Matheson
. >> >> lol happy new year to all //GregH >> >> Sent from my iPhone >> >> On Dec 31, 2013, at 12:12 PM, "Davidson, Jerry" >> wrote: >> >>> I started in PL/1 in the late 70s. I'm always happy to find someone >> else that was work

Re: Dynamic Skinparts

2014-01-02 Thread Scott Matheson
Hi Not sure is I help. I always start by trying to use states , then as I am not using any of the standard button, but my own FGX files, I user the button attributes like color that skin are designed to handle dynamically On 2 Jan 2014, at 05:44, "Sumudu Chinthaka" wrote: > > Hi All > >

Aligning skinned button bar

2014-01-06 Thread Scott Matheson
Hi i have a button bar, that is centred on the page, when I addd the skinning, the icons/skin is left alined in the button, so I end up with an off centred button bar How do I centre the skin in the button of the button bar I can prove the issue is the position of the skin in the button, whe

Flex on iPad

2014-01-09 Thread Scott Matheson
Hi Has anyone got a good example of a Flex written iPad app, on the is iStore that I can pull down and show my manager as an example of the art of the possible ? I still get the old, well it may be possible but it will not be as good as a Objective C app Scott

Re: Flex on iPad

2014-01-09 Thread Scott Matheson
Business app Sent from my iPhone > On 9 Jan 2014, at 14:35, "Maurice Amsellem" > wrote: > > What kind of app are you looking for ? business app (form based) or > graphical app? > > Maurice > > -----Message d'origine- > De : Scott Mathes

Re: Flex on iPad

2014-01-09 Thread Scott Matheson
tps://developer.apple.com/library/ios/documentation/userexperience/conce ptual/mobilehig/index.html>. Scott On 1/9/14, 3:08 PM, "Scott Matheson" wrote: >Business app > >Sent from my iPhone > >> On 9 Jan 2014, at 14:35, "Maurice Amsellem" >> wrote: >>

Disabling stage

2014-01-24 Thread Scott Matheson
Hi I am building an educational app, when we are playing sound clips (instructions) to the student, we would like a simple technique to disable all actions until the sound has completed playing, I could achieve this the hard way, of adding state to all actions, however I was wondering if the

Re: Disabling stage

2014-01-24 Thread Scott Matheson
Mike DaĆ  I am so dump thanks Scott On 1/24/14, 3:09 PM, "Mark Line" wrote: >You could set the enabled flag on the Application, this will stop all >mouse >interactions? > >Or create a transparent model pop up on screen till are done? > > > >-----Origin

Display font issue

2014-02-04 Thread Scott Matheson
Hi We have a purchased font embedded in our app. FSAlbert The font combination fl And fi Have an issue the top of the "f" touches the top of the "l" With the "fi" the cross of the "f" touches the top of the "i" We do not see this effect with the printed version of the font, is there any

RE: Display font issue

2014-02-04 Thread Scott Matheson
4, 2014 at 12:21 PM, Scott Matheson wrote: > Hi > We have a purchased font embedded in our app. FSAlbert > > The font combination fl And fi Have an issue the top of the "f" > touches the top of the "l" With the "fi" the cross of the "f"

Changing style in text flow

2014-02-05 Thread Scott Matheson
Hi i have a simple challenge, i want to click a sentence in a paragraph, turn the sentence blue (turn all other sentence black) second click{ plays a sound based on sentence number 1,2,3,4 etc then tunes the colour back to black } so i have been trying ti use text flow, however i am having

RE: Changing style in text flow

2014-02-05 Thread Scott Matheson
ever i think the issue if that is over writing the change, linkActiveFormal has a mouse down and mouse up event that change the CurrentTarget, now this is getting above my pay grade, could is subclass and add my own code ? ___

Current Click Position in text filed

2014-02-05 Thread Scott Matheson
still working on my sentence in a paragraph problem, is there a method that would return the current position i.e. character clicked on by a mouse ie "the man walk down the road: if you clicked on say ''a" of "walk", the current position is 9 Disclaimer: Th

Re: Current Click Position in text filed

2014-02-05 Thread Scott Matheson
It makes now difference, the user can not edit, only click on the text Sent from my iPad > On 5 Feb 2014, at 22:36, "Alex Harui" wrote: > > TextField or RichEditableText? > >> On 2/5/14 2:07 PM, "Scott Matheson" wrote: >> >> still working

Re: Current Click Position in text filed

2014-02-05 Thread Scott Matheson
Textfield Sent from my iPhone > On 5 Feb 2014, at 23:00, "Alex Harui" wrote: > > I'm pretty sure the code to determine the character clicked is different > for TextField vs RichEditableText components. Which one are you using? > >> On 2/5/14 2:38 PM, "S

Question about textInput

2014-02-11 Thread Scott Matheson
Hi i have be struggling with a few questions to do with textInput how do i colour the back ground how to i remove the blue line round the input when the box has focus how to i set the courser to a position the above works, but the docs say you should not user RichEditableText is you wan

Re: Question about textInput

2014-02-12 Thread Scott Matheson
.adobe.com/en_US/FlashPlatform/reference/actionscript/3/spark/c >omponents/TextInput.html#sparkstyleSummary > >-Mark > > >On Tue, Feb 11, 2014 at 4:28 PM, Scott Matheson >wrote: > >> Hi >>i have be struggling with a few questions to do with textInput >> >&g

Slow view stake on Microsoft but not Mac or Chrombook

2014-02-25 Thread Scott Matheson
Hi My end users 5 of them, are telling me that on their "old" W7 PCs, a mixture of devices they are all seeing 20sec to 120 sec to change from one screen to the next, theses are simple viewstack changes each component in the view stack can be complex, working at the lower level changing betw

RE: Slow view stake on Microsoft but not Mac or Chrombook

2014-02-25 Thread Scott Matheson
uld be pretty clear On 25 February 2014 20:05, Scott Matheson wrote: > Hi >My end users 5 of them, are telling me that on their "old" W7 PCs, a > mixture of devices they are all seeing 20sec to 120 sec to change from one > screen to the next, theses are simple viewstack c

Performance issues

2014-02-27 Thread Scott Matheson
Hi I have 5 test users all running a mixture s PC, Windows, Flash Players all showing performance issues Use developers running MAC see none of these issues I made a change so the lesson is now added as a module, this will ensure a clean version every time, at the end of a lesson, is dispat

Re: How can I get clickable text with no marking

2014-03-01 Thread Scott Matheson
If I remembers we made each line a hyper link formatted the links to look like text then added a handler to manager the click I am on holiday now but can send an example next week Sent from my iPhone > On 28 Feb 2014, at 21:00, "Maurice Amsellem" > wrote: > > I am not sure, but I think that R

dynamic text filed

2014-03-10 Thread Scott Matheson
Hi Trying to find a method to make a textArea dynamic in width in an itemRenderer http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" autoDrawBackground="false" width="100%" height="100%"> {data.text

Re: dynamic text filed

2014-03-11 Thread Scott Matheson
TextInput? Maybe TextInput > will work if you set width="100%" > > >> On 3/10/14 11:14 AM, "Scott Matheson" wrote: >> >> Hi >> Trying to find a method to make a textArea dynamic in width in an >> itemRenderer >> >> >> &

Re: Styles are not setting properly in spark components

2014-03-13 Thread Scott Matheson
Hi I seem to have no issue with styles in skinks I load styles as part of a base class private function preinitializeHandler(event:FlexEvent):void { trace("preinitializeHandler in base class"); // hide the app this.visible= false; // start downloading here... this is a

Re: visual editor still missing ?

2014-03-15 Thread Scott Matheson
I am still on FB 4.6 I like the visual element sometimes I tend to built complex UI as stand alone components in code moving a pixel plump down etc However when using renders and viewstack etc the visual element stops adding value One point I have lots if skins created with vectors elements,

Setting styleSheet using AS3

2014-03-16 Thread Scott Matheson
Hi I want to change the when a user clicks on the the loins, in a itemreadser I found an example http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7d52.html that looks the same as my cel, but i seem not to be able to set sentenceArea.styleSheet = ss; protecte

Re: Setting styleSheet using AS3

2014-03-17 Thread Scott Matheson
Yes I am, can you do the same thing ? Sent from my iPhone > On 17 Mar 2014, at 04:04, "Alex Harui" wrote: > > That's for mx:Text and other TextField based controls. It looks like you > are using Spark and TLF. > > -Alex > >> On 3/16/14 1:53 PM, "

Re: Setting styleSheet using AS3

2014-03-17 Thread Scott Matheson
ormalFormat should just be a property > >paragraphArea.linkNormalFormat > > -Alex > >> On 3/17/14 1:06 AM, "Scott Matheson" wrote: >> >> Yes I am, can you do the same thing ? >> >> Sent from my iPhone >> >>> On 17 Mar 2014, at 04:04, "A

event whenitem render is complete

2014-03-18 Thread Scott Matheson
is there an event when a itemrenderer is complete i.e. all items has even rendered from the data provider, i want to size the view stack when all items have been added minHeight does not seem to work, i end up with 10 lines when i only need 5 Disclaime

Re: Nodality: A New Flex/AIR App on Google Play

2014-03-22 Thread Scott Matheson
Simon I love the app, we tried to do this sort of think many time for simulation of work flow, you would need different node Is there an online version ? Do you have any real time example to using the the app in anger Really good work, nice idea Sent from my iPad > On 21 Mar 2014,

in TextArea

2014-04-02 Thread Scott Matheson
Hi I am trying to build a Paragraph from sentences, this builds the Paragraph (from am XML file and itemRender) the build function looks like var linkWrapper:LinkElement = new LinkElement(); var sentence:SpanElement = new SpanElement(); sentence.styleName = 'linkStyle'; sentence.textDecor

RE: in TextArea

2014-04-03 Thread Scott Matheson
2, 2014 at 1:50 PM, Scott Matheson wrote: > Hi >I am trying to build a Paragraph from sentences, > > this builds the Paragraph (from am XML file and itemRender) > > the build function looks like > > > var linkWrapper:LinkElement = new LinkElement(); > >

RE: in TextArea

2014-04-03 Thread Scott Matheson
s to be what you wanted. You may have to adapt this to your use workflow somehow. Thanks, Om [1] http://www.adobe.com/devnet-apps/tlf/demo/ On Thu, Apr 3, 2014 at 1:10 PM, Scott Matheson wrote: > Om > I am an old fashioned hacker, :) so did i undeeratsnd you suggestion?

RE: in TextArea

2014-04-03 Thread Scott Matheson
click 'Import'. The end result seems to be what you wanted. You may have to adapt this to your use workflow somehow. Thanks, Om [1] http://www.adobe.com/devnet-apps/tlf/demo/ On Thu, Apr 3, 2014 at 1:10 PM, Scott Matheson wrote: > Om > I am an old fashioned hacker, :) s

RE: in TextArea

2014-04-04 Thread Scott Matheson
Enter key is pressed right after, then create a line break at the cursor (see above) 4. on Mouseup on the Shift key, restore default Enter key behaviour (so new or work) ___ Joseph Balderson, Flex & Flash Platfo

TextFlow lastParagraph

2014-04-07 Thread Scott Matheson
Hi I am trying to dynamical add spanElement to the last paragraph of a text flow, I just can not see how this works i know this is work but.. ta is the textArea that the text flow is to be added too. var paragraph1:ParagraphElement = new ParagraphElement(); var span1:SpanElement = new Spa

AS top add

2014-04-08 Thread Scott Matheson
Hi I would like to tank all these how have helped me almost to the the answer, I have reduced this down to a simple problems, if this MXML works the adds a line Bacon ipsum dolor sit amet turducken pancetta short ribs tail anim pig. In pastrami in, ball tip flank shankle beef rib

Re: AS top add

2014-04-08 Thread Scott Matheson
ot; work in text? > > -Mark > > -Original Message- > From: Scott Matheson [mailto:smathe...@intralinks.com] > Sent: Tuesday, April 08, 2014 9:19 AM > To: users@flex.apache.org > Subject: AS top add > > Hi > I would like to tank all these how have helped

textIndent

2014-04-09 Thread Scott Matheson
Hi The first charter of my test is indented, even with the textIndent="0" i would like to remove the indent any suggestions Disclaimer: This electronic mail and any attachments are confidential and may be privileged. If you are not the intended recip

Indent on the first character

2014-04-17 Thread Scott Matheson
Hi I need to removed the text indent on the first character of a ParagraphElement this is my layout code Disclaimer: This electronic mail and any attachments are confidential and may be privileged. If you are not the intended recipient, please no

RE: Indent on the first character

2014-04-17 Thread Scott Matheson
On 4/17/14 12:34 PM, "Scott Matheson" wrote: >Hi >I need to removed the text indent on the first character of a >ParagraphElement > >this is my layout code > > > > >paddingBottom="20" > >paddingTop="20" > >paddingL

RE: Indent on the first character

2014-04-17 Thread Scott Matheson
seeing. -Alex On 4/17/14 12:34 PM, "Scott Matheson" wrote: >Hi >I need to removed the text indent on the first character of a >ParagraphElement > >this is my layout code > > > > >paddingBottom="20" > >paddingTop="20" > >

Re: textflow configuration manageTabkey

2014-04-28 Thread Scott Matheson
Hi If you have a simple textFlow display only, it seems to work well, I found in some case with alinement = center and links in text, I found the clickable link target area was wrong, I need to upgrade and check my issue with latest SDK, then create a bug if there is still an issue Just do some

Re: IDE upgrade options

2014-04-29 Thread Scott Matheson
I have used FB since 3 I am on 4.6 and still used visual layout 1 or 2 times a day I could live with out it I have run IntelliJ IDEA on trial 2 times now and it is a quality product but there is a learning curve in my cases about 4 weeks I think I will go cold turkey with my new project and mo

Re: different applications inside the same mobile app

2014-05-28 Thread Scott Matheson
What about loading a modul for each app within the framework I do this for web based app Sent from my iPhone > On 28 May 2014, at 08:27, "Gabriele Campi" > wrote: > > Hi, > I'm wondering if it's possible to create and use different applications > inside the same flex mobile app. > In particul

Re: Work flow

2014-06-17 Thread Scott Matheson
I get fxg files from my designer and convert them using a tool on the web Then hand code them in to skins Saying that vectors seem to use more memory and I am not sure you can user vectors on an iPad so I may have to move back to JPEG for tables Sent from my iPhone > On 17 Jun 2014, at 18:23,

Debuging style issues

2014-06-22 Thread Scott Matheson
Hi I just found FX Spy, looks like a good tool to debug style issue, does any one know if Thud will work with 4.6 or above ? Is there a better approach, I was looking for something like chrom Dev tools for flex Sent from my iPad Disclaimer: This electroni

Bindable functions

2014-06-25 Thread Scott Matheson
Hi well I have never manage to get Bindable functions to work, but now i may need then I have a view stack, with a renderer, in the rendered i would to disable elements of the render dependent on the view stack, i could hold a bit off Bindable data (thats what i do in other place), if i coul

Simple Methord to stop CRLF in textArea

2014-06-29 Thread Scott Matheson
Hi i want to dibble the user from typing in CRLF, I want the text area to stay as 3 lines with no score bars one approach is to the text types with an event activityinput.addEventListener(TextEvent.TEXT_INPUT,texteinput); but i can not see to find a method to check for the \r i.e. if(e.tar

RE: Simple Methord to stop CRLF in textArea

2014-06-29 Thread Scott Matheson
activityinput.text = activityinput.text.substr(0, activityinput.text.length -1); } } From: Scott Matheson [smathe...@intralinks.com] Sent: Sunday, June 29

dynamic skin scale

2014-07-18 Thread Scott Matheson
Hi i have a skin, that i need to scaleX, the skin needs to read the scale from the button definition i have used this approach before backgroundColor.down="{getStyle('color')}" but scaleX seems not to be a Style Skin -

RE: dynamic skin scale

2014-07-18 Thread Scott Matheson
; ]]> From: Subscriptions [subscripti...@leeburrows.com] Sent: Friday, July 18, 2014 1:45 PM To: users@flex.apache.org Subject: Re: dynamic skin scale you should be able to read the scale with hostComponent.scaleX On 18/07/2014 13:35, Scott Matheson wrote: > Hi

Re: Design tools for creating Flex 4 skins

2014-08-06 Thread Scott Matheson
Does the SVGA file proved vector object like FXG I often take the output from the graphic designer and copy this in to a skin so I can add a degree of coddling to the image change colour, make small change etc Sent from my iPhone > On 6 Aug 2014, at 00:59, "Jason Taylor" wrote: > > why continu

Object question

2014-08-08 Thread Scott Matheson
Hi i have a array collection of an object Records: field1: field2: Results[] holder 1,2,3,4 set of each set of results can have 1-5 possible answers So results is an array of Result objects in an an item, render i want the [0] of result object this.firstAtempt.results.getItemAt(0).d

RE: Object question

2014-08-08 Thread Scott Matheson
an ArrayList or ArrayCollection. And if it is truly an array, then you have to use [0] instead of getItemAt(0), so I would expect renderer code to reference this.data.results[0] HTH, -Alex On 8/8/14 11:24 AM, "Scott Matheson" wrote: >Hi > i have a array collection of

Re: AW: Functional / E2E testing Flex applications

2014-08-14 Thread Scott Matheson
You need an extract tools flex monkey , however this has gone out of support and does not support flex13, I know pepole are trying to sort that issue out Once you have monkey in place you just use selenium in the normal way, I have it setup on my mac Sent from my iPad > On 14 Aug 2014, at 23

PopupManager

2014-08-21 Thread Scott Matheson
Hi I have a custom popup and I can not centre the popup in the parent window the top of the popup is the current curser possition this is my code (the main bits) private var popup:setApage; // method to open the PopUp Window on creationComplete private function openPopUpWindow(evt:Ev

Re: PopupManager

2014-08-22 Thread Scott Matheson
My issue as the popup is larger the the component On 8/21/14, 10:37 PM, "Alex Harui" wrote: >Can you post a link to a screenshot of the results? Is there enough room >for the dialog? > >-Alex > >On 8/21/14 1:42 PM, "Scott Matheson" wrote: > >

Re: Simple Database Architecture Suggestions Please

2014-08-24 Thread Scott Matheson
Hi We are just completing a similarly project XML content flex to build screens, you could keep the backend simple and using php with a database this will work well, saying that we build a simple nodeJS server and used mongoDB, for the database and it has worked very well, as we make small c

Saving voice recordings

2014-08-29 Thread Scott Matheson
Hi We have a working app that records a student voice, saves the binary on a server letting the teacher download However the files are big, and the upload does not always work, the upload seems to not complete, is this a problems with flex? First does any one have the above concept working,

RE: Saving voice recordings

2014-08-30 Thread Scott Matheson
reduces the size, if you encounter transfer issue because of size, a more reliable way would be sending data in smaller chunks, and having the server "glue" the chunks together once all the parts are received. Tangent -Original Message----- From: Scott Matheson [mailto:smathe...@intr

Stopping SFW Video palying

2014-09-09 Thread Scott Matheson
Hi my team have created a video ion SFW format, the SFW has it own video controls, so all is good the question when i close the windows in Flex the video sound keeps playing, i was looking for a .STOP but can not see anything out there or should i get the just to create a MP4 or F4V file ?

Re: straw poll - which platform do you publish to?

2014-09-16 Thread Scott Matheson
All Once I get the web completed them iPad and we finish off with desktop Sent from my iPhone > On 16 Sep 2014, at 22:12, "Subscriptions" > wrote: > > Hi All, > > I was wondering which platforms most Flex developers are creating apps for? > So i thought i'd try and find out with a straw poll.

DateChooser

2014-09-20 Thread Scott Matheson
Hi So I am 10 days short of releasing a 2 year build project, after which our first job will be to move form 4.6 to 4.x, then iPad, then Air version, it never stops Anyway we have been trying to user

RE: DateChooser

2014-09-20 Thread Scott Matheson
Hi i am 95% sure the issue is the customer font i use in my app, when i set the style do .times i can see more of the date choose seen can anyone give me a fill CSS for the data chooser ? Scott From: Scott Matheson Sent: Saturday, September 20, 2014 6:16

Text input with Safari with 4.6

2014-10-20 Thread Scott Matheson
Hi I know this is off subject, it seems that text input with latest Safari is not working, has anyone else seen this ? I know I have to get to 4.13, I was waiting for Xmas to have time Sent from my iPad Disclaimer: This electronic mail and any attachments a

New Flex product

2014-10-22 Thread Scott Matheson
Hi All I just want to thank the community for your help from time to time when I was in my dark places, after 2 years of part time development we have completed our port of a desk top tool we have been developing for 16 years to Flex (well almost we still working on small bit). Our goa

Re: New Flex product

2014-10-22 Thread Scott Matheson
let app as well. > >> On Oct 23, 2014, at 12:05 AM, Scott Matheson >> wrote: >> >> Hi All >>I just want to thank the community for your help from time to time >> when I was in my dark places, after 2 years of part time development we have >> complete

Re: New Flex product

2014-10-24 Thread Scott Matheson
Regards, >Devesh Mishra > >-Original Message- >From: Scott Matheson [mailto:smathe...@intralinks.com] >Sent: Thursday, October 23, 2014 3:05 AM >To: >Subject: Re: New Flex product > >Air app is the next phase, look out for my emails > >I should have s

AlivePDF Fonts

2014-11-11 Thread Scott Matheson
Hi i have a customer find, but i am unsure how to make AlivePDF pick uo this fine public function genPDF ():void{ var myPDF:PDF= new PDF(Orientation.PORTRAIT, Unit.MM , Size.A4); var _bold:Boolean = false; var _normal:Boolean = false ; // readding page myPDF.addPage(); var uf:IFont = n

Re: AlivePDF Fonts

2014-11-11 Thread Scott Matheson
So from what I can read you have to used the addFont methods which is not in 1.5. There. seems to be some half notes on the web indications you need to change the OTF font to AMF font ? Sent from my iPad > On 11 Nov 2014, at 19:23, Scott Matheson wrote: > > Hi > i have a c

Re: Flex IDE written in Flex?

2014-11-21 Thread Scott Matheson
Also can community based product starting from Zero every catchup with good quality commercially built products There are so many other area that IMHO would add more value to the flex world than a IDE, flexJS alivePDF etc Sent from my iPhone > On 21 Nov 2014, at 16:28, Justin Ransom Dallas wr

Is the mic enabled

2014-12-01 Thread Scott Matheson
Hi how can I detract of the mic is enabled by flash player Is there anyway for flex to enable the mic ? Even in some sort of dialog with the user ? I am finding schools are locking down kids ability to enable mic in flash player which is causing my app to hang waiting on mic to enabled an actio

Resource Bundles

2014-12-02 Thread Scott Matheson
Hi My app works in schools for 8 plus My challenge is the users may crash the browser or the schools internet is slow poor etc so I think I may be losing results I was thinking of using resource bubble to store results of test as a backup until I am sure these results have be stored

Resource Bubdles

2014-12-02 Thread Scott Matheson
Hi I have a WebApp that runs in schools, we have found in trials that some schools have poor internet of the kids do something that is meaning we are not saving all our kids progress, has anyone seen this sort of issue any one got a good solution ? I was thinking I could store the limited d

Flex Sync solutions

2014-12-10 Thread Scott Matheson
Hi I am looking for a solution where the user data is held client tide, (may be server objects) and sync to the server when the network is available, are there andy solutions out there in the flex world

Re: Flex Sync solutions

2014-12-10 Thread Scott Matheson
ch functionality, by the way which server side language >you are using?? and which client side DB you are using( if any ) > >Regards >Seth > >On Wed, Dec 10, 2014 at 5:40 PM, Scott Matheson wrote: > >> Hi >>I am looking for a solution where the user data is held cl

Re: Flex Sync solutions

2014-12-10 Thread Scott Matheson
or such type of syncing as i used this approach in >various elearning projects for ebook syncing. > >- Seth > > >On Wed, Dec 10, 2014 at 6:34 PM, Scott Matheson >wrote: > >> Hi >>Server side is nodeJS, but we could change >> >> Our challenge is s

Re: Flex Sync solutions

2014-12-10 Thread Scott Matheson
cing, but as per my opinion, the ready solution >will be quite headache for such type of syncing as i used this approach in >various elearning projects for ebook syncing. > >- Seth > > >On Wed, Dec 10, 2014 at 6:34 PM, Scott Matheson >wrote: > >> Hi >>Serv

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

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: 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

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

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

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

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

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: 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

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.

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: 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

Re: Future of Flex technology

2013-02-28 Thread Scott Matheson
Hi I am only a user of flex, I have spent 3 years of my time building a app for a charity, and we have 5-10 year life in the product, what I know, flex works, it is simple, it works, the good chaps on this list are investing a lot of there time to give flex a future, yes HTML/CSS/JS is the elepha

Re: Design tools for creating Flex 4 skins

2013-03-06 Thread Scott Matheson
I have me developer use standard tools, then create FXG files for each button etc. Edit the FXG Then user http://www.dehats.com/drupal/node/98 To convert FXG Then manual cut the skin Anyone got a better idea On 3/6/13 4:19 PM, "Zoltan Iklodi" wrote: >Hi, all. Can you recommend a tool for

Falcon & iPad, Air etc

2013-03-22 Thread Scott Matheson
Hi Can some one help my understanding Adobe are pushing forward with AS and Falcon, which will not compile MXML Apache Flex community will continure to support and develop AS and MXML, however this version can only compile to Air and iPad if Adobe continue to support MXML which they no longer

Re: Falcon & iPad, Air etc

2013-03-22 Thread Scott Matheson
ng. Get to know >AngularJS/DartLang/Closure, do some programming. Get to know iPad/Android >SDK, do some programming. Then compare and evaluate yourself and find out >what's important to you - because only you will ever really know what's >best for yourself, and only after trying

  1   2   3   >