Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Create a UX

  1. #1
    Senior Member Jaloga's Avatar
    Join Date
    Sep 2023
    Location
    Spain
    Posts
    122
    Rep Power
    3

    Default Create a UX

    I would like to learn how to create a UX. To create a UX and have iGO recognize it in Settings, do I need to touch a file, and which one?
    Last edited by Jaloga; 14th May 2025 at 09:41 PM.
    Here I will thank all the contributions
    Thank You so Much.

    vil2 anglais4
    Greetings of Jaloga

  2.    Advertissements


  3. #2
    iGO Enthusiast Create a UX
    Create a UXCreate a UXCreate a UXCreate a UXCreate a UXCreate a UXCreate a UX
    Boki's Avatar
    Join Date
    Jun 2014
    Location
    Niš
    Age
    53
    Posts
    6,844
    Rep Power
    4711

    Default

    Learn programming first
    Before asking a question, know it's already discussed here and at 99.9% is not unique. Use search.
    NO ONE IS A SEER, READ (click on): [Only registered and activated users can see links. ] <- Click!
    [Only registered and activated users can see links. ] <- Click!

    Spoiler: obs
    Many questions become very arduous, a lot of time chewed deja vu...Since we have lost all the year of work and effort, many people have no will to answer the same questions again. Me neither. Use a search, please.

  4. #3
    Master
    Join Date
    Apr 2017
    Location
    Athens, Greece
    Age
    53
    Posts
    465
    Rep Power
    794

    Default

    It's simple if you only want to call an existing function.

    Otherwise, as Boki said, you need to be a programmer.

  5. #4
    Senior Member Jaloga's Avatar
    Join Date
    Sep 2023
    Location
    Spain
    Posts
    122
    Rep Power
    3

    Default

    I ask because I want to know, that when you put a UX inside the ux folder, know how IGO makes it look,
    Here I will thank all the contributions
    Thank You so Much.

    vil2 anglais4
    Greetings of Jaloga

  6. #5
    Super Moderator Create a UX
    Create a UXCreate a UXCreate a UX
    Andrey Form's Avatar
    Join Date
    Oct 2019
    Location
    Belarus
    Posts
    2,188
    Rep Power
    2332

    Default

    From the point of view of iGO, it looks something like this: "Another stray got into our navigation program"
    gps5

    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]


    ©AF_2020-25

  7. #6
    Senior Member Jaloga's Avatar
    Join Date
    Sep 2023
    Location
    Spain
    Posts
    122
    Rep Power
    3

    Default

    I have no idea
    Here I will thank all the contributions
    Thank You so Much.

    vil2 anglais4
    Greetings of Jaloga

  8. #7
    Master Create a UXCreate a UXCreate a UX JmaCWQ's Avatar
    Join Date
    Jan 2014
    Location
    Shut your dog up!!
    Posts
    90
    Rep Power
    52

    Default

    You probably won't get any help here with regards to creating a UX.
    I have asked similar questions over the years on different places around the web trying to learn different things and found it rare that anyone will help.
    As advised above being able to program, or at least have an understand the programming language used is a big advantage.
    I know nothing about writing programs and very little about programming languages, but had some success over the years by modifying what other people have created to suit my needs.

    I don't understand how UX's are created from scratch, to me they appear to be mostly a separate file that a setting or settings are contained in, that doesn't require the hassle of modifying the program or skin config files or code to make them work, and that opinion may not be correct.

    I have managed to modify some iGO8 and Primo programs and skins by experimenting with much trial and error and a lot of time consumed doing so, and even after years of trying there are still what I believe are very simple things I cannot figure out.
    Like changing the colour of an offroad navigation straight line that's displayed from current location to the destination, that I know can be modded as they were created a certain colour, but can't figure out how changing that colour is done.

    If I had to start again I'd probably start with a copy of a simple UX and try modifying different things in it and see what the results were.

    I started by learning to modify a skin for iGO8, the Dimka_1147 skin and that was to change the linear compass's appearance which was simply a matter of changing the image used for it's display...or so I thought
    Turns out it wasn't quite that simple, a certain type of .bmp image is required, that may or may not be a transparent .bmp, then there was modifying the skin.zip file without breaking it, simply unzipping, replacing the image and re-zipping didn't work, and for the modded image to show correctly on all screens in the program it was displayed it had to be changed in the skin.zip and the program's data.zip.
    And I found the more I wanted to change, the more complicated it got.

    It's possible some changes require mods of the UX, the skin files and the program's files to be successful.
    I guess the same may apply to creating some UX's, there may need to be changes in the skin in use and the program to get it to work correctly.

    Good luck!
    Do big things!


  9. #8
    Senior Member Jaloga's Avatar
    Join Date
    Sep 2023
    Location
    Spain
    Posts
    122
    Rep Power
    3

    Default

    What I want to know is if a file for example: ux_vehiculo.zip
    If I go into iGO Settings I don't see that option, that's why I ask that once it is placed inside the folder ux/ux_vehicle.zip
    Why doesn't iGO see that ux?
    The question is where to tap so that the vehicle appears in Settings.
    Here I will thank all the contributions
    Thank You so Much.

    vil2 anglais4
    Greetings of Jaloga

  10. #9
    Master Create a UXCreate a UXCreate a UX JmaCWQ's Avatar
    Join Date
    Jan 2014
    Location
    Shut your dog up!!
    Posts
    90
    Rep Power
    52

    Default

    It may not see it because that particular UX for some reason isn't compatible with the iGO version you're running.

    Do you have other UX's working ok?
    If yes, then the issue is most likely with that single UX that doesn't show up for you.
    It may be that the UX you're not seeing doesn't have the correct resolution data listed in it's code, so it doesn't appear in the settings.
    Skins have a similar issue that if the correct resolution data is not present in the skin the program will not display it in the settings.

    If no, then the extra settings function may need to be enabled in the sys.txt file in iGO's root folder on the device.
    In the sys.txt file look for an entry under the interface header:

    [interface]
    extra_settings=1


    If it's not already in the sys.txt file add it then save the sys.txt file.
    If that was the problem, iGO should now display an option in settings named 'Extra Settings' and in that you should find the UX you're looking for.

    There may be another reason that particular UX doesn't show up that I am unaware of.
    Perhaps trying to run a UX designed for WindowsCE on an Android device, or vice versa may be one reason.
    I'm guessing that UX's made for Nextgen aren't compatible with the older Primo versions etc. etc..
    Do big things!


  11. #10
    Master segaal's Avatar
    Join Date
    Dec 2014
    Location
    Hungary
    Age
    67
    Posts
    145
    Rep Power
    117

    Default

    Hi!
    -It's okay, not everyone knows how to create and modify skins!
    -Imagine the chaos that would be!

    [Only registered and activated users can see links. ]

    by-segaal®

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •