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

Getting error message while attempting to get a .keystore file for android build

jenifercmartin il y a 11 ans mis à jour par icahill (Administrator) il y a 11 ans 1
+1

Image masking

Lcdrgreg il y a 11 ans mis à jour par icahill (Administrator) il y a 11 ans 2
+1
Résolu

what kind of picture files does rare wire support?

snussbomb il y a 11 ans mis à jour par icahill (Administrator) il y a 11 ans 1
+1
À l'étude

iOS 6 Updating of Content Bug

wvlngth il y a 12 ans mis à jour par icahill (Administrator) il y a 12 ans 2
When updating content on Where Is The Cool, The Atlantic, and other magazine apps - the apps crash in process of updating in iOS 6.
+1
Résolu

Carrier Bar

wvlngth il y a 12 ans mis à jour il y a 12 ans 2
When designing - do I design with the carrier bar showing or hidden? Is it possible to build an app with the carrier bar showing?
+1
Résolu

Connect to remote SQL database

doug il y a 12 ans mis à jour par John Heryer il y a 11 ans 7
In your documentation, you show how to connect to a local SQL database, but how would you go about connecting to a remote SQL database? What types of credentials do you need?
+1
Solution recherchée

is there a tag for restart animations?

brandon sloan il y a 12 ans mis à jour par icahill (Administrator) il y a 12 ans 1
+1
Corrigé

pdf parsing error

paololuk il y a 12 ans mis à jour par tommody il y a 12 ans 3
When I try to upload a pdf (created by indesign on osx) after the upload I have an error

PDF parsing not enabled in this version of getID3()

This also in cmyk and rgb versions

Any clues?
+1
Terminé

Intro to Datasources Webinar Posted!

icahill (Administrator) il y a 12 ans 0
Here is a link to the Intro to Datasources Video Webinar:

https://vimeo.com/44100510
+1
Corrigé

It wont let me delete my account.

DarianK il y a 12 ans mis à jour par icahill (Administrator) il y a 12 ans 6
It wont let me delete my account. I press the YES delete my account button and nothing happens? any idea whats going on?
+1
Résolu

Icon Menu Swipe

dbdesign il y a 12 ans mis à jour par icahill (Administrator) il y a 12 ans 7
I have a grid 3x3 of nine icons. I need to be able to show an extended menu (3x3 as well) on swipe left. The idea is that the first 9 icons would slide off the screen to the left and the next nine would slide onto the screen. I have set up an action for the menu [panel]s so that their xpos should change on swipe.

[main]
[panel name="iconsA" alias="MENU" xpos="0" ypos="0" leftmargin="10" rightmargin="10" action="menuswipe"]
---the 9 icons---
[/panel]
[/main]
[actions]
[action name="menumoveleft"]
[translate time="0.5" curve="easeout" xpos="-320"/]
[/action]
[action name="menumoveright"]
[translate time="0.5" curve="easeout" xpos="320" /]
[/action]
[action name="menuswipe"]
[set onswipeleft="menumoveleft" onswipelefttarget="MENU" /]
[set onswiperight="menumoveright" onswiperighttarget="MENU" /]
[/action]
[/actions]

So far, this has had zero results, good or bad. Any thoughts?
+1
Corrigé

3D flip and alpha issue

brandon sloan il y a 12 ans mis à jour il y a 12 ans 11
I'm having an issue with my flip/tab wire. It seems that if I flip multiple times my tab content disappears. I think its the way I set up my tabs but I'm not sure. Any help would be greatly appreciated. Here is my code:



<wire>

<datasources></datasources>

<styles></styles>

<classes></classes>

<main>
<panel name="container" width="1024" height="768">

<web name="bg" alias="BG" file="m1-dis-06.html" width="1024" height="768" ypos="0" transparent="yes" ignoretouches="yes" />
<!-- tab 1 and 4 content -->
<panel name="panelflip" alias="PANELFLIP" width="650" height="400" xpos="200" ypos="215" draggable="no">

<panel name="tabpanel4" alias="TABPANEL4" width="650" height="400" xpos="0" ypos="0" alpha="1">
<web name="info2" alias="INFO2" file="m1-dis-06-04.html" width="643" height="400" valign="top" transparent="no" draggable="no" />
<panel name="lasttab-hotspot" width="269" height="40" xpos="45" ypos="20" onclick="showTab3"></panel>
<panel name="tab4-hotspot" alias="TAB4-HOTSPOT" width="44" height="84" xpos="600" ypos="160" onclick="flipright2"></panel>

<panel name="tab4large-open" alias="TAB4LARGE-OPEN" height="50" width="50" xpos="20" ypos="340" onclick="enlargetab4" clicktarget="TAB4-LARGE">
</panel>

</panel>

