Search found 8 matches

by MicheleANE
Mon Aug 31, 2020 8:51 am
Forum: General
Topic: Screenshot of app status
Replies: 20
Views: 47241

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 ...
by MicheleANE
Mon Aug 31, 2020 1:03 am
Forum: General
Topic: Flowstone wishlist
Replies: 153
Views: 567651

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
by MicheleANE
Sun Aug 30, 2020 1:22 am
Forum: General
Topic: Flowstone wishlist
Replies: 153
Views: 567651

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 ...
by MicheleANE
Fri Aug 28, 2020 8:57 am
Forum: General
Topic: Screenshot of app status
Replies: 20
Views: 47241

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
by MicheleANE
Fri Aug 28, 2020 2:06 am
Forum: General
Topic: Screenshot of app status
Replies: 20
Views: 47241

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 ...
by MicheleANE
Thu Aug 27, 2020 1:24 am
Forum: General
Topic: Screenshot of app status
Replies: 20
Views: 47241

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.
by MicheleANE
Wed Aug 26, 2020 9:53 am
Forum: General
Topic: Screenshot of app status
Replies: 20
Views: 47241

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 ...
by MicheleANE
Wed Aug 26, 2020 8:19 am
Forum: General
Topic: Screenshot of app status
Replies: 20
Views: 47241

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 ...