User Profile & Activity

Arief Handany Member
Page
of 20

Hi Jimmy, looks like this is a bug

Could you test our samples?

We can only replicate using dual sim if our SIM card in the second slot however it is still return true,
What are your card type? (GSM, CDMA, etc) also did you put your card in the second slot?


Hi Jimmy,

You can uses ToQueryString which you can find in here: 
http://developer.intersoftsolutions.com/display/crosslight/OData+Support+Using+Query+Descriptor

It can convert QueryDescriptor to ODataQuery automatically including it's qualifier.

Here is my example i have String in my Search Parameter:
string adasd = this.QueryDescriptor.ToQueryString<SearchParameter> ();

this is the result:
$filter=(startswith(PropertyType, 'Apartment') eq true and startswith(SubArea, '') eq true and startswith(Apartment, '') eq true and startswith(Area, '') eq true and startswith(City, '') eq true and startswith(Price, '') eq true and Bedroom eq 0)

hope that'll helps!


Posted: August 19, 2015 6:11 AM

Hi Thomas,

Looks like we found the problem are here is the video and our configuration using Galaxy Tab 3 as you can see in the attachment.

Look like the problem is in the API of android, please try to change it like in the screenshot.

Hi Jimmy,

I mean by turning on cellular network / Having application for calling in your apps.
However if still can't maybe you can tell me your phone Type/Model, also are you already navigated to Phone Screen?

Is this also happened in our samples?

Usually if don't add the permission, the error will only appear before you install to the devices, so your permission should be right.
Posted: August 18, 2015 9:34 AM

Hi Thomas,

Thanks for the head-up! 

Yeah it was exclusively for iOS 8 as you can see in here: https://developer.apple.com/library/prerelease/ios/documentation/UIKit/Reference/UIBlurEffect_Ref/index.html, i will inform this to our documentation team.

Also sorry to inform you looks like this issue may be fixed a little late.

Posted: August 18, 2015 6:15 AM

Hi Thomas,

We are really sorry for your inconvenience, and thank for your feedback, i will inform it to our management.

Alternate table rows was planned for next version of crosslight, but i will try to tell our developer to make a nightly build if it is possible. 

Hi Jimmy,

Android have different implementation and simple workaround would not work, but i already inform this to our developer under CROS-888. As usual please do ask me about the progress of this issue.

Best Regards,
Arief

Hi Jimmy,

Just confirmation, you want to pass the string qualifier, so when it' converted to OData specifications, it will be treated as is. You want to tell the server that you are sending String value, is this right?

As far as i knows and uses, usually we use specific filterdescriptor for string and null, For null there are FilterOperator.IsNullOrEmpty and for string usually we use FilterOperator.StartsWith

I'm not sure about why you need to pass the qualifier except to conform ODATA specification, because we already could specifiy the value and type of get from inside the controller using WebAPI

Hi Jimmy,

Did you already ensure to turn on your telephony services, please try to call using normal Android Phone Application.

Usually this is caused by the phone network turned off or you are not yet insert the sim card.

Posted: August 14, 2015 10:28 AM

Hello Thomas,

I will check the iOS 7 Dialog Presenter, but our QA team should already tested it in iOS 7. 

Yes we still investigating it, however we still can't reproduce the bug

Best Regards,
Arief

All times are GMT -5. The time now is 5:59 AM.
Previous Next