Support

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

WinXP - Win 8 --- something I need to know ?!?

For general discussion related FlowStone

Re: WinXP - Win 8 --- something I need to know ?!?

Postby Drnkhobo » Fri Oct 25, 2013 8:08 pm

The 2 "Menu's" i have in FS both dont update. . . ?


EDIT:

Selector updates. . . .
Drnkhobo
 
Posts: 312
Joined: Sun Aug 19, 2012 7:13 pm
Location: ZA

Re: WinXP - Win 8 --- something I need to know ?!?

Postby RJHollins » Fri Oct 25, 2013 8:23 pm

ahhh ... check to see if the output pins give correct values.

I was a bit surprised finding 2 similar items like this ... and yes, the 'Selector' version works how I kind of expected.

The other [Menu] one stills says Menu at all times, but the output values are correct ... crazy :lol:

What this means is that we now have 3 pull-downs to verify.
RJHollins
 
Posts: 1571
Joined: Thu Mar 08, 2012 7:58 pm

Re: WinXP - Win 8 --- something I need to know ?!?

Postby Nubeat7 » Fri Oct 25, 2013 8:40 pm

RJHollins wrote:ahhh ... check to see if the output pins give correct values.

I was a bit surprised finding 2 similar items like this ... and yes, the 'Selector' version works how I kind of expected.

The other [Menu] one stills says Menu at all times, but the output values are correct ... crazy :lol:

