Re: Remote Flex Developer Position

2014-02-24 Thread JP Bader
new tablet version for > iPad > > > and > > > >> Android. > > > >> > > > >> http://www.playgroundsessions.com > > > >> > > > >> > > > >> > > > >> -Sean Thayne > > > >> > > > >> > > > >> On Fri, Feb 21, 2014 at 10:19 AM, mark goldin < > markzolo...@gmail.com> > > > >> wrote: > > > >> > > > >> > Any details available? > > > >> > > > > >> > > > > >> > On Fri, Feb 21, 2014 at 11:03 AM, Sean Thayne > > > wrote: > > > >> > > > > >> > > Hey All, > > > >> > > > > > >> > > I tried for a month or so to find a solid Flex guy/gal in Utah. > No > > > >> luck, > > > >> > so > > > >> > > now we are opening up to remote help, contracting or full time. > > > >> > > > > > >> > > Let me know if your interested. > > > >> > > > > > >> > > Thanks > > > >> > > > > > >> > > -Sean Thayne > > > >> > > > > > >> > > > > >> > > > > > > > > > > > > > > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Re: IDE for Flex Dev

2013-03-06 Thread JP Bader
Es, together > > with their pros and cons, that will suit enterprise app development? > > > > Thanks in advance, > > Rene > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Re: Apache Flex Update Meeting in Chicago

2013-03-18 Thread JP Bader
It is my hope that we will be recording (at least my section) the > >> meeting. > >>> I will post the link should that happen. > >>> > >>> -Nick > >> > >> -- > >> Alex Harui > >> Flex SDK Team > >> Adobe Systems, Inc. > >> http://blogs.adobe.com/aharui > >> > >> > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui > > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Re: Apache Flex Update Meeting in Chicago

2013-03-18 Thread JP Bader
The recording is now available here: http://experts.adobeconnect.com/p6vtdd35kyc/ Hope everyone gets a chance to watch and enjoy! JP On Mon, Mar 18, 2013 at 6:27 PM, JP Bader wrote: > For anyone interested in watching/participating in tonight's talk about > Apache Flex from Nick

Re: Apache Flex Update Meeting in Chicago

2013-03-19 Thread JP Bader
he video should now be public. Thanks, JP On Tue, Mar 19, 2013 at 8:26 AM, Tom Chiverton wrote: > On 18/03/2013 23:27, JP Bader wrote: > >> exciting new announcement from Michael Labriola (@labriola) >> > > So what was this ? > > Tom > -- JP Bader Principa

Re: Apache Flex Update Meeting in Chicago

2013-03-19 Thread JP Bader
No, the recording is here: http://experts.adobeconnect.com/p6vtdd35kyc/ Login should not be necessary On Mar 19, 2013 9:37 AM, "Tom Chiverton" wrote: > On 19/03/2013 14:07, JP Bader wrote: > >> The *new* announcement was the ability to write AS projects directly to >&g

Re: Apache Flex Update Meeting in Chicago

2013-03-19 Thread JP Bader
works html is getting databinding, so i think in > the long run this might be possible, right? > > Keep up the good work! > Hans > > > > > Sent from my iPhone > > On 19 Mar 2013, at 15:39, JP Bader wrote: > > > No, the recording is here: > > > >

Re: CameraUI in newest Apache Flex framework

2013-05-14 Thread JP Bader
> Credit" /> > > width.tablet="20%"> > > > > > > > > fontSize.tablet="16" label="Other - Please enter below" /> > > softKeyboardType="default" width="85%" height="20%" verticalAlign="top" > paddingBottom="15"> > > > > > > click="button1_clickHandler(event)" fontSize="11"/> > > click="button2_clickHandler(event)" fontSize="11"/> > > > > > > > > horizontalAlign="center" width="96%"> > >fontSize.tablet="20" fontSize="18" text="Please wait..." > visible="false"> > >width="50" visible="false"> > > > > fontSize="14" text="This may take up to 20 seconds to complete." > visible="false"> > > fontSize="11" text="" visible="true"> > > > > > > > > > > > > > > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Re: Add chat service to a flex app

2013-06-25 Thread JP Bader
Years ago there were tutorials on this with blazeds...not sure if your google-fu could find it (old stuff seems to disappear these days), but about 5 years ago I followed those steps and had a chat app. JP On Jun 25, 2013 3:44 PM, "Angelo Lazzari" wrote: > Hi all guys, i need your help again. >

Re: Spark datagrid - show extra row

2013-07-17 Thread JP Bader
rid that is a part of dataProvider. Is there a > way of doing this? > > Thanks > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Re: Spark datagrid - show extra row

2013-07-17 Thread JP Bader
You want an empty row? rowCount = {dg.dataProvider.length + 1} That help? On Wed, Jul 17, 2013 at 10:47 AM, mark goldin wrote: > DataProvider is an ArrayCollection. I need an extra row for a cosmetic > purpose. > > > On Wed, Jul 17, 2013 at 10:42 AM, JP Bader wrote: > &

