1. stop file from closing.

How can i keep a file from closing when it reaches the end. I want the file to
just stay there the way it is until the person using it clicks X.

new topic     » topic index » view message » categorize

2. Re: stop file from closing.

curtis wrote:
> 
> How can i keep a file from closing when it reaches the end. I want the file
> to just stay there the way it is until the person using it clicks X.

Hot entirely sure here, but I think you want to add
if getc(0) then end if

at the end of your program

HTH,
Pete

new topic     » goto parent     » topic index » view message » categorize

3. Re: stop file from closing.

curtis wrote:
> 
> How can i keep a file from closing when it reaches the end. I want the file
> to just stay there the way it is until the person using it clicks X.

(my see is broken)

Hello ~urtis,


Go to Euphoria\bin\ba~kend.exe

Right ~li~k program tab and un ~he~k ~lose on exit box.

Or do that with the dos window that is ~losing.
  
Don Cole

new topic     » goto parent     » topic index » view message » categorize

4. Re: stop file from closing.

I believe this is what you're looking for...

include get.e

atom key
    key = wait_key()


On 4/6/07, curtis <guest at rapideuphoria.com> wrote:
>
>
> posted by: curtis <curtislebl at gmail.com>
>
> How can i keep a file from closing when it reaches the end. I want the file to
> just stay there the way it is until the person using it clicks X.
>
>
>
>

new topic     » goto parent     » topic index » view message » categorize

5. Re: stop file from closing.

I think this is want you want...

* open your .\euphoria\bin directory
* R-click on 'ex.pif' and L-click on 'properties'
* L-click on 'program' tab and clear the 'close on exit' checkbox

now files ran with ex.exe will remain open until user presses [x]

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu