Re: [flexcoders] Re: Call external App from AIR

2009-01-07 Thread Derek Vadneau
will. This might be helpful http://nsdevaraj.wordpress.com/2008/07/09/executing-exe-using-flex- socket/ -- Derek Vadneau

Re: [flexcoders] Re: calling different methods through XML and Flash Proxy class?

2008-05-14 Thread Derek Vadneau
, args); break; } return res; } //end code -- Derek Vadneau

Re: [flexcoders] Naming objects dynamically

2008-04-18 Thread Derek Vadneau
:IStartupProxy = new AssetProxy( mData[i] ); } In pre-AS3 days i'd do something like: var this[rAsset + mData[i].ToString()] :StartupResourceProxy = makeAndRegisterStartupResource( SRNAME , this); That seems not to be an option anymore. mny thx --steve... -- Derek Vadneau

Re: [flexcoders] Reloading application in stand alone player

2008-03-14 Thread Derek Vadneau
the _self window, but can only open up a new window, so I need to find an alternate way to do this. Any ideas? Thank you in advance. -- Derek Vadneau

[flexcoders] Add Loader or content to display list?

2008-02-27 Thread Derek Vadneau
/flex/201/html/05_Display_Programming_162_09.html#155572 -- Derek Vadneau

Re: [flexcoders] Loading a flex app in a flex app

2007-12-13 Thread Derek Vadneau
vos mails vers Yahoo! Mail -- Derek Vadneau

Re: [flexcoders] Re: Is it possible to save an FLV to a Shared Local Object and open it later ?

2007-11-06 Thread Derek Vadneau
... If someone has an example that would be GREAT !!! Thank you, Sean. -- Derek Vadneau

Re: [flexcoders] Context menu and sub-menu capability...

2007-10-30 Thread Derek Vadneau
one of more sub-menus? Thanks, Mike G -- Derek Vadneau

Re: [flexcoders] Re: Bug in Proxy

