I've been searching for a while now on the internet how to add a certain entity to a layer in the ruby api but can't seem to find how to do this. Is there anybody that can help me?
Thanks in advance
Arne
Try the Drawingelement.layer= method. The sample code there should help.
Related
I need to know how to work with controls in Magnolia 5.4. I've done the Hello Magnolia tutorial on their website and everything is ok, but I still have no idea how to use other controls because there is no article explaining it...
I hope some of you guys could help me out? :)
Start here to learn how to configure different fields (control is 4.x term, we use the term field since M5.0).
How to add fields on a form is also documented in Form definition and My first content app.
Give feedback to the Magnolia documentation team. Describe what kind of tutorial would help you.
I am using sonar 3.1.1.
I cant access
sonar::Treemap.size_metric and sonar::Treemap.color_metric
to display a treemap.
please help me to solve this problem. Or some one suggest an alternative for this.
Thanks in advance.
sonar::Treemap is not part of our Ruby API (which is api::*), so I would not advise you to use it as it can change without notice.
Anyone have an idea about searching for users/images in MySpace using their corresponding APIs ? From the site they told that by using their API allows you to search for people, videos, images, music.But is it possible now?
it think these wiki might help you
http://wiki.developer.myspace.com/index.php?title=Albums_MySpace_v1
it shows how to fetch user images.cheers !!!
friends,
i want to call webservice using ksoap 2.5.4(or latest) library any one guide me whats is the procedure of using it or any link of tutorial?
and one more thing is there request timeout related implementation exists in it?
any help would be appreciated.
try looking here: Basic KSOAP Android Tutorial
I have provided a few tutorials on using kSOAP with Android. I hope one of them helps.
http://roderickbarnes.com/blog/category/technology/web-services-technology
It is very important that you understand the big picture before just using the APIs. The comments in my code should shed a little light on the bigger idea.
I want to ask a question about the JSON. I am the green of the Ajax and I want to learn some JSON. Can anyone provide some links or reference to me? Thank you very much.
There are a ton of resources available at the tip of the Google Search button ;) I can highly recommend this tool for helping visualize and parse JSON data.
JSONP Tester
This is a pretty good tutorial on AJAX and JSON too. Ajax Tutorial