We want to hear your feedback! Submit your Questions, Ideas, Suggestions, and Problems.
0
Terminé

Drawing activity?

cathy lane il y a 11 ans mis à jour par Alin Alexandru Matei il y a 11 ans 1
 I am not sure if this is possible maybe you can help me. I want the users to be able to draw into a canvas area and be able to change colours as they draw? I have worked out how to draw free inside a shape in a single colour- I want the user to be able to change colours. I can't seem to get select colour behaviour to work.
Thanks for your help!
Cathy
Solution
Alin Alexandru Matei il y a 11 ans
Here is a sample app for a Drawing app:
110 - Drawing app.zip

The color selector element will let you choose another color, with you can draw the house element.
0
Résolu

screenshots

sehovcovs aleksandrs il y a 9 ans mis à jour par anonymous il y a 6 ans 2
Can I add screenshots after the publication of the application
Solution
Inna Komarovsky il y a 9 ans
Currently, the publishing process is delayed because we have been dealing with some issues with the Apple publishing process, but once it is ready to go, I would suggest adding the screenshots at the same time as submitting your app, but if you need to update any of the screenshots later, you can just send them to us. Let me know if you need any help with the screenshots.

Regards,
Inna Komarovsky
0
À l'étude

lower case hanging text cut off

SeanB il y a 10 ans mis à jour il y a 10 ans 5
Version 4.0.9 Build 390 - "y" and "g" characters are being cut off at the bottom, despite the text bounding box being much larger than the font.

1 Google font "Chewy", bold, font-size 50, plain. Anchor point - any.

Does not happen with common font Arial, but I don't want to use that font.
Solution
Inna Komarovsky il y a 10 ans
Hi, thank you for letting us know about this problem! I sent a description to our lead developer.
0
Corrigé

Unable to ope a test book in iPad

Amos Redlich il y a 11 ans mis à jour par Inna Komarovsky il y a 10 ans 15
During rendering I get error messages (with no details)
The iPad is unable to open the project.
This is a one page book.
I use ver 3.4.3 build 355 on windows 7.
Solution
Inna Komarovsky il y a 10 ans
Try to uninstall InteractBuilder then install a fresh copy of it. Let us know if this helped in this situation.
0
Résolu

Intersection problem

Clint Sutton il y a 11 ans mis à jour par Ezra Weinstein (Administrator) il y a 11 ans 0
Hi guys,

I have an item on the page that I have a drag-move action on.  When your dragging the item across the screen I want it to have a move back to it's original position if it touches another object.  I tried using the intersections actions, but it wont work with a "move" action.  It works fine if I choos something like "hide" or "blink", but not move.  Is this possible to produce with intersections?

Clint
Solution
This will be fixed in version 3.4 however, if you want the item that they are dragging to move, it's not really possible because the MOVE/DRAG is essentially conflicting with the MOVE at the intersection.  I would use the DuplicateElement behavior to create a second copy of the element when the intersection occurs.  So you would duplicate the element and hide the original element.  That should be one way to handle it.
0
À l'étude

easing animation in/out

Luca Paltrinieri il y a 11 ans mis à jour par Inna Komarovsky il y a 10 ans 4
I think it should be possible to ease a graphic animation in or out, instead of leaving it with only a constant unnatural movement.

Is it possible? I am not able to find such an option within the Builder.

Thanks
0
Pas un bug

iMac and iPad Player still not working

Serge Patry il y a 11 ans mis à jour par Ezra Weinstein (Administrator) il y a 11 ans 0

Now on the Interact Player  for iPad the buttons are working but the texte is not we can only see a part of it.

For the Interact Player for iMac we still don't see the text.Image 55Image 56

Solution

This is already fixed.  You need to uninstall your desktop player and download the latest InteractPlayer for the desktop.


Click here to download

0
Corrigé

Animations slowing everything issues

Clint Sutton il y a 11 ans mis à jour par Inna Komarovsky il y a 10 ans 3
Hi guys,

Any news on the problems with the animations?  When you have more than 1 animation on a page playing at once and it slows down everything really badly.  You said you were looking into it and would be able to get it working.

I am nearing the completion of my app, and would like to send out a beta test to friends, as well as enter it in your competition.  But I can't do anything till this is fixed.

Thanks
Clint
Solution
Inna Komarovsky il y a 10 ans
This will be fixed in the next release that will come next week.
0
Corrigé

Emails still showing incorrect links

Clint Sutton il y a 11 ans mis à jour par Ezra Weinstein (Administrator) il y a 11 ans 2

Hi,


Another problem I am still having.  Emails that are sent out after sharing, contain broken links to downloading the player.  The "h"  at the beginning of the link is missing.  Sample attached below.


Dear Clint Sutton,

Clint Sutton would like to share the app Copy of Fly with Arnold tester with you! To view this app, download the free InteractPlayer app by clicking one of the links below:

Download InteractPlayer for Mac

Download InteractPlayer for Windows

Download InteractPlayer for Android

Download InteractPlayer for iOS


You will be prompted for your email address and password.

Use the password you entered when you registered as a Builder.


Solution
Can you please try sharing again, we believe the links are fixed now.  Let us know if the "h" is still missing.
0
Pas un bug

No going back to bookcases in Player

Clint Sutton il y a 11 ans mis à jour par Ezra Weinstein (Administrator) il y a 11 ans 0

Hi,


There is no way to go back to my bookcases again once I open an app page in the Player.  I have to keep closing the Player, and opening it again so I can get to the "bookcases" screen.


It would be much easier if we could have a link back.

Solution

You can tap on either the top or bottom left corner of the first page of your app.  If you turned off the page navigation then you can add a button with the following behavior:


Jump (Choose Close App as your target page)


You can choose to only show this button if running your app in the Player by adding a condition to the behavior:


{App Is Not StandAlone}


Adding this condition will cause the app to only show this button if your app is running in the InteractPlayer, not when it's published as a stand alone app.