Re: [flexcoders] circular image in flex

2016-08-25 Thread amanyire arthur stinas...@yahoo.com [flexcoders]
platforms. It really disappointed Flex devs a lot... Anyways wish u all the best. On Aug 10, 2016 1:20 PM, "stinas...@yahoo.com [flexcoders]" <flexcoders@yahoogroups.com> wrote: > >   > > Hello guys, i am trying to create a circular mask for an image control so

[flexcoders] Re: circular image in flex

2016-08-10 Thread stinas...@yahoo.com [flexcoders]
Any help guys?

[flexcoders] circular image in flex

2016-08-10 Thread stinas...@yahoo.com [flexcoders]
Hello guys, i am trying to create a circular mask for an image control so that the picture can be circular. Here is my code so far. http://www.adobe.com/2006/mxml; width="180" height="180" initialize="init();"> http://www.helpexamples.com/flash/images/image1.jpg;

[flexcoders] Re: flex multiple filter function using text input, combobox and date range

2015-12-04 Thread stinas...@yahoo.com [flexcoders]
i have this date range filter function i had used in one of my projects, and would like to include it in the overall filter function above; protected function arrColl_filterFunc(item:Object):Boolean { var cDate:Number=Date.parse(item.hireDate); if

[flexcoders] Re: flex multiple filter function using text input, combobox and date range

2015-12-04 Thread stinas...@yahoo.com [flexcoders]
Please Some one help me

[flexcoders] flex multiple filter function using text input, combobox and date range

2015-12-03 Thread stinas...@yahoo.com [flexcoders]
Hello Guys, i have used multiple filter functions before but i have never used one that involves a date range. I have an arraycollection with items (title, entity and signature_date). i would like to filter the results of the array collection based on those 3 fields of data. i want to have

Re: [flexcoders] Re: flex multiple filter function using text input, combobox and date range

2015-12-03 Thread stinas...@yahoo.com [flexcoders]
Guidance on how to add a date range filter

[flexcoders] Re: flex multiple filter function using text input, combobox and date range

2015-12-03 Thread stinas...@yahoo.com [flexcoders]
any help?

[flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-23 Thread stinas...@yahoo.com [flexcoders]
Anyone out there with a solution to this issue? i have been using that code for so long and it worked perfectly. But now for some reason the uploaded file name doesn't appear in the textinput even if the file is actually uploaded onto the server

[flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-22 Thread stinas...@yahoo.com [flexcoders]
Hello Guys, any help on this issue?

[flexcoders] Re: uploading files in flex using coldfusion 11

2015-09-22 Thread stinas...@yahoo.com [flexcoders]
any help guys? am stuck and can't figure out where the problem is

[flexcoders] uploading files in flex using coldfusion 11

2015-09-21 Thread stinas...@yahoo.com [flexcoders]
Hello Guys, i am experiencing some issues with my file uploader component. I have used this over the years and it always worked perfectly. Its a file uploader in flex that uses a coldfusion component to upload files(pics) to a folder on the server and picks the name of the file after it has

[flexcoders] Print Functionality in flex

2015-05-08 Thread stinas...@yahoo.com [flexcoders]
Hello People, i have a report in flex that is populated by repeaters that get data from a database. The reason i use repeaters is based on the design of my report. Now i would like to know how to create a print functionality to print the report when a button is clicked. Please know that the

[flexcoders] Re: Print Functionality in flex

2015-05-08 Thread stinas...@yahoo.com [flexcoders]
Any help guys?

Re: [flexcoders] Query returning results based on date

2015-04-21 Thread stinas...@yahoo.com [flexcoders]
Any help guys? i don't understand what is happening but am getting a record short that is the query seems to be working only that its not returning the record of the datePaid, only records less than the datepaid. here is my query again cfquery name=qBal datasource=bond100 SELECT

Re: [flexcoders] Query returning results based on date

2015-04-21 Thread stinas...@yahoo.com [flexcoders]
Ok, i have managed to make it work by formatting the date returned from the user interface in this format dd/mm/, which has worked only that some records are left out because in access the date field has time attached to it. so i was wondering how i can get rid of the time element in the

Re: [flexcoders] Query returning results based on date

2015-04-20 Thread stinas...@yahoo.com [flexcoders]
when i try to hard code the date i get the correct result somewhat only that it misses a record. here is what i mean by hard coding cfquery name=qBal datasource=bond100 SELECT ID_biodata, quater, datePaid, amountPaid, manFees FROM collections WHERE datePaid = DateValue('4/20/2015 0:00:00

[flexcoders] Query returning results based on date

2015-04-20 Thread stinas...@yahoo.com [flexcoders]
Hello Guys, i am using a cfquery and am trying to return results based on date. the idea is to return entries that are less than or equal to date but am not getting any results but when i change to greater than or equal to i get the all results in databse which is wrong. Below is my code.

Re: [flexcoders] flex calculation problem

2015-04-16 Thread stinas...@yahoo.com [flexcoders]
Hello, thanks for the response. i am already using a change listener on the text input but when i start typing in the first textinput, i don't get the desired result. its only when i type in both that the evnet kicks in.

[flexcoders] flex calculation problem

2015-04-15 Thread stinas...@yahoo.com [flexcoders]
Hello Guys, i have a small problem. i have this form where i calculated updated balance based on data already available and data from 2 text inputs. the result is correct but i would like that when someone types in one textinput the balance is computed and then further if someone inputs a

[flexcoders] Re: flex calculation problem

2015-04-15 Thread stinas...@yahoo.com [flexcoders]
Actually this is the entire code with 2 scenarios. but needs a liltle tweaking to make it better. by better i mean, the balance starts off getting computed the moment either the amountPaid textinput or manFees textinput is being fed in a figure. thanks ?xml version=1.0 encoding=utf-8?

[flexcoders] Re: flex calculation problem

2015-04-15 Thread stinas...@yahoo.com [flexcoders]
Any help guys?

[flexcoders] group data in flex list

2015-03-28 Thread stinas...@yahoo.com [flexcoders]
Hello guys i have the following tables; biodata[biodata_id, f_name, l_name, o_name, team], collections[collections_id, ID_biodata, amountPaid, amountExpected, balance, quater, datePaid]. There are 5 teams each with 4 members. i would like to generate a list in flex to show how much each

[flexcoders] Re: smooth image component fade effects

2014-11-11 Thread stinas...@yahoo.com [flexcoders]
Thanks Guys worked like a charm. very smooth i must say

[flexcoders] smooth image component fade effects

2014-11-10 Thread stinas...@yahoo.com [flexcoders]
Hello guys, have an image component that loads 3 images. i would like it to be that as one image is fading out, another is fading in rather than have the first image fade out then the other jumps in. below is my code and for some reason am not getting the desired results. any help is

[flexcoders] Re: smooth image component fade effects

2014-11-10 Thread stinas...@yahoo.com [flexcoders]
any help guys?

[flexcoders] Re: downlaoding a file in flex.

2014-11-07 Thread stinas...@yahoo.com [flexcoders]
Thanks Guys. it worked like charm. Am very grateful for the help coming from this forum.

[flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread stinas...@yahoo.com [flexcoders]
Any help guys?

[flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread stinas...@yahoo.com [flexcoders]
when i click the download button, i get an error, concerning the path.

[flexcoders] Re: downlaoding a file in flex.

2014-11-06 Thread stinas...@yahoo.com [flexcoders]
Sorry guys, am really sorry. this is the error it shows HTTP Status 404 - /campuscholar/bin-debug/documents/%7Bdocs.selectedItem.documentName%7D

[flexcoders] downlaoding a file in flex.

2014-11-05 Thread stinas...@yahoo.com [flexcoders]
Hello, am trying to download a document using flex by calling it from a dynamic source but its not working. here is a sample of the download code i have. Maybe is the Url string am getting wrong. The documents are stored in the documents folder. private var fileRef:FileReference;

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-02 Thread stinas...@yahoo.com [flexcoders]
Hey Guys, i still haven't got it to work, plus more bigger problems, i have decide to split my application into modules, i each module i have an array collection that populates a list in each of the modules, but when i run the application, only data in the first module is retrieved and when i

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-02 Thread stinas...@yahoo.com [flexcoders]
Hey guys, please i need help on this

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-01 Thread stinas...@yahoo.com [flexcoders]
still doesn't do the trick.

Re: [flexcoders] Re: getting the sum of values in list datafield.

2014-09-01 Thread stinas...@yahoo.com [flexcoders]
Any help guys?

[flexcoders] Re: getting the sum of values in list datafield.

2014-08-30 Thread stinas...@yahoo.com [flexcoders]
Hello Guys i managed to get it to calculate the total based on range of dates thanks to your help. One thing though, when the application my List Component is not populated with data until i select a date from the date field. Is there a way to fix the problem? Below is the updated code ?xml

[flexcoders] getting the sum of values in list datafield.

2014-08-29 Thread stinas...@yahoo.com [flexcoders]
Hello, i have a flex list that is populated by an arraycollection. in the arraycollection i have a field subTotal and i would like to calculate the subtotals from that field and pin them to a text component and i would like to do that even when the list is filtered. below is my code ?xml

[flexcoders] Re: getting the sum of values in list datafield.

2014-08-29 Thread stinas...@yahoo.com [flexcoders]
Any Help Guys?

[flexcoders] Re: getting the sum of values in list datafield.

2014-08-29 Thread stinas...@yahoo.com [flexcoders]
hmm seriously i have hit a wall. could use an example