Hello,
I discover the new functions in FC10 with the App Developer. I designed a Webpage for Web App with button, chart and slider.
I search how change the slider orientation. I placed a slider but I want a vertical position and not a horizontal slider. Can I do it ?
My idea for my App is design a interactive chart. I search how to design a chart with a graphical input control. So with this solution you can set your value on the chart with the mouse. Maybe with a vertical transparent slider on the chart.
What do think about this ?
Thank you for your advices.
WebApp Slider orientation
- Nico595
- Posts: 95
- http://meble-kuchenne.info.pl
- Joined: Tue Jul 04, 2023 4:17 pm
- Has thanked: 18 times
- Been thanked: 4 times
Re: WebApp Slider orientation
About the interactive chart, of course X value and Y value must be defined. Maybe with a transparent vertical slider and a transparent horizontal slider on the chart. In fact it's like a touch screen on the chart to define a XY value like a control value. But with this solution I can't define more one XY point on one chart. However I need 3 or more XY value points per chart.
Like this, the control values are on the chart and the reading chart join the control points.
Like this, the control values are on the chart and the reading chart join the control points.
Last edited by Nico595 on Tue Aug 06, 2024 9:50 am, edited 1 time in total.
-
- Matrix Staff
- Posts: 1476
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 207 times
- Been thanked: 349 times
Re: WebApp Slider orientation
There is no vertical slider for Web Developer applications, but it has been added to a list of requested features.
There is also no specific mouse event function. However, it is easy to add your own JavaScript code to Web Developer apps to allow it to perform functionality that is not yet available.
For example, see the attached. I have added some Supplementary Code (accessible via the Build...Project Options) to call a User Macro when the "click" event occurs. It's not exactly what you are asking for, but it might give you hints on how to create your own functionality.
There is also no specific mouse event function. However, it is easy to add your own JavaScript code to Web Developer apps to allow it to perform functionality that is not yet available.
For example, see the attached. I have added some Supplementary Code (accessible via the Build...Project Options) to call a User Macro when the "click" event occurs. It's not exactly what you are asking for, but it might give you hints on how to create your own functionality.
- Attachments
-
- CanvasMouseEvent.fcsx
- (15.98 KiB) Downloaded 283 times
Re: WebApp Slider orientation
Hi Steve,
Thank you so much for your fast answer.
I think add the vertical slider for Web App is a good idea. A vertical slider is usually used to set a level.
I downloaded CanvasMouseEvent, I will try customise this component.
Thank you
Thank you so much for your fast answer.
I think add the vertical slider for Web App is a good idea. A vertical slider is usually used to set a level.
I downloaded CanvasMouseEvent, I will try customise this component.
Thank you
