Error in Webi when the language parameters change - translation

enter image description hereI got this error message whenever I switch the report langage from french to english in WEBI.
enter image description here
Can you please help me solve this problem ?
thank you in advance.

Related

How to Place question mark and exclameratry marks in plist Permissions

Can any one please let me know How to use "" and ! symbols in plist permission values.
for example:
NSCameraUsageDescription : "This app uses camera recognition for what
you "Record" with your camera!" like this.
I placed the same in .plist file, message showing correctly for the permission but camera feature is not working.
Please suggest me to achieve this.
Thanks in advance

Automation of google plus/play login using appium

I am automating logging into our test app using Google+ login. When I try to enter the username the control goes to the text field but it doesn't send the text.
Can someone help me with this?
Sample code :
driver.findElementByXPath(GOOGLE_PLUS_EMAIL_ELEMENT).sendKeys(username);
First tap on the the xpath , give an wait for 3 seconds and then type into the element , it'll work , it's better to tap and then type in such scenarios

cordova/ionic socialsharing error on Whatsapp only for IOS

ever since the last whatsapp update to version 2.16.2 on IOS i get this error when i try to share something and press on the recipient - "this item cannot be shared. please select a different item", it worked fine before!
thats the error i get on my phone
i'm using a plugin called "cordova-plugin-x-socialsharing 5.0.12 "SocialSharing"",
the output on xcode is:
"SocialSharing app selected: net.whatsapp.WhatsApp.ShareExtension
plugin net.whatsapp.WhatsApp.ShareExtension invalidated"
i saw a few native solutions here and could not implement it on my app.
help would be very appreciated!!
Make sure you are not providing the "Subject" attribute in the function call.
$cordovaSocialSharing
.share(message, image, link)
and not
.share(message, subject, image, link)
For that working correctly you must complete all fields:
window.plugins.socialsharing.share("content/text or link", "it's necessary indicate the subject even when is null", "it's the same as the subject", "http://link");

Twitter integration in blackberry using twitter_api_me-1.8.1 showing invalid characters on 9700

I am using twitter_api_me-1.8.1 to integrate twitter in my blackberry application. Everything goes fine but the login page content is not displayed properly. (Displays squares and dots on the page. 9700). Any one faced this problem and has the solution, please help me.
Only black squares appearing.
Also on 9800 it is showing in english. After successfully login it's giving some pin number and asking to enter this pin number somewhere to complete your authorisation process. But not getting where to enter the same.
I have downloaded sample project from http://kenai.com/projects/twitterapime/downloads/directory/Miscellaneous
And jar files from here:
https://dev.twitter.com/discussions/2735#comment-form
Please help.
Thanks in advance.
If the login page content is not displayed properly. In BlackBerry
Then plz follow this link.
Please, use BrowserFieldOAuthDialogWrapper in place of BrowserContentManagerOAuthDialogWrapper class. It works fine for me.
http://kenai.com/projects/twitterapime/forums/forum/topics/523812-A-test-for-invalid-characters-on-Blackberry#p571144
I got this success by the help of #ernandesmjr Ernandes Mourao Jr
If any find any issue. please let me know.
Thanks Ernandes

Problem with the Blackberry browser

i am working on a application where i have image onwhich when u click it gets navigated to browser with a link but it dont display web page. now i need a code for just displaying a simple web page in blackberry.. is it something to do with simulator and device as i am working with simulator.So kindly help me with it....I am newbie to blackberry.. thank you in advance for help..
The following code will open up the native browser to the URL you specify:
Browser.getDefaultSession().displayPage(url);
String url = "http://www.google.ca";
BrowserSession browserSession = Browser.getDefaultSession();
browserSession.displayPage(url);
browserSession.showBrowser();
There is a known issue where the browser won't automatically display in various firmware versions. To get around this, simply call browserSession.showBrowser()

Resources