Search found 17 matches

by Mr. Mac Snoer
Thu Dec 10, 2015 5:42 pm
Forum: General
Topic: Renaming a file on C:\ with a switch knob
Replies: 2
Views: 7281

Re: Renaming a file on C:\ with a switch knob

Here is another simple solution with Ruby Shoes.

The folder is C:\Test\, the file is called A.txt and will be renamed to INACTIVE_A.txt with button one and back to A.txt with button two.


Shoes.app do
stack do
button "Rename A.txt to INACTIVE_A.txt" do
Dir.chdir("C:/Test ...
by Mr. Mac Snoer
Mon Dec 07, 2015 9:53 am
Forum: General
Topic: Renaming a file on C:\ with a switch knob
Replies: 2
Views: 7281

Re: Renaming a file on C:\ with a switch knob

Code: Select all

File.rename("old_name", "new_name")

should work... :)

..now I just need to connect this to a switch
by Mr. Mac Snoer
Fri Dec 04, 2015 7:26 pm
Forum: General
Topic: Renaming a file on C:\ with a switch knob
Replies: 2
Views: 7281

Renaming a file on C:\ with a switch knob

Lets say I have a file "a.txt" on my c:\.
When I turn the switch to "true" in the gui I want to rename "C:\a.txt" to "c:\xyz_a.txt".
When I turn the switch to "false" in the gui I want to rename the file back to "c:\a.txt".

Any hints would be appreciated.
by Mr. Mac Snoer
Sat Nov 21, 2015 2:57 am
Forum: General
Topic: HELP!!! Macro buttons program? How would you build it?
Replies: 2
Views: 6877

Re: HELP!!! Macro buttons program? How would you build it?

I guess its not possible.

Is it to much to ask to have ASCII Keayboard and Mouse XY as external hardware support? :)
by Mr. Mac Snoer
Sat Nov 21, 2015 2:53 am
Forum: General
Topic: Learning Ruby .. from C++ any suggestions
Replies: 5
Views: 13954

Re: Learning Ruby .. from C++ any suggestions

I am also teaching myself Ruby and object oriented programming in general.

For kids I would like to advise a playfull programming language called "Scratch"." Google Blockly copied the concept.
https://vimeo.com/65583694

The video is just to funny and shows what Scratch is all about. :lol:
by Mr. Mac Snoer
Sat Nov 21, 2015 2:24 am
Forum: General
Topic: Hi guys :D im back say YES!
Replies: 3
Views: 8403

Re: Hi guys :D im back say YES!

could you describe more exactly what you mean?
by Mr. Mac Snoer
Sat Nov 21, 2015 2:22 am
Forum: General
Topic: Furure Hardware Support?
Replies: 75
Views: 148522

Re: Furure Hardware Support?

How about a standard typing ASCII keyboard and Mouse XY position . :)
by Mr. Mac Snoer
Sat Nov 21, 2015 2:19 am
Forum: General
Topic: HELP!!! Macro buttons program? How would you build it?
Replies: 2
Views: 6877

Re: HELP!!! Macro buttons program? How would you build it?

Could anybody tell me if this is possible? Any hints?
by Mr. Mac Snoer
Sun Nov 08, 2015 3:43 pm
Forum: General
Topic: Android and IOS Apps with Flowstone
Replies: 6
Views: 21825

Re: Android and IOS Apps with Flowstone

tester wrote:Not possible.

If they create framework towards ios and android, which is possible (despite the long silence) - it will be possible.

Thanks for your answer. So there is hope. :)
Well I guess since a "Smartphones" are such wide spread hardware it would be realy great.
by Mr. Mac Snoer
Sun Nov 08, 2015 3:40 pm
Forum: General
Topic: Help!!!! With Advanced Tutorial! Missing "Led Red" Module
Replies: 1
Views: 5889

Re: Help!!!! With Advanced Tutorial! Missing "Led Red" Modul

Ahh sorry I just copied it from the tutorial. All good. :)