+1
PDF wont load...
I have a wire called android, dont know if you can see it, but I am creating an app for middle schoolers on quantrills raid. Making progress but now a pdf wont load, called the quantrillsraidmap... Do I have to put it on a panel?
Customer support service by UserEcho
Thanks, love rarewire, see you friday night?
Also if you want more than just title, you can add accessoryview="right" and populate the accessory view with other objects. The max height is 100 px though.
I will be at the party, of course!
Is there a way to change each pin to a different image or to add text, like a number?
Also, I have a description of each place on the map and I am creating .png files for them. I want them to display on select and disappear when map clicked again like the pin tags. Would load work? and how would I write the wire?
Trying not to be a bother to you, know you are busy. I am starting to figure it out and having a great time.
If you wanted pins to be different images, you would need to create additional annotation classes.
The picture shows up on the tag once I select the pin, but I cant get the panel to load on click...
<code></code>
<class name="annotations">
<annotation name="office" location="[param:location]" title="[param:title]" subtitle="[param:sub]" animatedrop="yes"
accessoryview="left" accessoryviewwidth="100" accessoryviewheight="100" onselect="miller">
<panel name="accessory" width="25" height="25" background="ff0000">
<image name="quantrill" source="quantrill.png" alignment="center" valign="center" contain="yes" ></image>
</panel>
</annotation>
</class>
<action name="miller">
<alpha value="0" time="0" target="UP"/>
<load panel="MILLER" /></action>
You do have your action set to alpha UP to zero, which would make it invisible. If you want to see it, you should set the value to 1.