Alert Not Showing Front in StageWebview - flex4

I am using StageWebview to display my content in flex 4.6. When i open alert box it always showing background of the StaegeWebview. How to display alert box in front of StageWebview.

One tricky solution for your issue, when ever you want to show the alert just get the snapshot of the StaegeWebview using this drawViewPortToBitmapData method and then add that Bitmap to the view hierarchy. remove the StaegeWebview and latter after removing the dialog add it back again.

Related

UiPath selector not work in Google Chrome alert message box when extracting data

I have to try the extract data from Google Chrome alert message text.
But when I use Get Text activity and click on Indicate On Screen alert box not highlighted.
Whole browser windows selected highlighted instead of.
I have stuck to extract Reports - Upload Yearly Report confirmation id from alert box.
A proper way to solve this is image recognition. So you search for the OK button as image. You can do that with the Click Image activity.
But in case you are using the process with another language you might have some issues.
Update:
You said you need the text. So you could try the UiPath Connect Browser Get PopUp Text. Note that this only works on Chrome.

Custom button not displaying in Today Extension

I have some custom buttons in my host app that I'd like to use in the Today Extension.
They work just fine in the app but do not display in the widget.
The button on the left is my custom button class, the one on the right is a UIButton. If I change it to my custom class it too disappears.
Any thoughts why this might be happening?
----------------------EDIT------------------------
Well, somehow I managed to get it to display but sometimes it's not drawing the whole button and sometimes it's drawing the button incorrectly.
Any help would be appreciated! Thanks

J! not responding when selecting banner image

I'm experiencing a weird problem:
When creating a new article I click the image button a popup window appears but it doesn't show anything to allow for image upload and it just hangs there. Same thing happens when I try to select an image in the Banner Manager.
I've tried with different browsers and from different locations...
Any idea what might be happening?

Kendo window 1st open and then load

I have a kendo window in my project. Now the content is coming form another domain. I used i-frame in the content template. Its working fine. But When i click the button to open the kendo window it coming but not smoothly. Its stucking. so I want, when I click the button window open smoothly and then load the content. I searched for it but did not find any solution. Its better if i can open the window first and show a loader until the content comes.
Please help me.
The problem can be solved by making the animation:false
A kendo window fires an event called "activate" when it has finished displaying its opening animation. You can catch this event and then load your data in a handler function. There is no need to deactivate the animation itself.

WinRT Settings Charm. Elements overlayed by on screen keyboard

I'm developing for Windows 8 (WInRT) and have problem with settings charm. Settings popup is based on Microsoft SDK settings charm. Settings panel is Popup. Content is wrapped by ScrollViewer -> Grid -> StackPanel. In StackPanel I have input fields. when I trying to fill last of them on screen keyboard overlaying it and I cant see field and cant scroll to it. Is there any way to see it and to scroll to it automatically?
Seems like the popups on Windows 8 suffer from the same problem as they did on Windows Phone in that when you put a TextBox on one of them - it does not get pushed up together with all the other content as it does when it is not in a popup.
My solution to that would be to not use popup for input fields and instead go for a layout that you can manage yourself.
By default the app has a Frame control at its visual root. You can modify it for example by putting your own UserControl in there (I usually call it AppShell) which has the Frame used by all pages, you can have a layer for popups, log in screens, the extended splash screen etc.
To solve your problem you would need to put your charm's UI inside of such layer instead of in a popup. Then the build-in mechanism that pushes all the UI up when the on-screen keyboard would otherwise obstruct the view of your TextBox should just start working again.
*EDIT
A simpler solution might be to make sure your settings panel popup is parented in your visual tree - e.g. by adding it as a child element to a root grid of your app or page. It turns out that in that case its content does get pushed up when the OSK shows up.
Take a look at this post
It's a popup wrapper (turns user controls into popups) that takes care of the keyboard appearing and adjusts the size of the popup (and thus the user control) accordingly.

Resources