DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Raju Bitter's picture

Unregistered

Feeds

aliases

  • Raju Bitter
  • raju

Raju Bitter

1 year ago

in Rotating OpenLaszlo with Internet Explorer on CuppaDev
Hey James, that's interesting. Didn't know that IE support rotation, but it's really strange that they only allow 90 degree steps.

Cheers, Raju

1 year ago

in Running into OpenLaszlo Limitations on CuppaDev
Here's an example code on how to post an XML dataset as a String to a server. Hope that helps...





a
b
cc








var xmlString = canvas.datasets['theData'].serialize();
datasetForSending.setQueryParam("xml", xmlString);
datasetForSending.setQueryType("POST");
datasetForSending.doRequest();
Returning? Login