Excel VBA IE Get Element's Coordinates For Mouse Click - excel

Is there a way to get an IE element's mouse coordinates then command a mouse move to that coordinates on the screen to click it? I tried searching for element.getAttribute but so far couldn't find what I need.
I simply need the mouse to move/point to an object and click it. I'm needing to do it this way without using element.click

Related

Powerpoint: Change grid that drawings are aligned to/Move objects freely

I try to highlight a bar graph (exported from Excel) by adding an arrow at the tip and the bottom of a specific bar but it drives me nuts, that the grid at which Powerpoint orients itself results in the arrow not being exactly in the middle of the bar. Moving the whole bar graph doesn't bring a solution to this. Can I just move the arrows freely?
Hold down the ALT key while you move the shape with the mouse; that'll temporarily disable snapping to grid.
Or right click off the slide, choose Grid & Guides and turn off Snap To Grid in the resulting dialog box.

Add Mouse Wheel event to Excel embedded Chart object

I'm trying to enhance user interaction with excel embedded chart objects. To be honest, nothing more of what you can currently find every where else, but this doesn't seem so true for excel charts.
In the list of chart's events I can't find the MouseWheel event, so my request is to add/simulate the MouseWheel event to an excel embedded chart object.
I googled around without success, so...
can someone of you point me in the right direction in order to accomplish the below mentioned task?
When I select/activate an embedded chart, the task is stopping the default mouse wheel behaviour (scroll or zoom the worksheet area - depending on the Ctrl key is pressed or not) and resize chart through zooming in/out X,Y axis scales by up/down mouse wheel movement
Please get a look at my other request [here]

How can I get the text position of a mouse click?

I want to click my mouse on a QTextEdit, and get the text position of that click from within the document. Where would my click be if the click resulted in a character being inserted? I'm hoping to subvert some of QTextEdit's functionality, so I do not want to simply get the position from the QTextCursor after the click has been processed. Basically I'm reimplementing mousePressEvent myself, but still need to know what the closest character gap is.

Motif: How to move Scroll Bar automatically without user intervention

I have a scrolled window in my application, in which I have created a drawing area widget. In the drawing area, I have placed multiple images. When the user enters information about an image in a search box, the appropriate image gets highlighted.
My problem is how do I get the application to scroll automatically to the highlighted Image box without the user using the scroll bar. The scrolledwindow should automatically move the view region, to display the region where the highlighted Image is present.
The scrolling policy used on the scrolled window is XmAUTOMATIC.
Any pointers would be greatly appreciated.Thanks in advance.
Try XmScrollVisible() if this does not work then you will need to:
1. Find out the size of the work area.
2. Find out the size and position of the clip window.
3. Find out the max/ min values for the horizontal scrollbar.
4. Use XmScrollBarGetValues() for the horizontal scrollbar to get its position within the max/min values.
5. Do some math magic to determine how much to move the horizontal scrollbar to get the work area to show through the clip window.
6. Call XmScrollBarSetValues() with Notify = True.
7. Repeat for the Vertical scrollbar.
HTH

Share Button layout

ı have to make share button then after click button open samething like the picture.And select what you want.
How can ı do this any advise ?
You can start with this: http://jsfiddle.net/5cxGb/
And for the tip of the box around the links you can position an image.
Give the box itself a border-radius to make the rounded corners and position better the elements in your layout.

Resources