Search found 5 matches

by lucid
Sun Nov 14, 2004 1:29 am
Forum: Coding Questions
Topic: deleting a file
Replies: 3
Views: 1368

stupid me.

that was it, thanks.
by lucid
Sun Nov 14, 2004 12:37 am
Forum: Coding Questions
Topic: deleting a file
Replies: 3
Views: 1368

deleting a file

I am trying to delete all files in a specific directory.

I placed a debug code to tell me if the delte process fails, and for some reason... I can not delete any of the files :(

Here is my code (only the applicable part):



#HistoryDir.s = "history\" ;history directory
#HistoryExt.s = ".hx ...
by lucid
Thu Nov 04, 2004 12:12 am
Forum: Feature Requests and Wishlists
Topic: KeyboardHit
Replies: 0
Views: 860

KeyboardHit

It would be nice to see a KeyboardHit command. This command would simply determine if a key has been hit and the key being held down would be ignored.
by lucid
Thu Nov 04, 2004 12:03 am
Forum: Coding Questions
Topic: Check for a key hit
Replies: 2
Views: 907

Hey thanks Dare2!

odd enough I was just trying the same thing just now.

Would be really nice to have a KeyHit feature to avoid the extra flag programming.

Guess it doesnt really matter though.
by lucid
Wed Nov 03, 2004 11:43 pm
Forum: Coding Questions
Topic: Check for a key hit
Replies: 2
Views: 907

Check for a key hit

Hi, Ive searched the forums and couldnt find anything on this.

I am trying to find a way to determine if an arrow key has been hit, not "pressed down" and not "released"

In other words im not looking for KeyboardPushed, or KeyboardReleased.... I wish there was a KeyboardHit.

How can I simulate ...