yes and this is correct! because when you have a menu like in the presetmanager you just want the button named
" menu " and apply one of the menu options i.e. save preset - means do something but after it is done you don`t want to see save preset on your button - you want to see menu again because the menu offers you some different actions,

while a selector is selecting an item or state which you want to see on the buttons surface... like you want to see wich filter is actually selected

if you connect the string output of the droplist with the label (inside the menu module) you see the actual item, and your menu is a selector now.

but be careful normally you want to save the state of a selector so you would need a preset option too while you dont need this in a menu
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: WinXP - Win 8 --- something I need to know ?!?

Postby RJHollins » Fri Oct 25, 2013 9:17 pm

Thanks NuBeat for sharing the insight on these 2 objects. This now makes sense.

Trying to solve these issues .... well, at least I can say I'm learning [or being taught] some things :D


But now this bring to focus the Pull-Down menu test.

The Ruby module is a Selector. The PRIM is a Menu. Are we not comparing apples to mangos
:?:
RJHollins
 
Posts: 1571
Joined: Thu Mar 08, 2012 7:58 pm

Re: WinXP - Win 8 --- something I need to know ?!?

Postby Nubeat7 » Fri Oct 25, 2013 10:16 pm

RJHollins wrote:Thanks NuBeat for sharing the insight on these 2 objects. This now makes sense.

Trying to solve these issues .... well, at least I can say I'm learning [or being taught] some things :D


But now this bring to focus the Pull-Down menu test.

The Ruby module is a Selector. The PRIM is a Menu. Are we not comparing apples to mangos
:?:

yes you have a droplist prim from which you can build a "menu" or a "selector" i would say a menu provides you different triggers from a list and a selector let you choose a selection from a list

did you also tested the new ruby droplist?

something like this:
selector ruby droplist .fsm
(1.16 KiB) Downloaded 817 times

because i saw that the pdown.fsm from drnkhobo was just for a ruby label but not for the droplist methode
Last edited by Nubeat7 on Fri Oct 25, 2013 10:46 pm, edited 1 time in total.
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: WinXP - Win 8 --- something I need to know ?!?

Postby Nubeat7 » Fri Oct 25, 2013 10:46 pm

oops sorry ther was a little bug in the ruby droplist example, fixed it and reuploaded it
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: WinXP - Win 8 --- something I need to know ?!?

Postby RJHollins » Fri Oct 25, 2013 10:58 pm

just did .... :lol:

When first loaded, had the Ruby error [red box].

Selecting any item cleared the error, related to a 'nil' condition.

Still inside FS ... obviously, testing on everyones system should happen.

Right now I'm putting another 'Text Save/Load' test together, as this function has failed on 2 separate systems [Win 7, and Win 8.1] for reasons unknown to me :|

For this test, I can only think of 2 different procedures. The use of all PRIMS, and then the Marshal RUBY [should try both standard and RB].

Since none of these have yet to work ... is there a 3rd way ??? Is there any way to add 'error checking & reporting' ??

I'm not really trained in this area ... heck, never had formal computer training [except for a taste in college writting code for a Z-80 processor to make it go BEEP :roll: Ahh ... Life in the '70s.

*** edit ***
re-download and testing :lol:

**** re - edit ---
Ya fixed it ! ;)

**** another EDIT :o

Since I confirmed that SONAR 8.5 had issue with the RUBY version ... maybe that was not really the case !!

The MENU just seemed frozen [not working] ... Now I can't recall if we also saw it's output during the test.

To complicate things even more ... my beta-tester had 'frozen' selector on my project. HOWEVER, I'm thinking this relates to the corrupt config file that feeds all these menus.

In light of all this, I would like to retract my SONAR trouble report as the testing is merky at best ... and my brain is mushy at worst.
RJHollins
 
Posts: 1571
Joined: Thu Mar 08, 2012 7:58 pm

Re: WinXP - Win 8 --- something I need to know ?!?

Postby Nubeat7 » Sat Oct 26, 2013 3:07 am

RJHollins wrote: Is there any way to add 'error checking & reporting' ??


i had a look at the marshal methode and included some error messsaging, maybe it helps you..
Attachments
Save-Load Marshal Method %5Btest%5D - 1.fsm
(5.64 KiB) Downloaded 802 times
User avatar
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: WinXP - Win 8 --- something I need to know ?!?

Postby RJHollins » Sat Oct 26, 2013 3:23 am

oh ... I will look at this right now ...

I have a feeling that my Marshal routine is not put together correctly :o :o :o :o

I was just now trying to put together a new Save/Load test, and was testing my RUBY module ...

I don't think my data being outputed is coming from the disk save [the container] ... as hard as this is to explain, I think the data I 'thought' was loading ... MIGHT be coming from the Input Arrays of the RUBY module.

No sleep the last few night ... put something doesn't seem right with my doing !!!

NuBeat ... I need some time to look into this latest post you sent. .... IF it was based on my earlier RUBY post ... I may have screwed this all up. :oops:

What I'm trying to verify is the data saved is what is loaded and filling the output array. To test this, I enter data ... Save it ... THEN CHANGE the input data again .... then hit LOAD ... the disk data should fill the output array, but my code seems to continue to grab the INPUT data ... NOT the disk data.

RUBY hangs on to all this data internally ... I cannot figure out how to null everything.
I tried:
Code: Select all
container = nil   # see if container & file needs to be cleared before load ?!?
file = nil


tricky for me ...

I told you I'm just dangerous with this stuff :twisted: :lol:
RJHollins
 
Posts: 1571
Joined: Thu Mar 08, 2012 7:58 pm

Re: WinXP - Win 8 --- something I need to know ?!?

Postby RJHollins » Sat Oct 26, 2013 5:49 am

Update ...

With what's left of me tonite ...

NuBeat ... thank you very much. I've tested, and tested you Marshal module and all is working !!
I do need to study what you've sent [hope to learn something] ! :mrgreen:

I have assemble the test module and have it out for my BT. See how that goes :P

Some interesting developments ... He tested a PRIM based text save and load. I didn't put any auto stuff in there. He had to select a location and name the file. Same for the loading.

We had SUCCESS :o This is good news. It was an EXE version. still ... this helps to figure what the problem is.

He's now testing the NuBeat 'Marshal' module ... modified slightly for user input.

Will report back with results.

******** Edit *****

Early report back ... using the Marshal Ruby, [by NuBeat], we have written a file to the USER area [APPs] and have it LOAD back in. This is with the EXE form. I think this is the first time this has been done on this test system.

I had my tester send me the saved file ... I was able to load it, BUT I did notice some extraneous characters loading the file :roll: He did not mention anything like that on his display. I've asked him to do more testing with this app, and take notice if what's type is displayed exact or not.

When I looked at the saved file in NOTEPAD ... I do see a difference :o I don't know why ... I would expect things to be exact. That is why I'm letting him test this routine and report.

BTW ... this is using the 'standard' read/write mode of Marshal. I do want the RB version to be tested, but I first want this explored more. Unless he just accidentally bumped a key, don't know.
RJHollins
 
Posts: 1571
Joined: Thu Mar 08, 2012 7:58 pm

PreviousNext

Return to General

Who is online

Users browsing this forum: No registered users and 72 guests