<panel name="tabpanel3" alias="TABPANEL3" width="650" height="400" xpos="0" ypos="0" alpha="1">
<web name="msltinfo" alias="MSLTINFO" file="m1-dis-06-03.html" width="643" height="400" valign="top" transparent="no" draggable="no"/>
<panel name="tab3" width="269" height="40" xpos="307" ypos="20" onclick="showTab4"></panel>
<panel name="tab3-hotspot" alias="TAB3-HOTSPOT" width="44" height="84" xpos="600" ypos="160" onclick="flipright"></panel>

<panel name="tab3large-open" alias="TAB3LARGE-OPEN" height="50" width="50" xpos="20" ypos="340" onclick="enlargetab3" clicktarget="TAB3-LARGE">
</panel>

</panel>
<panel name="tabpanel2" alias="TABPANEL2" width="650" height="400" xpos="0" ypos="0" alpha="1">
<web name="esspie" alias="ESSPIE" file="m1-dis-06-02.html" width="643" height="400" valign="top" transparent="no" draggable="no"/>
<panel name="esspie-hotspot" width="277" height="40" xpos="45" ypos="20" onclick="showTab1"></panel>
<panel name="tab2-hotspot" alias="TAB2-HOTSPOT" width="44" height="84" xpos="600" ypos="160" onclick="flipleft2"></panel>

<panel name="ta2large-open" alias="TAB2LARGE-OPEN" height="50" width="50" xpos="20" ypos="340" onclick="enlargetab2" clicktarget="TAB2-LARGE">
</panel>

</panel>

<panel name="tabpanel1" alias="TABPANEL1" width="650" height="400" xpos="0" ypos="0" alpha="1">
<web name="msltpie" alias="MSLTPIE" file="m1-dis-06-01.html" width="643" height="400" valign="top" transparent="no" draggable="no"/>
<panel name="msltpie-hotspot" width="269" height="40" xpos="307" ypos="20" onclick="showTab2"></panel>
<panel name="tab1-hotspot" alias="TAB1-HOTSPOT" width="44" height="84" xpos="600" ypos="160" onclick="flipleft"></panel>

<panel name="tab1large-open" alias="TAB1LARGE-OPEN" height="50" width="50" xpos="20" ypos="340" onclick="enlargetab1" clicktarget="TAB1-LARGE">
</panel>

</panel>

</panel>

<!-- end of tab 1 content and tab 4-->

<!-- enlarge tabs -->
<panel name="tab1-large" alias="TAB1-LARGE" height="519" width="936" xpos="40" ypos="140" alpha="0">

<image name="large-tab1" alias="LARGE-TAB1" valign="center" align="center" source="images/tab1_enlarge.png" height="519" width="936" transparent="no"/>
<panel name="tab1large-close" alias="TAB1LARGE-CLOSE" height="50" width="50" xpos="10" ypos="450" onclick="closelargetab1" clicktarget="TAB1-LARGE">
</panel>
</panel>
<panel name="tab2-large" alias="TAB2-LARGE" height="519" width="936" xpos="40" ypos="140" alpha="0">

<image name="large-tab2" alias="LARGE-TAB2" valign="center" align="center" source="images/tab3_enlarge.png" height="519" width="936" transparent="no"/>
<panel name="tab2large-close" alias="TAB2LARGE-CLOSE" height="50" width="50" xpos="10" ypos="450" onclick="closelargetab2" clicktarget="TAB2-LARGE">
</panel>
</panel>
<panel name="tab3-large" alias="TAB3-LARGE" height="519" width="936" xpos="40" ypos="140" alpha="0">

<image name="large-tab3" alias="LARGE-TAB3" valign="center" align="center" source="images/tab2_enlarge.png" height="519" width="936" transparent="no"/>
<panel name="tab3large-close" alias="TAB3LARGE-CLOSE" height="50" width="50" xpos="10" ypos="450" onclick="closelargetab3" clicktarget="TAB3-LARGE">
</panel>
</panel>
<panel name="tab4-large" alias="TAB4-LARGE" height="519" width="936" xpos="40" ypos="140" alpha="0">

<image name="large-tab4" alias="LARGE-TAB4" valign="center" align="center" source="images/tab4_enlarge.png" height="519" width="936" transparent="no"/>
<panel name="tab4large-close" alias="TAB4LARGE-CLOSE" height="50" width="50" xpos="10" ypos="450" onclick="closelargetab4" clicktarget="TAB4-LARGE">
</panel>
</panel>

<!-- end of close large tabs -->
</panel>
</main>

<actions>
<action name="setMe" oninit="yes">
<if lhs="male" operator="eq" rhs="female">
<alpha value="1" time="0" target="BUTTONLADY"/>
</if>
<action name="ladybutton">
<alpha value="1" time="0" target="LADY"/>
</action>
<action name="ladybuttonclose">
<alpha value="0" time="0" target="LADY"/>
</action>
<if lhs="male" operator="eq" rhs="male">
<alpha value="1" time="0" target="BUTTONGUY"/>