2007-10-30 Thread Derek Vadneau
now visible) blackhole? On 9/27/07, Derek Vadneau [EMAIL PROTECTED] wrote: First of all, thank you Johannes for posting the bug. I entered some code in the comments. Second, yes it's a bug. Retrieving the property isn't the issue. Executing it as a function is. For example: mp['prop

[flexcoders] What is StackTraceElement?

2007-10-22 Thread Derek Vadneau
to do with it. Ideally I would like to create a stack to pass to some custom error handling, and get a hold of each element from the stack after a thrown error (not getStackTrace, which returns only a string version). So, does anyone know anything about the StackTraceElement class? -- Derek

Re: [flexcoders] Re: Bug in Proxy

2007-09-27 Thread Derek Vadneau
understanding says the two methods of getting to go are processed distinctly for a reason. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Derek Vadneau [EMAIL PROTECTED] wrote: There seems to be a bug in flash.utils.Proxy. Here's some sample

Re: [flexcoders] Re: Flash player 9 standalone download

2007-09-27 Thread Derek Vadneau
. On 9/27/07, grimmwerks [EMAIL PROTECTED] wrote: My flash player got hosed on two mac systems; now I can't debug anymore. Can someone post the correct debugging version for flex? Thanks. On Sep 26, 2007, at 2:56 PM, Derek Vadneau wrote: Here ya go: http://www.adobe.com/support

[flexcoders] Bug in Proxy

2007-09-26 Thread Derek Vadneau
. But, because the getProperty is called when a callProperty should be called I am passing an instance of my Proxy class and a runtime error is thrown. -- Derek Vadneau

Re: [flexcoders] Re: Flash player 9 standalone download

2007-09-26 Thread Derek Vadneau
where can i download the FP9 standalone player and active X so that i can put them on the CD for my clients? I cant find them anyware on adobe. thansk alot. -- Derek Vadneau

Re: [flexcoders] SetVariable vs External Interface AS3's root

2007-09-26 Thread Derek Vadneau
with it, but it seems to only return parameters that are set with the flashobject at initialization... Thanks in advance, Bart Wttewaall -- Derek Vadneau

Re: [flexcoders] Re: Remove default items in ContextMenu

2007-09-14 Thread Derek Vadneau
, Configuration and About items. I really need this.. Thanx a lot fellas, DaNooB -- Derek Vadneau

Re: [flexcoders] Changing the Custom ContextMenu Look and Feel

2007-09-07 Thread Derek Vadneau
the ContextMenu and add an EventHandler for the Right Click and open a PopUp !!! ( I guess by this way i have complete control over how i am going to display each MenuItem. (An Image and Label combination).. Thanks Kumar -- Derek Vadneau

Re: [flexcoders] Changing the Custom ContextMenu Look and Feel

2007-09-07 Thread Derek Vadneau
Honestly, I just assumed Adobe would let you do this for a desktop app, but I haven't tried it yet. If that's not the case that's kinda lousy. 3rd party tools do this. On 9/7/07, Daniel Cascais [EMAIL PROTECTED] wrote: On 9/7/07, Derek Vadneau [EMAIL PROTECTED] wrote: The only ways around

[flexcoders] Library SWC in Flash CS3

2007-08-30 Thread Derek Vadneau
actually compiled into the SWF. Is this possible? -- Derek Vadneau

Re: [flexcoders] Re: Library SWC in Flash CS3

2007-08-30 Thread Derek Vadneau
@yahoogroups.com flexcoders%40yahoogroups.com, Derek Vadneau [EMAIL PROTECTED] wrote: I've asked this a couple of times in Flexcoders and Flashcoders now with no response. Am I right in assuming the lack of responses is due to this not being possible? Or is it that no one has tried

Re: [flexcoders] Errors after 2.0.1

2007-06-14 Thread Derek Vadneau
PROTECTED] wrote: I'm having the exact same problem. Any solution? -Mika On 2/15/07, Derek Vadneau [EMAIL PROTECTED] wrote: I did a reinstall quite a while back. But maybe it WAS a bad install - I recently posted about having an older version of the JRE installed (pre 1.4, which

[flexcoders] Specifying a cell to edit via ActionScript

2007-06-07 Thread Derek Vadneau
selectedIndex on the List control. There's a selectItem() in ListBase but it's not a public method. There must be a way to have a cell enter edit mode through ActionScript, I would think - without having to hack my own component. Or is that the only way? -- Derek Vadneau

[flexcoders] Re: Specifying a cell to edit via ActionScript

2007-06-07 Thread Derek Vadneau
I knew it had to be stupidly simple: project_lb.editedItemPosition = {rowIndex:project_lb.selectedIndex}; On 6/7/07, Derek Vadneau [EMAIL PROTECTED] wrote: I'm sure this must be simple and I'm overlooking something, but I need a way to specify a cell to edit via ActionScript. I have a List

Re: [flexcoders] Re: repeater child click event

2007-06-06 Thread Derek Vadneau
it and notify Halliwells LLP IT Department on 0870 365 8008. For more information about Halliwells LLP visit www.halliwells.com. the repeater has no children property. -- Derek Vadneau

Re: [flexcoders] Re: repeater child click event

2007-06-06 Thread Derek Vadneau
event of repeater child component myLB[0]? just to simulate a mouse click on that component. is it possibile that nobody here knows how to do this? i just need to call the onClick function passing it the first child component of the repeater that should be myLB[0]. -- Derek Vadneau

Re: [flexcoders] Re: CheckBox check icon style - checkColor hardcoded?

2007-05-31 Thread Derek Vadneau
, Derek Vadneau [EMAIL PROTECTED] wrote: I ran into this and thought I'd share the solution I used. The problem: How to change the colour of the check icon in the CheckBox component? Solution: There are a few ways to do this but here is the one I opted for since it allows me

[flexcoders] TabNavigator/ToggleButtonBar Style conflict

2007-05-31 Thread Derek Vadneau
is specific to that instance rather than global to all components. I would classify this as a bug, unless someone can convince me why this is expected behaviour. -- Derek Vadneau

Re: [flexcoders] TabNavigator/ToggleButtonBar Style conflict

2007-05-31 Thread Derek Vadneau
of the ToggleButtonBar I'm using so that the style is specific to that instance rather than global to all components. I would classify this as a bug, unless someone can convince me why this is expected behaviour. -- Derek Vadneau -- Teoti Graphix http://www.teotigraphix.com Blog

Re: [flexcoders] Hyperlink in datagrid

2007-05-31 Thread Derek Vadneau
, photos more. -- Derek Vadneau

Re: [flexcoders] Re: Accessing the illusive stage Object through sprite (a near impossible feat)

2007-05-31 Thread Derek Vadneau
then by 'asking the question'. -- Teoti Graphix http://www.teotigraphix.com Blog - Flex2Components http://www.flex2components.com You can find more by solving the problem then by 'asking the question'. -- Derek Vadneau

[flexcoders] CheckBox check icon style - checkColor hardcoded?

2007-05-30 Thread Derek Vadneau
, and the checkColor declaration has comments referring to it as a style. Why, oh why, would this be hardcoded? I can change pretty much anything else in almost any component using styles (frickin' beautiful, btw), except the check icon color. -- Derek Vadneau

Re: [flexcoders] Smooth scrolling in list controls

2007-05-30 Thread Derek Vadneau
time, but at this point I think its simply an oversight in the control's design! Am I alone in this opinion? Do the rest of you guys not want a silky smooth UI? Troy. -- Derek Vadneau

Re: [flexcoders] Re: CheckBox check icon style - checkColor hardcoded?

2007-05-30 Thread Derek Vadneau
and forgot about it. There was an almost identical situation with borderColor in DataGrid, but they fixed it, I think in the 2.0.1 update. Definitely submit it to the bug/wish form. Ben --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Derek Vadneau [EMAIL PROTECTED] wrote: I ran

Re: [flexcoders] Best way to convert PNG to for usable in Flex

2007-05-28 Thread Derek Vadneau
is the best way to convert these transparent PNG files so that they can be properly displayed and worked with in Flash? Thanks David Lewis -- Derek Vadneau

Re: [flexcoders] star (*) data type vs. Object

2007-05-23 Thread Derek Vadneau
is between setting a generic variable's data type to Object and setting it to *. Are they equivalent? I tried to search for the answer, but it's hard to do a search for *. :) thanks, Adam -- Derek Vadneau

Re: [flexcoders] star (*) data type vs. Object

2007-05-23 Thread Derek Vadneau
Of Derek Vadneau Sent: Wednesday, May 23, 2007 11:11 AM To: flexcoders@yahoogroups.com flexcoders%40yahoogroups.com Subject: Re: [flexcoders] star (*) data type vs. Object * is just like Object I couldn't disagree more. I really dislike that Object is referred to in the docs about

Re: [flexcoders] how to substitute the old attachmovie()?

2007-04-11 Thread Derek Vadneau
do i reference to those instances of the class MenuItem if they are automatically generated? with attachmovie i had a different reference to each one of the subitems and used that reference to remove them from stage and insert them again. -- Derek Vadneau

Re: [flexcoders] Re: ExternalInterface Bug

2007-03-08 Thread Derek Vadneau
assistance, would be happy to provide additional details if they are necessary. If this is a bug, how have others gotten past it through workarounds? Joe -- Derek Vadneau

Re: [flexcoders] How to get the current build options FB uses?

2007-02-19 Thread Derek Vadneau
option, which I believe is for forcing a SWC to be included even if it isn't used by the application. - Gordon -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Derek Vadneau *Sent:* Friday, February 16, 2007 2:30 PM *To:* flexcoders

Re: [flexcoders] How to get the current build options FB uses?

2007-02-16 Thread Derek Vadneau
. - Gordon -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Derek Vadneau *Sent:* Thursday, February 15, 2007 11:01 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] How to get the current build options FB uses? When I run

