Layout of Microsoft OAuth login wrong - delphi

I'm opening the Microsoft OAuth login page inside a FMX TWebBrowser component and the layout of the page is wrong. Components are not aligned correctly and buttons are not shown in full. I'm doing this on a HDPI screen.
After setting mode to 11011 the windows opens as follows:
Using 11011 for emulation mode

Related

The web Dialog on XOJO web application does not close

In my web application I have opened a web dialog, which has 2 canvas. On this canvas I have drawn a eyeglass lens. The canvas opens properly and the lens is also drawn properly on it, but after that when i try to close the web dialog, it is not closing.
I think it web dialog hangs after opening and painting on canvas.
Also when I deploy it on XOJO cloud, the application does not open that dialog at all.
I was using canvas and one property of canvas that is "Diff Engine" was disabled, which i have to enable to speed up the process of drawing.

Windows Ribbon Framework: Does not highlight on hover

I am building an application which has Windows Ribbon at the top a panel with embedded 3rd party application at the bottom. As soon as embedded app loads, the main application form becomes inactive (title text becomes gray). This is expected behavior, however my problem is - unlike all other controls on the inactive main form, Ribbon tabs and the components they contain become unresponsive to mouse movements, i.e. do not highlight buttons on mouse over, do not show hints, etc. The only part of the Ribbon that works correctly on inactive form is Quick Access Toolbar. As the result, after interacting with embedded app user needs to click twice on the ribbon control to trigger an action.
The sample apps provided with Ribbon Framework do the same when they become inactive, so the issue is definitely not with my code.
I wonder if anyone else had similar experience and can suggest a workaround or a solution.
Thanks.
Just discovered that Microsoft Outlook and Excel behave exactly the same. Delphi-Ribbon-Framework uses native Windows API for creating ribbon, so this is not an issue with Delphi Ribbon Framework, or my code, but the way Microsoft implemented it.
Thanks.

Missing vertical scrollbar in web browser for vaadin 6.8.12

I have recently built a new Vaadin widgetset for our web application. The new widgetset is based on some new addons but especially on vaadin 6.8.12.
When I deploy the ear file and start the application the right vertical scrollbar that belongs to the web browser (not a java panel or layout) is missing. The scrollbar is actually there but you are forced to drag the browser window far to the right in order to make it visible. Even though it is visible you can not scroll down as much as you need to view the lower content of the page.
This is a problem in Chrome, Firefox and Opera but for some reason Interner explorer seems to handle it just fine.
So what I want is that the browser scrollbar should be visible regardless of the size of the window.
Any ideas?
The height of a layout must be undefined for the vertical scrollbar to show up. If you set it to 100%, any content off the bottom of your browser window / tab will be hidden.
If that's not enough, please add some code to see how you made your main window layout.

Set Jquery Mobile ViewPort Manually to reset every page to default size

I have created a mobile application using Jquery Mobile and I want to manually set values to viewport for each page. How this can be done.
Motive: Client is using website in mobile and when hi zooms page with fingers and If he goes to another page the zoom remains same. He wants if he browse other page it will open as default size.
Thanks in advance

What do iOS developers call the dots on the bottom of a page that indicate the number of open windows in an application?

Repeat: What do iOS developers call the visual dots on the bottom of a page that indicate the number of open windows in an application?
This is a page control, or as the iOS HIG calls it a page indicator.
Page Control Dots
"You use the UIPageControl class to create and manage page controls. A page control is a succession of dots centered in the control. Each dot corresponds to a page in the application’s document (or other data-model entity), with the white dot indicating the currently viewed page."
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIPageControl_Class/Reference/Reference.html

Resources