Re: Spark datagrid - show extra row

2013-07-17 Thread JP Bader
r. > > > On Wed, Jul 17, 2013 at 10:50 AM, JP Bader wrote: > > > You want an empty row? > > > > rowCount = {dg.dataProvider.length + 1} > > > > That help? > > > > > > On Wed, Jul 17, 2013 at 10:47 AM, mark goldin > > wrote: >

Re: Spark datagrid - show extra row

2013-07-17 Thread JP Bader
exactly. > > > On Wed, Jul 17, 2013 at 10:55 AM, JP Bader wrote: > > > I'm not sure I understand the question. Are you asking how to display > one > > extra, empty row, irregardless of the array length of the dataProvider? > > > > > > On Wed, Jul

Re: Item renderer question

2013-07-17 Thread JP Bader
on the item renderer/editor takes the whole cell area. I > need to have an item renderer that while editing will take less then that > space another words I want to split a cell in a half vertically. Any ideas? > > Thanks > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Re: mixing flex components and Sprites

2013-07-17 Thread JP Bader
te: > > > Well, SkinnableComponent will probably require a Skin. It is possible to > > use subclasses of UIComponent or SpriteVisualElement to do low-level > Flash > > stuff. > > > > It is also possible to create a single UIComponent that will reserve a > > bunch of screen space for you to add any combination of Sprites and > Shapes > > that don't subclass Flex stuff. > > > > > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Re: Spark datagrid - show extra row

2013-07-17 Thread JP Bader
> { > if (object is IFlexModule) > return > StyleManager.getStyleManager(IFlexModule(object).moduleFactory); // Error > here > else if (object is StyleProxy) > return getStyleManagerFromStyleProxy(StyleProxy(object)); > els

Re: Spark datagrid - show extra row

2013-07-17 Thread JP Bader
: > Data model is changed, save is triggered. > > > On Wed, Jul 17, 2013 at 12:53 PM, JP Bader wrote: > > > Why not just add an empty record into your dg? If you need it above > and/or > > below existing records, wouldn't a psuedo record, or an empty virtual > >

Re: Spark textarea intercept each character

2013-07-24 Thread JP Bader
n Wed, Jul 24, 2013 at 12:44 PM, mark goldin > > > wrote: > > > > > > > I need to run some code every time a user changes a text in TextArea > > > > without leaving the control. Which event should I listen to? > > > > > > > > Thanks > > > > > > > > > > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Re: Rules engine

2013-07-31 Thread JP Bader
looking for? Happy to answer any > > question about it. I've used in several production project so can confirm > > it does the job. > > > > Justin > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Re: Text under courser

2013-08-09 Thread JP Bader
d > >may be privileged. If you are not the intended recipient, please notify > >the sender immediately by replying to this email, and destroy all copies > >of this email and any attachments. Thank you. > > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Re: Tabbing order

2013-09-16 Thread JP Bader
ve tabbing order to be set. > Any ideas? > > Thanks > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Re: TileGroup question

2013-09-18 Thread JP Bader
your custom algorithm idea? >> > The Adobe guides are still relevant, such as www.adobe.com/devnet/*flex*/* > *articles/spark_*layouts*.html<http://www.adobe.com/devnet/*flex*/articles/spark_*layouts*.html> > ? > > Tom > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Re: Developing on VMWARE guest system

2013-10-25 Thread JP Bader
Could you be a little more specific? I've done .net/sql server dev work on vm's and front end dev on the local host, allowing for debug on host. Google will help you figure out the details. JP On Oct 25, 2013 12:01 PM, "mark goldin" wrote: > Has anyone tried doing development on the guest syste

Re: Java error in FB 4.7

2013-10-29 Thread JP Bader
been getting this alot: > An error has occurred. See error log for more details. > java.lang.NullPointerException > > doing all kind of things in FB. Any idea to get rid of it? > > Thanks > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Caching on Windows with SYSTEM Account

2013-11-07 Thread JP Bader
into this situation solely using the SYSTEM account, and if so, did you find a workaround? -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468

Re: MVC on Flex

2013-11-21 Thread JP Bader
senvolvedor web > > > > > > Certificado Flash developer > > > > > > Certificado Flash Design > > > > > > Certificado web developer > > > > > > Consultor Microsiga / Totvs > > > > > > Desenvolvedor ADVPL / ASP > > > > > > Analista de sistemas e ERP Sênior. > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > *Hélio Antonio Francisco Silva* > > > Desenvolvedor web > > > Certificado Flash developer > > > Certificado Flash Design > > > Certificado web developer > > > Consultor Microsiga / Totvs > > > Desenvolvedor ADVPL / ASP > > > Analista de sistemas e ERP Sênior. > > > > > > -- JP Bader Principal Zavteq, Inc. @lordB8r | j...@zavteq.com 608.692.2468