If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Search found 17 matches
- 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 ...
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 ...
- 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
- 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.
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.
- 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?
Is it to much to ask to have ASCII Keayboard and Mouse XY as external hardware support?
- 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.
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.
- 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?
- 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 . 
- 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?
- 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.
- 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. 