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
Is this a bug?
7 posts
• Page 1 of 1
Is this a bug?
Hi folks
I've made a vertical scrollbar for a project, it seems to be working ok except:
Once I move the slider the green input prims lock up and I am unable to change their values:
is this a bug or am I overlooking something?
Any help much appreciated... Thanks in advance
I've made a vertical scrollbar for a project, it seems to be working ok except:
Once I move the slider the green input prims lock up and I am unable to change their values:
is this a bug or am I overlooking something?
Any help much appreciated... Thanks in advance
-
DaveyBoy - Posts: 131
- Joined: Wed May 11, 2016 9:18 pm
- Location: Leeds UK
Re: Is this a bug?
Please re-download.... Schoolboy error in the schematic
-
DaveyBoy - Posts: 131
- Joined: Wed May 11, 2016 9:18 pm
- Location: Leeds UK
Re: Is this a bug?
everything whats inside the init methode is initialised just once when the app is loaded or when you change some code in the ruby module....
-
Nubeat7 - Posts: 1347
- Joined: Sat Apr 14, 2012 9:59 am
- Location: Vienna
Re: Is this a bug?
Hi Nubeat7
Thanks for the quick reply. Yes I'm aware of the init method but I should be able to change these values on the fly.
What's happening is that once I've moved the scroller by hand I can no longer click inside and highlight the integer prims, once I click inside the ruby edit it comes right again.... until I move the scroller again.
And there's more.... when it locks up like this it wont let me highlight inside the slider properties:
It must be either a bug or there's something in my code that Flowstone doesn't like
Strange thing is . . . it works!
Thanks for the quick reply. Yes I'm aware of the init method but I should be able to change these values on the fly.
What's happening is that once I've moved the scroller by hand I can no longer click inside and highlight the integer prims, once I click inside the ruby edit it comes right again.... until I move the scroller again.
And there's more.... when it locks up like this it wont let me highlight inside the slider properties:
It must be either a bug or there's something in my code that Flowstone doesn't like
Strange thing is . . . it works!
-
DaveyBoy - Posts: 131
- Joined: Wed May 11, 2016 9:18 pm
- Location: Leeds UK
Re: Is this a bug?
There's no mouse Up method, but the real issue is you capture the mouse but never release it. To every capture belongs a release, else the mouse will not work correctly until a new capture command occurs. You can test it by moving your scrollbar then moving the slider. After that the mouse works again.
You should also use your own view (create module, place mgui inside, create view output), because the one you use always draws a bitmap (even if invisible) which makes it very slow.
You should also use your own view (create module, place mgui inside, create view output), because the one you use always draws a bitmap (even if invisible) which makes it very slow.
"There lies the dog buried" (German saying translated literally)
- tulamide
- Posts: 2714
- Joined: Sat Jun 21, 2014 2:48 pm
- Location: Germany
Re: Is this a bug?
Yes that's fixed it... I should have worked that out myself, another schoolboy error on my part Thanks Tulamide.
I only have the display connected for testing but I wasn't aware that it would draw in the background when hidden.
Something new learned from this
Thanks again Tulamide
I only have the display connected for testing but I wasn't aware that it would draw in the background when hidden.
Something new learned from this
Thanks again Tulamide
-
DaveyBoy - Posts: 131
- Joined: Wed May 11, 2016 9:18 pm
- Location: Leeds UK
7 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 25 guests