Questions tagged [magnification-api]

Magnification API is a library to support writing screen magnification applications on Windows.

Magnification API is a library to support writing screen magnification applications for Windows.

References

22 questions
0
votes
1 answer

Magnific PopUp not Working with the Dynamically Added Elements

We are using the Magnific library to display the PopUps in our site. Everything with this is going well except one thing. when we add an element dynamically, popup is not working for the dynamically added elements. Can you please help me how I can…
Khuram
  • 1,820
  • 1
  • 26
  • 33
0
votes
0 answers

QT widget in widget transparent for mouse events

I'm working on application with Qt and Magnification API. I want to create a magnifier with changable frame. I created a QWidget MagnifierForm: MagnifierForm::MagnifierForm(QWidget *parent) : QWidget(parent), ui(new Ui::MagnifierForm) { …
mar3
  • 1
  • 1
  • 1
0
votes
0 answers

Exception handling is failing when exception is thrown in windows API

I am calling a windows function MagSetWindowSource(windows magnifier API). For some reason it is throwing an exception. I want to catch this exception but I am unable to do so. I tried __try { …
0
votes
2 answers

Magnific PopUp Inline Gallery

i am using the magnific Popup Plugin (http://dimsemenov.com/plugins/magnific-popup/documentation.html#initializing_popup) May i put my code in here first: $(document).ready(function() { $('.open-popup-link').magnificPopup({ // Delay in…
0
votes
1 answer

Windows Magnification API, .NET and matrices

I'm trying to create a magnifier app in .NET using the Windows Magnification API. I've pretty much got everything working except for actually setting the magnification level (which defaults to 100%). The problem is, I can't find any examples…
Andy E
  • 338,112
  • 86
  • 474
  • 445
-1
votes
2 answers

Magnification Below 125% Default Win API (Between 101 - 124%)

I am looking into the windows magnification api and I have been playing around with it, but I have a problem with the magnification defaults, Windows only allows you to increment in 25%'s at the lowest. Is it possible for me to increase this perhaps…
-2
votes
1 answer

Createwindowex invalid handle error

I am using jna functions to call winapi public muFunction(){ Magnification.INSTANCE.MagInitialize(); RECT desktopRect= new RECT(); HWND desktop = User32.INSTANCE.GetDesktopWindow(); User32Extra.INSTANCE.GetWindowRect(desktop, desktopRect); …
Vishnu
  • 11,614
  • 6
  • 51
  • 90
1
2