Re: [flexcoders] How to get the current build options FB uses?

2007-02-15 Thread Derek Vadneau
. - Gordon -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Derek Vadneau *Sent:* Wednesday, February 14, 2007 11:31 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] How to get the current build options FB uses? The correction you

[flexcoders] Re: Errors after 2.0.1

2007-02-14 Thread Derek Vadneau
So is this just me? No one else is having this issue? On 2/12/07, Derek Vadneau [EMAIL PROTECTED] wrote: I had built some Flex Applications prior to 2.0.1 that are now displaying errors. I have a pretty simple MXML file that contains a Script tag with the source pointing to an AS file

Re: [flexcoders] How to get the current build options FB uses?

2007-02-14 Thread Derek Vadneau
-- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Derek Vadneau *Sent:* Tuesday, February 13, 2007 10:03 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] How to get the current build options FB uses? My thinking here was that I could dump out

Re: [flexcoders] Errors after 2.0.1

2007-02-14 Thread Derek Vadneau
that will solve the problem. I'll post back afterwards. Thanks. On 2/14/07, Igor Costa [EMAIL PROTECTED] wrote: I suggest you to re-install your plug-in or stand alone version. Didn't have this problem. --Igor Costa On 2/12/07, Derek Vadneau [EMAIL PROTECTED] wrote: I had built some

