On IOS 11 After capture screen shot..We will see a floating windows contain result image of screen show and it's can drag, move around screen and on top all app and all screen?
How can I custom a view ..which same result like image bellow
Related
I have a tab component in a screen. If I select the last tab and scroll horizontally a bit then scroll vertically, the component stucks. I've tested it in iphn 6 plus and iphn x.
Look at the video here
I have developed app using Codename one.I want to set specific height of dialog because my text overidden while displaying message in dialog body .what should I do for that?
Thanks in Advance?
I have added image in which first image is original image and second one is cut image which is displaying on screen while using infinite progress bar. my code is "Dialog ipDialog = new InfiniteProgress().showInifiniteBlocking(); ipDialog.Dispose()" I want whole image on screen like original image.
can you help me to solved this ?
You can use the Dialog show method that accepts int values to determine the distance from the edges. But normally this is a matter of the text sizing and dialog construction.
Also make sure you are showing the Dialog from the EDT thread.
I am working on Creating some objects in a container withing a from in codenameone. I am moving objects every 2 seconds, the objects are moving but the container is unable to display the objects. It displays only when i click the sidemenubar and it shows objects on the container. If SideMenuBar is closed , it again disappears.
I am posting 2 images which describes the problem.
I used repaint(), revalidate() and also show() but it is showing the same thing. Please Help!!
Its hard to tell what you are doing but I guess you just paint the green background on top of these images that you draw at some point. The side menu bar converts the form to a screenshot when sliding out so you are seeing a frozen state of the form not the actual view.
In my main view ,there are 4 tab bar items which are always present at the bottom of my screen. Now when I rotate my device to landscape mode and click any of the tabs, then that tab bar view covers only half of the screen. I tried, but did not succeed. I am posting the screen shot of the view:
I try to migrate an app to iPhone5/iOS6.
I have already successfully migrated some apps with basic recommandation (-568h#2x).
BUT for this app, a black bar appears between the bottom toolbar and the middle of the screen (Cf. attached image).
Normally, the black bar should be filled with the tableview...
Of course, I have correctly set the tableview constraint in Interface Builder...
I fixed the pb... was not directly an iPhone5 issue but a bad usage of the new dimension from 1 component of my app... :(