Search found 37 matches

by Quentin
Fri Feb 05, 2016 2:11 am
Forum: General
Topic: How to actually use a ruby gem
Replies: 3
Views: 11700

How to actually use a ruby gem

I have been trying to parse some JSON, there are ruby gems available which I should be able to employ?
Can someone provide a walkthrough on adding a gem. I have tried quite a few permutations and read all docs that I can find to no avail.
Thanks so much,
Quentin
by Quentin
Tue Feb 10, 2015 8:54 pm
Forum: General
Topic: generate windows 8 "modern app"
Replies: 0
Views: 9307

generate windows 8 "modern app"

Hey I was suprised that there I couldn't find a single forum post pertaining to this subject, So I thought I'd post one.
Is it possible to make flowstone .exe's behave as "modern apps" in the microsoft vocabulary.
General searches lead me to the microsoft development tool
App packager (MakeAppx.exe ...
by Quentin
Tue Feb 10, 2015 8:41 pm
Forum: General
Topic: beep (windows system tones)
Replies: 2
Views: 19318

Re: beep (windows system tones)

Hey, thanks for that, I will give it a try itlooks to be just what I wanted.
Quentin
by Quentin
Sat Feb 07, 2015 12:43 am
Forum: General
Topic: beep (windows system tones)
Replies: 2
Views: 19318

beep (windows system tones)

Hi, this is an ironic question to put to a forum that mostly does sound processing. I am using a touch screen and want a positive audio feedback for button presses. I notice that the msgbox module uses the windows system tone. I wonder if there is a simple way to leverage a preexisting system tone ...
by Quentin
Fri Feb 06, 2015 8:56 pm
Forum: General
Topic: client module with URL
Replies: 1
Views: 5867

Re: client module with URL

resolved: I simply needed to enter the url without the http://
e.g. "mycompany.myserver.com" not "http://mycompany.myserver.com" connected to the IP field of the client module..
Thanks,
Quentin
by Quentin
Fri Feb 06, 2015 2:50 am
Forum: General
Topic: client module with URL
Replies: 1
Views: 5867

client module with URL

Hi I am using the client module to http POST some json data to a server.
All is well as long as I direct it to an IP address. But what if I want to connect to a URL??
hmm..
Thanks,
Quentin
by Quentin
Tue Dec 23, 2014 8:29 pm
Forum: General
Topic: A "listview" type module (editing tables)
Replies: 5
Views: 11121

Re: A "listview" type module (editing tables)

The "super edit box" is an excellent jumping off point, and very well organized, documented.
It took me a second to find it in examples but it's a huge help.
Thanks,
QUentin
by Quentin
Sat Dec 20, 2014 2:03 am
Forum: General
Topic: A "listview" type module (editing tables)
Replies: 5
Views: 11121

Re: A "listview" type module (editing tables)

Good point, that is an improvement. Sending two triggers still seems awkward but with your suggestion, I can live with it.
Thanks
Quentin
by Quentin
Fri Dec 19, 2014 11:50 pm
Forum: General
Topic: A "listview" type module (editing tables)
Replies: 5
Views: 11121

A "listview" type module (editing tables)

Hi, I am looking at making an editable list of times that is more friendly then the edit module.
I got started doing it hybrid ruby and flowstone where a ruby hash provides values to each cell in the table using a wireless ruby connection. Each cell is just a modified label module. Each cell sends ...
by Quentin
Wed May 07, 2014 12:58 am
Forum: User Examples
Topic: Arduino Demo
Replies: 13
Views: 205366

Re: Arduino Demo

This is a very nice demo, thanks
I am struggling with memory leaks for flowstone .exe's which use data through the COM port.. I generated a .exe from your example, connected to an uno, and it's memory consumption also grows quite quickly, like my own programs.. I wonder if other users have the same ...