Re: [flexcoders] How to get the current build options FB uses?

2007-02-13 Thread Derek Vadneau
. Apparently this isn't the case. What's leading you to think it's not working? - Gordon -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Derek Vadneau *Sent:* Monday, February 12, 2007 7:30 AM *To:* flexcoders@yahoogroups.com *Subject

[flexcoders] How to get the current build options FB uses?

2007-02-12 Thread Derek Vadneau
anyone confirm/deny? -- Derek Vadneau

[flexcoders] Errors after 2.0.1

2007-02-12 Thread Derek Vadneau
in the project properties. What gives? Btw, I've been using this key sequence because it was listed in the Keys section of the Preferences as Debug Flex Application. What is the difference between this and choosing Run Debug? -- Derek Vadneau

[flexcoders] Override Loader/URLLoader?

2007-02-12 Thread Derek Vadneau
, since I need to make sure all paths are affected, whether they are using their own code or components, etc. Is this possible? -- Derek Vadneau

Re: [flexcoders] Command-line compiler Java errors

2007-01-29 Thread Derek Vadneau
to, try 'java -version' from the command line. I hope this helps, Wagner dos Anjos - Original Message From: Derek Vadneau [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, January 25, 2007 11:53:47 AM Subject: [flexcoders] Command-line compiler Java errors Hi all, I have

[flexcoders] Command-line compiler Java errors

2007-01-25 Thread Derek Vadneau
. I tried my own projects with the same result. I'm not sure what's going on here. Looks like something about the version of JRE I have. Am I right in this assumption? If so, what is required for the Flex 2 SDK? I couldn't find anything about requiring JRE on the SDK pages on Adobe. -- Derek

Re: [flexcoders] Command-line compiler Java errors

2007-01-25 Thread Derek Vadneau
! Shan Derek Vadneau wrote: Hi all, I have Flex Builder 2 but I need to start using the command-line compilers to produce projects that are being integrated with a build system. However, when I try running from the command-line I get this: Exception in thread main

Re: [flexcoders] Command-line compiler Java errors

2007-01-25 Thread Derek Vadneau
/Flex_Compiler_Shell Just released! Shan Derek Vadneau wrote: Hi all, I have Flex Builder 2 but I need to start using the command-line compilers to produce projects that are being integrated with a build system. However, when I try running from the command-line I get this: Exception

[flexcoders] Using [] syntax with XML

2007-01-04 Thread Derek Vadneau
the [] syntax for the XML object - just looking for confirmation. It's like problems I've had using Proxy. It's as if toXMLString is being resolved on the XML object but not returned as a function. Or I'm just smokin the good stuff ;) -- Derek Vadneau

