I want the graphs,charts,bars and data to be displayed in my "ipad" from a report that is retrieved from SSRS(I have URL link for the report). Is it possible to write the code and display?
Related
Is it possible to display the QBCode barcode on the XtraReport devexpress designer page?
Need clarification,
After changing the barcode symbology option to "QRcode", it still remains in the normal barcode type and not changed to QRcode type barcode. If I go to the preview, it shows the QRcode on the preview page. But when I return to the designer page, it still being in the normal barcode.
Steps to reproduce:
Drag and drop the Xrbarcode on the designer page.
Change the "Symbology" field to the "QRCode" option.
Compare the QRcode in the designer and preview page.
Please check the below video link for your reference.
Video Link: https://ttprivatenew.s3.amazonaws.com/pulse/anilkumar-aitechindia/attachments/19189873/TinyTake18-03-2022-11-32-46.mp4
Use-Case : User navigates to any url on safari page, taps on the share button and can share the pdf file of the safari page through the app. Eg: iBooks, iPrint
Open safari, go to any link and tap on share button. Then go to Apple's Print extension which will automatically generate pdf which can be passed to any of the extension apps. The problem here is, the sharing mechanism is available from iPhone 6s where 3D Touch is available and we want to add our application as Printer and should be seen as Select Printer option on the Print page. This looks very promising though. I have attached the screen shots for the same.
Click on Print extension to share what you have opened on safari page :
See your application as one of the option on Select Printer:
The menu you refer to will only show currently available airplay printers and no apps.
Instead, you would have to create a action extension for your app. Just like the Printer Pro app is doing:
For how to create such an extension follow these resources:
http://www.techotopia.com/index.php/Creating_an_iOS_8_Action_Extension
https://developer.apple.com/library/content/documentation/General/Conceptual/ExtensibilityPG/index.html
I want to show my app in open in menu of other apps(ex: mail app, dropbox, etc) for open in action, I have implemented for importing pdf files from other apps everything is working fine. But my question is how can I addsize restriction for selected pdf file like photos app.
For example: My app should show in open in menu only if selected pdf file size is less than 5mb.
In photos apps when selecting 6 images it shows many apps in open in menu list. Show below image
But when selecting 51 images it shows only 3 apps in open in menu. Show below image
I think in photos app the apps are filtering based on selected photos total size. I want these type of functionality in my app. Any suggestion? Thanks in advance.
I am developing a ios mobile app.In that mobile app I am showing the gallery. I created gallery in grid format with the help of JSON data.and also i provide a edit icon on that all images and video's of the gallery.if user click on edit icon the image is to be deleted.after that remaining images and video only show in grid format.so to get the non deleted images and videos in grid format we need to refresh the window. so can any one tell me how to refresh the current window in appcelerator ?
This would be an excellent case for Alloy's data binding:
http://docs.appcelerator.com/platform/latest/#!/guide/Alloy_Data_Binding
If you're not using Alloy or for some reason do not want to use Collections to store your JSON data, then you will need to wrap the code where you render the icons in a function. When something changes/deletes you will have to call this function which should start with calling removeAllChildren() on the parent view which it will add the icons to.
I have an requirement like: There is an Browse button, If i select that button automatically navigate to Documents directory/ PhotoGalley/ Notes and etc..
Here i uploaded Android app images, for me also i need approach same thing, I know how to get the list of files from device but i am looking like what ever i select Browse button automatically iPhone inside data should pop up
If it is possible with sandbox , can you please help me out regarding this..