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 8 matches
- Mon Aug 31, 2020 8:51 am
- Forum: General
- Topic: Screenshot of app status
- Replies: 20
- Views: 47313
Re: Screenshot of app status
I also read the same exact post about require and require_relative. I tried some combinations with both but it keeps telling me that it cannot infer base path or there is no such file to load.
Only way it worked is with the absolute path and require.
I will keep trying and report something when I ...
Only way it worked is with the absolute path and require.
I will keep trying and report something when I ...
- Mon Aug 31, 2020 1:03 am
- Forum: General
- Topic: Flowstone wishlist
- Replies: 153
- Views: 568012
Re: Flowstone wishlist
Hi,
Thanks for the reply.
Well understood about the Android packaging. It's actually not so important.
The other 2 items should be doable?
What about packaging as web app?
Best regards
Thanks for the reply.
Well understood about the Android packaging. It's actually not so important.
The other 2 items should be doable?
What about packaging as web app?
Best regards
- Sun Aug 30, 2020 1:22 am
- Forum: General
- Topic: Flowstone wishlist
- Replies: 153
- Views: 568012
Re: Flowstone wishlist
Hi all,
I am quite new at FS and my use case is probably a small minority. I use it to make small tools to automate calculations or tasks for my company, so, probably, my requests are somewhat strange:
1) Easier use of gems for Ruby and the possibility to package them in the same single executable ...
I am quite new at FS and my use case is probably a small minority. I use it to make small tools to automate calculations or tasks for my company, so, probably, my requests are somewhat strange:
1) Easier use of gems for Ruby and the possibility to package them in the same single executable ...
- Fri Aug 28, 2020 8:57 am
- Forum: General
- Topic: Screenshot of app status
- Replies: 20
- Views: 47313
Re: Screenshot of app status
Thank you so much Tulamide, you are my new hero.
I tried with the require_relative way but it gave me "can't infer path" error, so I create a new folder in c:/ and placed the gem there, then I used require 'c://fsgems/csv.rb' and it worked well also in the exe run.
Best regards
I tried with the require_relative way but it gave me "can't infer path" error, so I create a new folder in c:/ and placed the gem there, then I used require 'c://fsgems/csv.rb' and it worked well also in the exe run.
Best regards
- Fri Aug 28, 2020 2:06 am
- Forum: General
- Topic: Screenshot of app status
- Replies: 20
- Views: 47313
Re: Screenshot of app status
On the extensions subject:
I tried using CSV ruby library (took it from ruby 1.8 installation because the newer ones are not pure ruby) putting the rb file inside the library folder of FS. Now I can use require inside a ruby component to use its functions and it works well also in focus mode. Though ...
I tried using CSV ruby library (took it from ruby 1.8 installation because the newer ones are not pure ruby) putting the rb file inside the library folder of FS. Now I can use require inside a ruby component to use its functions and it works well also in focus mode. Though ...
- Thu Aug 27, 2020 1:24 am
- Forum: General
- Topic: Screenshot of app status
- Replies: 20
- Views: 47313
Re: Screenshot of app status
Thanks everyone for your efforts and helps.
I am very new to FS, just started using it last week, so I will need sometime to incorporate all these new info.
I will post something if I ever reach a good solution.
I am very new to FS, just started using it last week, so I will need sometime to incorporate all these new info.
I will post something if I ever reach a good solution.
- Wed Aug 26, 2020 9:53 am
- Forum: General
- Topic: Screenshot of app status
- Replies: 20
- Views: 47313
Re: Screenshot of app status
@Spogg: Thanks for the undeserved compliment and yes, that is what I would like to obtain.
@tulamide: Thanks for the info. On a vaguely related point, is there a way to extend ruby inside FS with gems or libraries like CSV? If yes, maybe there is a ruby library that makes it possible to capture ...
@tulamide: Thanks for the info. On a vaguely related point, is there a way to extend ruby inside FS with gems or libraries like CSV? If yes, maybe there is a ruby library that makes it possible to capture ...
- Wed Aug 26, 2020 8:19 am
- Forum: General
- Topic: Screenshot of app status
- Replies: 20
- Views: 47313
Screenshot of app status
Hello,
First of all, sorry if my question is dumb but I'm quite new at this. Forgive me. Also, forgive me for my English, it's not my first neither my second language.
I use FS to make simple tools for our company workflow and in one of these tools, I would like to be able to create a screenshot ...
First of all, sorry if my question is dumb but I'm quite new at this. Forgive me. Also, forgive me for my English, it's not my first neither my second language.
I use FS to make simple tools for our company workflow and in one of these tools, I would like to be able to create a screenshot ...