Showing Visitor Messages 1 to 10 of 10
-
03-25-2012 02:34 PM
wvxvw
No-no, I meant Fiber specifically. I only used BlazeDS of all LCDS, and I can't say it is particularly good at anything, but it is OK / fine. Fiber, on the other hand, is ridiculous because of how it was advertised at one point and how it is really lacking any real value. Well, I think Adobe realized it wasn't a successful product, so, it looks like it is going to perish. Well, at least I've not heard of any promises of continued development or anything. Given it was based on Flex framework, and the framework is no longer developed by Adobe (rather someone else), it's possible that lack of compatibility with the new features will completely remove this product from the shelf.
-
03-25-2012 01:36 PM
s2472
Hi sorry to bother you but what do you mean by fiber (Adobe LiveCycle ???)... I personally love Flex do you think this technology is over now? and It's not worth to inverst time in it... I'm just curious what You think... Cheers m8
-
Thanks for the reply you just gave.
I am really new to Flex and all I know i learned from online tutorials and using google. Would you please explain a bit more on using AMF with <mx:RemoteObject/>. HTTPService is all i know for accessing database using Flex.
Thank you.
-
04-30-2009 05:25 PM
wvxvw
Hi, sorry, I don't check this page quite often... I'm using Flex SDK with FlashDevelop for most part. This is something I feel most comfortable with. But I do use both Flash (CS3) and Flex Builder Plugin (testing builds, whatever comes last). Flash for graphics and Flex mainly for testing Flex specific features...
-
hi,
May I know on which Development environment your are working, flash cs3 or flex 3
-
hye...
i have some problem with mySQLite database.i hope you can help me.this is what my aplication does.when you clik the load button,it will load a text file on the desktop directory.when you click the filter function it will split the text file according to an array that i have specified.
the text file consist of some data like this:66.249.71.54 - - [10/Oct/2008:03:31:01 +0800] "GET /mod.php?_call=Kalendar&day=2014-05-09 HTTP/1.1" 200
66.249.71.54 - - [10/Oct/2008:03:31:57 +0800] "GET /KERIAN%20ENG/Towns/Main_Town.htm HTTP/1.0" 404
i have created my database on my desktop using one tool that i have downloaded and point to that database.
the problem now is,i want to store the "200" only strings into the database.strings other than "200" will be not stored in the database.can u show me how to do this..
i hope you can understand what i want...
thanks for your time..
-
Hi,thanks for your help in splitting the string into array...it's really had helped me a lot..
what i want to ask here is something about the codes you have posted:
var stringToSplit:String = "127.0.0.1 - - [15/Sep/2008:10:37:14 -0700]";
stringToSplit += " - - 127.0.0.1 - - [16/Sep/ 2008:10:37:14 -0700]";
stringToSplit += " - - 127.0.0.1 - - [17/Sep/2008:10:37:14 -0700]";
stringToSplit += " - - 127.0.0.1 - - [18/Sep/2008:10:37:14 -0700]";
stringToSplit += " - - 127.0.0.1 - - [19/Sep/2008:10:37:14 -0700] - - ";
var re:RegExp = /(?P<a>[^\2]+?)(\s\-\s\-\s)(?P<b>[^\2]+?)\2/g;
var result:Array;
do
1.why do you put "- -" at the start of the second statement?what is the difference?
2.can you tell me what RegExp:/(?P<a>[^\2]+?)(\s\-\s\-\s)(?P<b>[^\2]+?)\2/g; did?i have done some study about it,but doesn't get the appropriate answer.
i'm new beginner in Flex.hope you can help me...
thanks in advance.....
-
Hi, I really need your help. Could you please check out my new thread - "Loading xml into dynamic textfield"?
-
Hello, would you happen to know anything about using the JPGEncoder with PHP script?
-
Hi. I have noticed your expertise using complex E4X XML in AS3 here and on kirupa.com. I just posted a thread in the forum that would do well to have someone with your knowledge taking a peek. Thanks so far, because I wouldn't have gotten this far in my experimenting without the stuff you've already put out there. Anyway, if you can take a look, I'd appreciate it.
Thanks,
Andrew444