Re: [flexcoders] Call to a possibly undefined method trace

2007-01-03 Thread Derek Vadneau
Thank you Peter. On 1/3/07, Peter Farland [EMAIL PROTECTED] wrote: Sorry, that is, a public wrapper function: package { public function global_trace(...rest:Array):void { trace(rest); } } -- Derek Vadneau

[flexcoders] Call to a possibly undefined method trace

2007-01-02 Thread Derek Vadneau
this is academic since I can get around the issue by calling another class' method or using a textfield, etc., but just so that it's clear, why can't I target flash.utils.trace? -- Derek Vadneau

[flexcoders] FB2: 256 level error and script timeout warning

2007-01-02 Thread Derek Vadneau
sure loops are exiting properly, I'm only human, most days :) Btw, I'm trying this in an ActionScript project, not a Flex project. Has anyone else seen this or is it just my install? -- Derek Vadneau

Re: [flexcoders] Call to a possibly undefined method trace

2007-01-02 Thread Derek Vadneau
the trace will not work when called with the whole package name, probably because it's build in globally. Why not just simply use trace()? Sascha -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Derek Vadneau *Sent:* Wednesday, 03 January, 2007

[flexcoders] Re: Nothing runs when usePreloader is false

2006-12-17 Thread Derek Vadneau
So, is it really just me (my installation)? Setting usePreloader to false works for everyone else? On 12/11/06, Derek Vadneau [EMAIL PROTECTED] wrote: I have a very simple MXML file that doesn't do anything if usePreloader is set to false: ?xml version=1.0 encoding=utf-8? mx:Application

[flexcoders] Nothing runs when usePreloader is false

2006-12-11 Thread Derek Vadneau
'); ]] /mx:Script /mx:Application And the trace never happens. If I set usePreloader to true, or leave it out, then each example works as expected. Wtf? -- Derek Vadneau

Re: [flexcoders] Functions as objects

2006-12-08 Thread Derek Vadneau
You shouldn't have to cast as an object. And, according to the docs, you should be able to simply add a property to a function and access it. No offense - I really do appreciate the effort to help me out - but casting seems to be a bit of a hack. Although I like AS3 there are some things that

Re: [flexcoders] Functions as objects

2006-12-08 Thread Derek Vadneau
://flexblog.faratasystems.com/?p=125 - with closure object ala Flex 1.5 you can use Thanks, Anatole -- Derek Vadneau

Re: [flexcoders] Functions as objects

2006-12-08 Thread Derek Vadneau
nothing proven here ... -- Derek Vadneau

[flexcoders] Functions as objects

2006-12-06 Thread Derek Vadneau
, if you try the last example you'll get compiler errors. Is there a way to add properties to a function? Or is this not supported in AS3? -- Derek Vadneau

Re: [flexcoders] determine current function

2006-12-04 Thread Derek Vadneau
/27/06, Daniel Freiman [EMAIL PROTECTED] wrote: take a look at arguments.callee in the top level package. that might be what you're looking for. - Dan -- Derek Vadneau

Re: [flexcoders] Re: Styling in Flex is officially ridiculous

2006-12-04 Thread Derek Vadneau
the user to change the colour of the border, why wouldn't you allow the user to disable the border? Change the width of the border? Why would the component support some (relevant) styles and not others? I can be wrong, but prototype is still functional, am I wrong? Rogerio -- Derek

Re: [flexcoders] SWF Loader

2006-07-18 Thread Derek Vadneau
-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Derek Vadneau __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] SWF Loader

2006-07-18 Thread Derek Vadneau
are in the works for utilizing Socket to communicate to these SWF's. In the meantime, LocalConnection enforced via Interfaces is your best bet. - Original Message - From: Derek Vadneau To: flexcoders@yahoogroups.com Sent: Tuesday, July 18, 2006 12:18 PM Subject: Re: [flexcoders] SWF Loader Hi

