Welcome to the RareWire Community Board. Use the field below to add your own contribution or find answers in existing topics. 
+1
Answered

Building "back" and "forward" action for web tag

sstava 11 years ago updated 11 years ago 2
+1
Answered

Setting the non-current time to a datepicker object

sstava 11 years ago updated by icahill (Administrator) 11 years ago 1
+1
Answered

Including a variable in an Alert string.

Luska72 11 years ago updated by icahill (Administrator) 11 years ago 1
+1
Fixed

Failed to build with fail message: failed_xcode_build

Ahmet Sülek 12 years ago updated by icahill (Administrator) 12 years ago 11
Hey,

I created an app using the wire editor. I can successfully preview it using Conduit. Now I'm trying to get an IPA file, first I had an error:

failed_openssl_p12_to_pem but I think I worked around this problem, because now I'm having failed_xcode_build error message.

Any ideas?
+2
Fixed

valignment seems to be broken

storycode 12 years ago updated by icahill (Administrator) 11 years ago 10
With the following example I would expect three boxes with the first box containing text top left aligned, the second box containing centered text, the third box containing text bottom right aligned. Instead only the horizontal alignment seems to work.


<wire>

<main>

<text name="text1" align="center" ypos="100" width="600" height="150" borderwidth="2" bordercolor="#ffffff" alignment="left" valignment="top" color="#ffffff" font="georgia" size="20" text="This has alignment=left, valignment=top" />
<text name="text2" bottomof="text1" align="center" width="600" height="150" borderwidth="2" bordercolor="#ffffff" alignment="center" valignment="center" color="#ffffff" font="georgia" size="20" text="This has alignment=center, valignment=center" />
<text name="text3" bottomof="text2" align="center" width="600" height="150" borderwidth="2" bordercolor="#ffffff" alignment="right" valignment="bottom" color="#ffffff" font="georgia" size="20" text="This has alignment=right, valignment=bottom" />

</main>

</wire>
+1
Fixed

Auto play video

brandon sloan 12 years ago updated by icahill (Administrator) 12 years ago 14
I'm auto playing a video in a wire and a black box flashes before the video plays. I removed a background color but the flash keeps happening. Is there a way to pre-load a video or somehow remove the blink?
+1
Answered

flip 3D object flips wire not panel

brandon sloan 12 years ago updated by icahill (Administrator) 12 years ago 14
hello...
I'm having an issue with - replace type="flipleft". It seems to flip the whole wire and not the panel. Is there something Im missing in the code?
+3
Answered

Android Release date?

pulseblue 12 years ago updated by icahill (Administrator) 11 years ago 3
Out of interest, any word on an Android release date?
+1
Declined

App Rejected for 3rd Gen iPads

pulseblue 12 years ago updated by icahill (Administrator) 12 years ago 18
Hi there,

I attempted to submit one of my apps, but got rejected for this reason:

"We found that your app exhibited one or more bugs, when reviewed on iPad (3rd Gen) running iOS 5.1.1, on both Wi-Fi and cellular networks, which is not in compliance with the App Store Review Guidelines.

Your app launches to a black screen and none of the content is accessible. "

Any ideas why?

I just noticed a dropdown on the Platform Settings page that says "Rarewire Engine Version". Should I be selecting the latest version, or using the defaulr one?

Thanks!
+1
Completed

{BREAKING} fusebox App replaces Conduit

icahill (Administrator) 12 years ago 0
Conduit has served us well, but we have made several enhancements to the user experience and rebranded our viewer App as, fusebox.

Download it from the App Store today: fusebox

Don't worry, your username and password will work just the same. Also notice that we have updated our engine to 1.2 . You can make this change on the settings page of your App. This should give you access to updated map functionality and additional object properties across the language.
+1
Completed

Accessing a project using FileZilla

storycode 12 years ago 0
You can use FileZilla at the command line to access your project with ftp over ssl. This is useful if you keep all your passwords in a password application that has the ability to launch external apps.

Launch FileZilla with the following command (Mac OSX):

cmd://open -a FileZilla.app --args --verbose ftpes://{USERNAME}:{PASSWORD}@content.rarewire.com

where {USERNAME} is 'your_RareWire_user_name@project_number' (as displayed in the App Creation Studio) and {PASSWORD} is your account password.
+1
Answered

How to create a basic connection from a RareWire App to a datasource?

this-is-helpful 12 years ago updated by icahill (Administrator) 11 years ago 2
I'm not a technical expert so usually start developing by creating very basic functionality and then working up from there. With this in mind I'm trying to create a very basic App that publishes my twitter feed. I'm currently using the below Wire code and testing on an iPad via conduit with an 'Error ParserTagNameMismatchErrorLine: 29, Column: 8' appearing on load.

Any pointers into how to get a basic connection from a feed to an app going?

<!-- classes go here -->

<!-- main wire hierarchy -->

<!-- actions go here -->
+1
Answered

Pushing an App - how do I access the .IPA file?

pulseblue 12 years ago updated by icahill (Administrator) 12 years ago 5
On the Select Your Build Type page, it says "You will receive an .IPA file to submit to the App Store."

Is this via email?

If I choose the other option, "Live update", is there a fee for every update that I want to release?
+1
Answered

MIDI files - How can I play a .mid file?

pulseblue 12 years ago updated by icahill (Administrator) 12 years ago 4
I'm looking to have a .mid MIDI file play in my app.

Anyone managed to get a MIDI file working?
+1
Completed

New Tutorial posted in Developer Resources

icahill (Administrator) 12 years ago updated by steve 12 years ago 7
We have added a tutorial on creating datasource list objects within WIRE. Check it out within the tutorial section of the App Creation Studio's Developer Resources.

http://content.rarewire.com/wordpress...
+1
Answered

Is there a way to scale a web container that doesn't blur the html?

jralston 12 years ago updated by icahill (Administrator) 12 years ago 2
Had a small web item and when I used onnavigation to scale the web container the contents were blurry. I tried to use sync to reload the page after scale, but it was still blurry.
+1
Answered

Is there a list of supported gestures somewhere?

jralston 12 years ago updated by icahill (Administrator) 12 years ago 5
I'm particularly interested in pinch, and long hold.
+1
Completed

Clear Twitter Authentication in your App.

icahill (Administrator) 12 years ago 0
If you want your App to wipe out the current twitter auth at any given point, use this assign action when a twitter datasource is set up.


<assign property="datasource:twitter.dataSourceClearSocial" value="1" />