</if>
<action name="guybutton">
<alpha value="1" time="0" target="GUY"/>
</action>
<action name="guybuttonclose">
<alpha value="0" time="0" target="GUY"/>
</action>

</action>
<!-- Flip1 panel actions -->

<action name="showTab1">
<alert message="tab1 showTab1" />
<alpha value="0" target="TABPANEL2" />
<alpha value="1" target="TABPANEL1" />

</action>

<action name="showTab2">
<alert message="tab2 showTab2" />
<alpha value="1" time="0" target="TABPANEL2" />
<alpha value="0" time="0" target="TABPANEL1" />
</action>

<action name="showTab3">
<alert message="tab3 showTab3" />
<alpha value="1" time="0" target="TABPANEL3" />
<alpha value="0" time="0" target="TABPANEL4" />
</action>

<action name="showTab4">
<alert message="tab4 showTab4" />
<alpha value="1" time="0" target="TABPANEL4" />
<alpha value="0" time="0" target="TABPANEL3" />
</action>

<action name="flipleft">
<alert message="flipleft" />
<replace type="flipleft" replacement="TABPANEL3" target="TABPANEL1"/>
</action>
<action name="flipright">
<alert message="flipright" />
<replace type="flipright" replacement="TABPANEL1" target="TABPANEL3"/>
</action>

<action name="flipleft2">
<alert message="flipleft2" />
<replace type="flipleft" replacement="TABPANEL4" target="TABPANEL2"/>
</action>
<action name="flipright2">
<alert message="flipright2" />
<replace type="flipright" replacement="TABPANEL2" target="TABPANEL4"/>
</action>

<action name="enlargetab1">
<alpha value="1" time="0" target="TAB1-LARGE"/>
</action>
<action name="closelargetab1">
<alpha value="0" time="0" target="TAB1-LARGE"/>
</action>
<action name="enlargetab2">
<alpha value="1" time="0" target="TAB2-LARGE"/>
</action>
<action name="closelargetab2">

<alpha value="0" time="0" target="TAB2-LARGE"/>
</action>
<action name="enlargetab3">
<alpha value="1" time="0" target="TAB3-LARGE"/>
</action>
<action name="closelargetab3">
<alpha value="0" time="0" target="TAB3-LARGE"/>
</action>
<action name="enlargetab4">
<alpha value="1" time="0" target="TAB4-LARGE"/>
</action>
<action name="closelargetab4">
<alpha value="0" time="0" target="TAB4-LARGE"/>
</action>
</actions>

</wire>

+1
Résolu

Images Will Not Load

dbdesign il y a 12 ans mis à jour il y a 12 ans 4
Hi, I am having trouble getting an image to load. I have uploaded the iPhone_BG.png img into my images foder in my AppCreation Studio. I do not get any errors when I open the app in fusebox and can even add a background color to the that will show. Here is my code:

I have also tried loading the source directly in the tag but got the same results.

I'm guessing that the image is not loading into the cache and therefore cannot be accessed? Is there a step that I am missing?
+1
Résolu

How do I do the equivalent of 'UIWebView.scrollView.bounces = NO;'

jdugdale il y a 12 ans mis à jour par icahill (Administrator) il y a 12 ans 1
I've got a backing HTML page set in a Web tag, that has some html interactions, but this makes the page bounce vertically.
+1
Terminé

App Store Cert Creation Webinar

icahill (Administrator) il y a 12 ans 0
Check out our latest Webinar on how to create Certs and Provisioning Profiles with Apple.

https://vimeo.com/43402332
+1
Résolu

Conduit and Fusebox, what is the difference?

Ahmet Sülek il y a 12 ans mis à jour par icahill (Administrator) il y a 12 ans 1
Just being curious. They both seem the same to me.
+1
Corrigé

Cannot use assign to change the height of a panel

storycode il y a 12 ans mis à jour par icahill (Administrator) il y a 12 ans 2
The docs indicate that you can use 'assign' to change the value of properties of objects such as panel.

However it does not seem possible to change the height of a panel - in the following example, I would expect tapping the box to resize it:


<wire>
<main>
<panel name="box" alias="BOX" align="center" valign="center" width="300" height="400" background="#ff0000" onclickup="resize" />
</main>

<actions>
<action name="resize">
<alert message="Trying to set height to 200" />
<assign property="object:BOX.height" value="200" />
</action>
</actions>
</wire>
+1
À l'étude

Cannot build application more than once for Ad-Hoc Build

Ahmet Sülek il y a 12 ans mis à jour par icahill (Administrator) il y a 12 ans 4
Hey I successfully built and downloaded the IPA file using App Creation Studio, but when I tried again, the new built first adds up to the queue on Build Logs with status 'Waiting' then it becomes 'Running' and after that it disappears. Why is that?