With this mail I send you a screenshot of the designer-window “Manage License”.
Where to LOG IN???
- Are you running the Designer in a virtual machine?
- If you are performing an export project, do you see the same white window?
- This link opens in a browser: https://id.promultitouch.com/private/profile ?
- Can you try to activate it on another machine?
To answer your questions:
- NO, my office-machine: Intel i5-2400S, 8GB Ram, Win 7 Professional 64Bit, Service Pack 1
Web-Widget with “http://www.google.at” works, so Internet-Connection is fine.
-
YES
-
YES
-
Tried it on a Win 8.1 Notebook (at home, different internet connection), Login-Screen appears correctly (didn´t activate)
Tried it in the office with a Win 10 machine, Login-Screen appears correctly (didn´t activate)
In all cases, installed the latest version 1.5.1110.
Activation of the Designer only requires export. Until we figure out what the problem is, you can edit the project without activation.
It is possible the the cache is causing a problem.
Could you please try these steps:
- Close the Editor
- Paste %userprofile%\appdata\local to the address bar of Windows Explorer
- Press Enter.
- Delete the ProMultitouch folder (it is a cache folder)
- Run the Editor and try to open Manage License window
Did as you said - deleted the ProMultitouch folder.
restart designer - manage license - same white window!!!
I´m just trying to get used to the tool, is there any reference for scripting (examples, reference of keywords etc) in the action editor (are all scripting possibilities JAVA-script?)
I will send you the fixed version shortly. Sorry for any inconvenience.
Yes, it uses QML (http://doc.qt.io/qt-5/qmlapplications.html) objects with JavaScript. This provides access to all of the standard built-in types and functions, such as Object, Array, and Math.
We are working on the api documentation and it should be available this month.
Thank you for your answer.
The api-doc would be very important, looking forward for that.
In the meanwhile: when I´m in the action editor for scripting and I want to manipulate object´s parameters. how can I handle that?
for example:
OPACITY:
the action should blend in/out the widget (source is let´s say a button).
the script would be: 1.0-opacity()
[ if current opacity is 0, the resulting opacity is 1 and vice versa]
how can do that?
It can be done without JavaScript. See an example in the attachment.
Thanks for the example, but that´s too simple. One control fades absolute to 0, the other control absolute to 1, on different objects.
I would need what I´ve described before.
In your reference https://docs.promultitouch.com/actions/actions.html there´s “currentPage + 1” in the script-field for “Go to Page”.
Btw this doesn’t work (Source is Page 1 “Click”, Target ist Project “Go to Page”). It works only with constant value.
But that is what I need, as described with the example of “opacity” below.
Can you help me please in this case?
Here is an example how to do this. If you explain more about what you are trying to accomplish we could suggest more methods.
From “source.style.blockOpacity” (in your example) to “target.style.blockOpacity” (what I needed) was logical.
When do you think are all the namespaces, methods etc. as a documentation available?
You used the Action “Style” which I couldn’t find (in a gallery-widget there is no such action?), I used “Animation Set Opacity”. What is there the difference?
How can I constrain 2 or more widgets together in position and scale?
I would like to have a base widget (e.g. a Gallery with on image) and Z-Level 0.
On top of the base object 2 or more widgets with interactive-possibilities (how can I arrange on widget on top of an other?).
The base-object should give the possibility to move and scale the whole “group”.
There are more of these groups on the screen, so the Z-Level of the active “group” must be set that an active group (touched) is in front of another.
How can I achieve that?
When do you think I could receive the API-documentation (namespaces, methods …) and where to use it?
In the action-editor the scripting only concerns a certain value (e.g. opacity) ?
What can be done in the Inspector whith it´s “Interaction user code” ?
Any Inspector property is available in the Action Editor through the Property menu item (see widget_property.png).
Also available are Animation actions (to change the property over time), Common actions (for all widget types) and Content actions (depends on the type of widgets).
As for the movements of multiple widgets, need more details. In the attachment you will find basic example.