Robot Framework - Selenium - Move slider / Range Selector - selenium

Its there any way to move the Range Selector to apply the filter? in robot framework?
its not possible to click at half for example... it can only be dragged..
Already tried "Drag and drop" & "Drag and drop by offset" and no one worked...
Image just to check
https://i.stack.imgur.com/Bpu1H.png
Slider that i have to move lol
https://i.stack.imgur.com/e5duo.png
Appreciate your help.. if need any other detail please told me

Related

Disable UltraGrid splitter effect

I have an UltraWinGrid in my project and I need to stop the user creating a "mirror" split (hard to explain, so image attached)
This was done by clicking and dragging the small rectangle above the scroll bar - is this an extra band being created?
How do I disable the ability to do this?
Thanks to #AndrewMorton in the comments. This is the guide for correcting this issue, should anyone else face this in the future.
1) Go to the form design view and click the "Start" button on the UltraWinGrid
2) Click on "Feature Picker" at the resulting window.
3) Finally, find the "Scrolling" options and expand this, and untick the two CheckBox options under "Scroll Style".
Save the changes and test and you should find that the issue is resolved.

wacom and myscript set handwritng recognition function

im not sure if its the right place to put my question, but i think maybe get an answer here.
the last few days thinking about a way to make μυ work easier.
What I want is to write by hand and convert into text on the computer.
namely when I am on a page with multiple text forms like this im writing now,
when i choose a text form with a pen (like wacom graphic tablet) write on a surface and the automaticaly when i stop or pressing a button the text turn into text in the form.
my title say about wacom because i found bamboo scribe.. if someone uses this please explain me whats can do and if can work for me.
i test myscript. with fullscreen tool wich you can write everywhere on the screen is easiest but when you finish you have to press a button on the program to insert the text in the selected area.
so my question is there any way to press that button with the button placed on stylus pen?
i saw that you can set functions when a button clicked on the wacom tablet or on pen.
i have not bought yet anything because im searching if is out there anything could do what i want better. something made for that particular job
Thanks and sorry for my bad english..

Programmatically create grid view

I am working on an app in which i am trying to implement something like this :-
1: First of all,i created a button(whose name here is "Create a new folder"). On clicking that button,an alertview will appear which will ask for the name of the button which is going to be created on click.
2: The above process will be repeated each and everytime when we click on "create a new folder" button.
3:The buttons which are created at runtime will be arranged in a grid view format.
Above shown screenshot will let you know about the required arrangement.
I've tried this by using UITableview and making columns in it. But i am not able to create folders at runtime.Please help me find any way to solve this. Suggestions will be highly appreciated. Thanks in advance.
Try UICollectionView if you can require iOS 6. There is a simple Guide on Apple's site too.

Flex 3.0 Drag and Drop

I have encountered a problem in a Flex application.
I have implemented drag and drop support from a List to a Canvas, and I DragManagers doDrag() - with.a proxy-image. In my custom DragDrop event handler, i place a new item on the Canvas. I use the event.localX/localY to position the new item.
It is working ok, but the problem is that I want the "new" image to appear exactly where the proxy-image is when i release the mouse button (x/y -wise).
Can I somehow get the proxys X,Y location. I thought that DragManager would have a reference to it but I can´t find it.
Thanks
/C
Even though I save a ref to the proxy-object, it´s values are reset (naturally) in the drag-drop method.
I have found the answer by using the event.localX/Y variables.

How to have a preview component in zend form?

i want to add a preview component to my zend form. This preview component basically allows the user to construct a drop down and see how it looks (yes unfortunately that is a requirement).
so im constructing this dropdown - and when the user clicks on 'add drop down' (a button present in that form) , the drop down has to be previewed on the right-hand side.
could anyone point me in the right direction - do i use iframes/ajax/dojo? I'm not sure how to go about this, and if anyone could give any pointers, i'd really appreciate it.
Thanks in advance!
Achieved this with a simple onLoad javaScript function . there is certainly no way in zend_forms that this can be done - that i'm aware of.