Re: [flexcoders] Re: SWF Loader

2006-07-13 Thread Derek Vadneau
Crap, forgot the link to the ExternalInterface example: http://tracethis.com/archives/2006/07/13/swf9-to-swf8-communication-ei-not-lc-part-1/ On 7/13/06, Derek Vadneau [EMAIL PROTECTED] wrote: Yes, your Flex App needs to be compiled. Not sure how you are running your SWF without an SWF

Re: [flexcoders] Re: SWF Loader

2006-07-13 Thread Derek Vadneau
and SWF v8 http://weblogs.macromedia.com/pent/archives/2006/07/using_actionscr.cf m Hilary -- On 7/13/06, Derek Vadneau [EMAIL PROTECTED] wrote: You could use ExternalInterface to communicate between the two. It's as easy to setup as LocalConnection (maybe easier). Check out

Re: [flexcoders] Re: SWF Loader

2006-07-12 Thread Derek Vadneau
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links -- Derek Vadneau __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com

Re: [flexcoders] F2B2 : Eclipse : Changing the Documents location

2006-06-30 Thread Derek Vadneau
or will it be on a need-only basis? -- Derek Vadneau On 4/7/06, Matt Chotin [EMAIL PROTECTED] wrote: I think it depends what kind of development you want to do. Flex only, use the standalone. If you want to use Java I'd go for the plugin since you'll then get the standard Eclipse UI which

[flexcoders] Flash Player 9 and old scripts

2006-06-27 Thread Derek Vadneau
Is ExternalInterface the only way to communicate with the SWF from/to JavaScript? Does SetVariable/GetVariable and other commands work with Flash Player 9? Will old scripts bail with updated content? -- Derek Vadneau Yahoo! Groups Sponsor

Re: [flexcoders] Flash Player 9 and old scripts

2006-06-27 Thread Derek Vadneau
characters? -- Derek Vadneau On 6/27/06, Matt Horn [EMAIL PROTECTED] wrote: I think fscommand() still works (googling for it will yield plenty of info). setVariable() and getVariable() only worked with one of the major browsers, IIRC. There's also the Flex-AJAX bridge

[flexcoders] Sending data to Flash from container

2006-06-26 Thread Derek Vadneau
Is the only way to get data into a version 9 SWF through ExternalInterface? (i.e. setReturnValue from an ExternaInterface.call or callback function) SetVariable works but only for SWF8 files that were loaded into the main SWF9. -- Derek Vadneau Yahoo! Groups Sponsor

[flexcoders] A file found in an actionscript-classpath can not have more than one externally visible definition

2006-02-13 Thread Derek Vadneau
'; trace(dataHolder.myVar); } } } [/code] What obvious error have I missed? Derek Vadneau -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo

Re: [flexcoders] A file found in an actionscript-classpath can not have more than one externally visible definition

2006-02-13 Thread Derek Vadneau
Thanks Johannes! On 2/13/06, Johannes Nel [EMAIL PROTECTED] wrote: your internal class must be outside the package, then it will work. a bit weird in my opinion since an internal class has not got a publicly visible accessor, but anyway On 2/13/06, Derek Vadneau [EMAIL PROTECTED] wrote

Re: [flexcoders] Named parameters in AS3?

2006-01-12 Thread Derek Vadneau
the bug/feature request form on the Macromedia site? Derek Vadneau On 1/12/06, Gordon Smith [EMAIL PROTECTED] wrote: Sorry... AS3 is not going to support named parameters. But you can put in a wish for AS4. - Gordon -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders

[flexcoders] Named parameters in AS3?

2006-01-11 Thread Derek Vadneau
, then the compiler would default back to ordered parameters, like we have now. Anyone care to comment on if this is available and possibly why you would/wouldn't want it in AS3? Derek Vadneau -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http