hi
i want to know if i import my .ais screen file in my project then its show IMPORT789CH but i want to change this name. so suggest me how can i do it !!!
1 Like
If you select the “Copy Screen” option you can create a copy of the imported screen with a name you choose.
7 Likes
but its show me server error message
Here’s what you can do (maybe there are other ways to do it but it will do the work)
- Import your screen (It will have a name that you don’t want it to have)
- Export your project as
.aia
- Rename the
project.aia
file asproject.zip
orproject.rar
(depends on the software you have) - Extract the
.zip
archive (but don’t delete it after !" - Open the folder obtained, and go to :
\NameOfFolder\src\io\makeroid\...\NameOfProject
- You will normally found every screen of your project with the extension
.bky
and.scm
The one we want to rename should be likeImportG7952B
or something like that.
Rename those two screen files (only the screen concerned) with the name you want (no space, no accent, no-
or;
or,
etc.).
Do not change the extension also ! - When this is done, open the two files with a text editor (not word please, notepad will do the work) and search for the screen name (in my case it is “
ImportG7952B
”) and rename all you can find to the name you wanted (has to be same as the two files renamed before !) - Save file
- Open the
.zip
or.rar
and go the same path as previously. - Delete the screen files that we renamed before and place those from the folder in.
- Rename back the archive to
project.aia
and import in Makeroid.
Be careful with all the steps, one mistake could cause an error and you’ll have to restart from the beginning. That’s why I suggest you to keep a backup.
Hope my “tutorial” will be understandable and clear.
10 Likes
Thank you so much for your help.
Mark as solution if you got your answer
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.