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

How to start/stop barcode scanning

cahoots vor 11 Jahren aktualisiert von icahill (Administrator) vor 11 Jahren 3
0

Launch Video

benjaminbachman vor 11 Jahren aktualisiert von icahill (Administrator) vor 11 Jahren 7
0

TextExpander

benjaminbachman vor 11 Jahren aktualisiert vor 11 Jahren 2
+1
Beantwortet

How to ignore device rotation?

ajakhua vor 12 Jahren aktualisiert von icahill (Administrator) vor 12 Jahren 1
I need my app not to change orientation after rotating the device. Is it possible to avoid screen rotation using WIRE?
+1
Beantwortet

changing "draggable" and "ignoretouches" attributes

ajakhua vor 12 Jahren aktualisiert von icahill (Administrator) vor 12 Jahren 1
Is it possible to change "draggable" and "ignoretouches" attributes using without deleting and creating object?
+1

Video Stop button replays video instead of stopping.

Lcdrgreg vor 12 Jahren aktualisiert von icahill (Administrator) vor 12 Jahren 2
When I hit video stop button using video controls, the video just restarts. Tried a sync tag but that stops the video and alpha's off the viewer but the audio keeps playing. It is a .mov file, could that be the problem, this tag works fine in another app.
+1
Beantwortet

Orientation of a sub wire

jenifercmartin vor 12 Jahren aktualisiert von icahill (Administrator) vor 12 Jahren 1
My app supports all rotation orientations. However, I am calling a sub wire which I want to limit to portrait orientation. I have added the attribute "orientation="portrait" to my subwire's main body. In fusebox, the subwire is still changing orientation upon rotation. Once I build an adhoc, will that attribute keep the subwire's orientation fixed as portrait?
+1
Beantwortet

Is there a way to capture accelerometer/gyroscope values?

Lawrence vor 12 Jahren aktualisiert von icahill (Administrator) vor 12 Jahren 7
Is there an action similar to an event listener on when the device move?

Was able to achieve this by using javascript within functions.html:
[code]

[/code]

I was able to retrieve the value from [eval:getValueG()] from an action (such as from an onclick event).

Only thing I can think of is having a loop with [eval:getValueG()] constantly running.
Are there other methods/techniques to achieve like results?

I'm new and trying out it out.

Any help appreciated. Thanks!
+1
Beantwortet

How to install fusebox?

parkin patrick@gmail com vor 12 Jahren aktualisiert von icahill (Administrator) vor 12 Jahren 3
After trying to download fusebox, where do I find it? Where are there instructions on how to install it?
+1

app orientation settings

jenifercmartin vor 12 Jahren aktualisiert von icahill (Administrator) vor 12 Jahren 1
In my app settings I have set my app for "portrait" only, but in fusebox my app rotates in all 4 directions. Is there a step I am missing?
+1
Beantwortet

changing the "size" attribute of a text tag using assign

jenifercmartin vor 12 Jahren aktualisiert vor 12 Jahren 2
Can I use assign to change the "size" attribute of a text tag? It doesn't seem to be working in my app. I am successfully changing "text" but "size" is not working.
+1
Fixed

Fusebox app will not refresh

sovtek vor 12 Jahren aktualisiert von icahill (Administrator) vor 12 Jahren 8
help im stuck. No matter what i try my fusebox app will not refresh my application.
Things ive tried:
1. Hit app refresh button
2. Hit fuse box refresh button
3. Remove fuse box and reinstall
4. remove and re-download app sandbox
5. remove main.wire

im sorry but this is very frustrating, im into this for a good bit of time now.
nothing i do works
+1

Managing access to various environments through one app code base.

jakelisby vor 12 Jahren aktualisiert von ajones vor 12 Jahren 5
Our application currently loads content from RSS Feeds and JSON calls from Wordpress where content is created. They use specific URLs that are currently hardcoded into our app. This works great while we're only looking at our sandbox environment, but now we're ready to move our application to production and I'd like the ability for our app to be smart enough to choose which environment it should pull content from.

I don't know if anyone has tackled this yet, but wanted to reach out before we got too deep.
+1
Beantwortet

What happens with my apps if i stop paying the monthly fees (unlimited plan)?

eduguimaraes vor 12 Jahren aktualisiert vor 12 Jahren 2
What happens with my apps when i decide to stop paying the monthly fees of the unlimited publish pricing plan?
+1
Beantwortet

What the bandwidth limit in one-time publish plan?

eduguimaraes vor 12 Jahren aktualisiert vor 12 Jahren 2
+1

Does anyone have a good accordion-style snippet?

thillsman vor 12 Jahren aktualisiert von icahill (Administrator) vor 12 Jahren 4
I'm trying to build an accordion-style navigation (for lack of a better explanation) in my app. Similar to this guy: http://www.designchemical.com/lab/jqu...

I'm trying to work out the logic, and I thought I'd throw it out there to see if anyone has any suggestions.

My main items are from a datasource and created as panels in a pager (with a looped action). I want an onclickup to expand the height of the panel I touch (it could be any of them) and (most challengingly) push the other panels down in the pager.

I know the scale action is the way to change heights (my first strategy), but scaling panel1 to a larger height doesn't push panel2 down. Something that creates a new panel between panel1 and panel2, would be acceptable, but I'm still working through the logic there. Maybe create new panel bottomof panel1 and translate the others down? Not very elegant, so any ideas would be helpful.
+1
Beantwortet

Is it possible to call one action from another.

sovtek vor 12 Jahren aktualisiert von icahill (Administrator) vor 12 Jahren 1
Is it possible to call one action from another.
I would like to action out the generic portions of my app.
+1
Beantwortet

Is there a way to set a delayed action?

sovtek vor 12 Jahren aktualisiert vor 12 Jahren 2
I want to fire an action after a certain period of time.
Example:
1. Tap ipad screen
2. Show toolbar
3. Hide toolbar if nothing is clicked within 3 seconds.