Page 26 of 34

Re: Apply custom images to Ford Convers+

Posted: 02 Jan 2021, 22:12
by Gwe89
DGAlexandru wrote: 02 Jan 2021, 21:57 By the way .. did any of you found useful the function that searches for the image offset in main firmware file?
Load VBF / BIN file 1 that contains images.
Load Main1 FirmWare and then let it search for those offsets.

This way if you want to replace a image with another by specifying in Main FW the new offset you know where to look for it. Of course, not all the combined bytes it finds are used as pointers to where the image is, but it is a start. And for sure if it only finds one mention, then that is all you need to change.
Yes I noticed that and is very helpful thank you makes things a lot easier, maybe an idea to have a way to save this so we have it too look up?
Or a file we can open up in CH so don't have to load all again?

Also I was wondering if its possible to make CH size able so we can make the app smaller in our pc window?
Just some suggestions if there possible

Re: Apply custom images to Ford Convers+

Posted: 03 Jan 2021, 02:19
by DGAlexandru
Convers+ IMG Hacker v1.3.5
### Add
- Option to save the table as a CSV file.

This one was on the list but forgot about it. The option to select the table is disabled because the application needs inputs from table and the only way of doing this is by looking at what cell & row is selected, which means if everything was selected in order to copy the contents of the table, then we would have a lot of false-positive commands.


The option to dynamically resize CH means taking into consideration a lot of aspects regarding the size of all the elements present on GUI.. which is very hard to do.
I'm not sure I understand this request:
Gwe89 wrote: 02 Jan 2021, 22:12Or a file we can open up in CH so don't have to load all again?

Re: Apply custom images to Ford Convers+

Posted: 03 Jan 2021, 10:11
by Gwe89
DGAlexandru wrote: 03 Jan 2021, 02:19 Convers+ IMG Hacker v1.3.5
### Add
- Option to save the table as a CSV file.

This one was on the list but forgot about it. The option to select the table is disabled because the application needs inputs from table and the only way of doing this is by looking at what cell & row is selected, which means if everything was selected in order to copy the contents of the table, then we would have a lot of false-positive commands.

ConversHacker1.3.5.7z



The option to dynamically resize CH means taking into consideration a lot of aspects regarding the size of all the elements present on GUI.. which is very hard to do.
I'm not sure I understand this request:
Gwe89 wrote: 02 Jan 2021, 22:12Or a file we can open up in CH so don't have to load all again?


when i have CH open i dont see the very bottom of the aplication i have tried changing my screen setting with no joy
it would be handy if we can use the grap arrows to resize the application
convers hacker.PNG

Re: Apply custom images to Ford Convers+

Posted: 03 Jan 2021, 10:43
by DGAlexandru
What resolution do you have?
CH is something like 800px for height.

A simple solution would be to add the option to move the images from down to the right of the table.. so it will be shorter but wider.

Re: Apply custom images to Ford Convers+

Posted: 03 Jan 2021, 10:43
by Gwe89
Ptc heater before
Screenshot_20210101-200732_Skype.jpg
Ptc heater now :)
20210103_104004.jpg


The new CH has become very useful thank you again DGAlexandru


A bit more editing just about right now, maybe just a tad smaller
20210103_134241.jpg

Re: Apply custom images to Ford Convers+

Posted: 03 Jan 2021, 10:48
by Gwe89
DGAlexandru wrote: 03 Jan 2021, 10:43 What resolution do you have?
CH is something like 800px for height.

A simple solution would be to add the option to move the images from down to the right of the table.. so it will be shorter but wider.
screen res.PNG
i have tried changing to different resolution but still same i dont know if anyone else has this problem as seems not many help in the bugs or suggestions

Re: Apply custom images to Ford Convers+

Posted: 03 Jan 2021, 12:35
by amplified
Works fine at 1600x900
you can scale the app window, but only to bigger.

Re: Apply custom images to Ford Convers+

Posted: 03 Jan 2021, 15:01
by DGAlexandru
Gwe89 wrote: 03 Jan 2021, 10:481366x768
That is a very small screen resolution.

I've designed a 1195x700px version that for example on my Windows, with the current Windows Theme is 1197x727px.
First time you open this version you'll have to resize it to a smaller height, as it remembers the "normal" one size & position (and every time when you switch between them).
ConversHacker1.3.5w.jpg
Unfortunately dynamic resize / moving of objects requires a lot of extra programming.

Enjoy! :P
ConversHacker1.3.5w.7z

Re: Apply custom images to Ford Convers+

Posted: 03 Jan 2021, 15:36
by Gwe89
DGAlexandru wrote: 03 Jan 2021, 15:01
Gwe89 wrote: 03 Jan 2021, 10:481366x768
That is a very small screen resolution.

I've designed a 1195x700px version that for example on my Windows, with the current Windows Theme is 1197x727px.
First time you open this version you'll have to resize it to a smaller height, as it remembers the "normal" one size & position (and every time when you switch between them).
ConversHacker1.3.5w.jpg
Unfortunately dynamic resize / moving of objects requires a lot of extra programming.

Enjoy! :P
ConversHacker1.3.5w.7z
newCH.PNG
seems i really like this look thank you again

should have a vote which one people prefer?

Re: Apply custom images to Ford Convers+

Posted: 03 Jan 2021, 17:09
by DGAlexandru
For me, as long as the changes to GUI are not very big from a version to another, it is easy to have the new version in both layouts: just change the name of the layout that it's going to be used and press a button to compile the application.

The only drawback of this wide layout is that it doesn't fit that well in QT Graphical Designer :roll: