Page 1 of 1

WebApp Slider orientation

Posted: Sun Aug 04, 2024 8:34 pm
by Nico595
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.

Re: WebApp Slider orientation

Posted: Tue Aug 06, 2024 8:50 am
by Nico595
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.

Re: WebApp Slider orientation

Posted: Tue Aug 06, 2024 9:28 am
by Steve-Matrix
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.

Re: WebApp Slider orientation

Posted: Tue Aug 06, 2024 9:35 am
by Nico595
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 :)