Uw opmerkingen

The server project you can save anywhere. In order to upload it to the server you need to use "Transfer".

Start the "Server" - > Open "Transfer" - > Click in "Transfer" on "Search Panel".
After this in the list of found panels will appear the name of your computer and in parenthesis will be indicated "Server". For example: YourPC(Server). Now you can upload the project to your server.
How to use the "Transfer" read on our site.
http://wiki2.iridiummobile.net/IRidium_Transfer
Hello!
Dear Patrick,

All these folder and the files appear after running the appropriate app. If you start the editor, then in folder Studio appears the respective folders. If you start the server appears folder "Server" etc.


At this case, unfortunately an error: "- iRidium folder: contains an unpacked project, irconfig.xml and other settings files." These files are in the folder "Client", which will also appear if you run the client at least once.

I gave you the link to the folder in which you installed the iridium!

C:\Users\Your user name\AppData\Local\iRidium3 beta v3.0.0

instead of "Your user name" you must enter a user name in your system. The AppData folder is usually hidden in the system, so you need in the settings of folders to specify to show hidden folders.


No. I mean that this way where is the program with all components installed.

C:\Users\Your user name\AppData\Local\iRidium3 beta v3.0.0

So look for the folder with the server right there.


But you sent me a screenshot from the "Documents" folder.





The folder with components locate in C:\Users\Your user name\AppData\Local\iRidium3 beta v3.0.0

The folder with components locate in C:\Users\Your user name\AppData\Local\iRidium3 beta v3.0.0
Hello!
when you install iRidium, are all the checkboxes in the selection of components?



when you install iRidium, are all the checkboxes in the selection of components?






Hello!

the name of any pressed button on the page you can get using the following functions:

for(var i = 0; i < IR.GetItem("Page 1").ItemsCount; i++){
IR.AddListener(IR.EVENT_ITEM_PRESS,IR.GetItem("Page 1").GetItem(i), press, IR.GetPage("Page 1").GetItem(i) );
}

function press(){

IR.Log(this.Name);
}