- Posts: 213
PB's newgui
- Kdean
- Offline
Please Log in or Create an account to join the conversation.
- Pattaya01
- Offline
- Posts: 181
PhracturedBlue wrote: I think the code has stabilized well enough that it is time to merge it into the mainline. That also means it should be safe enough to try on your Tx now. I won't be doing dfu builds for it until it is merged though.
If anyone has any concerns, let me know.
Completely agree with you. Time to move to the next level. Would like to test the emulator with your latest fixes and I don't think 743e23.zip reflects them. Could you upload your last build?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
PhracturedBlue wrote:
It looks nice, and if you provide the ini file, I'll add it to the templates, but the default should be for the most-common setup:vlad_vy wrote: Without any specific idea, to fill screen only.
6 channels and no telemetry
I agree, it's overladen layout. It's only example of objects placement with most controls on the screen. I will send ini file later today, as soon as I return to home.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Please Log in or Create an account to join the conversation.
- FDR
- Topic Author
- Offline
Is it an effect of the RTC feature, or just a mergeing mistake?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Also, will be nice do not refresh values that not changed on time for refresh (date, telemetry values and so on). If 'new value' = 'old value' then do not refresh. At that case values will not flicker, and it will reduce resource consumption.
Please Log in or Create an account to join the conversation.
- Kdean
- Offline
- Posts: 213
It shows all toggles when the switch is activated, two boxes for knob values or can be set to show pitch and gyro gain like i did with this setup. A big box that displays the thottle output from 0% to 100%. Its also reflects the changes made by flight mode and throttle hold switched. I also have the gyro % channel set with the mix switch and values are displayed in the box above the mix toggle.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
rbe had the code set to not refresh if there was no change. However I didn't understand what his code was doing so I removed it until I can understand it better.
Please Log in or Create an account to join the conversation.
- Kdean
- Offline
- Posts: 213
Would it be possible to have the option to change a box in the list from a small-box to a big-box and vice versa? This would save time if you simply wanted to have a bigger box display where a small box is. As it is now you will have to delet the small box and replace it with a big box from scratch, which also may caues the box list in edit page to get confusing.
Please Log in or Create an account to join the conversation.
- rbe2012
- Offline
- So much to do, so little time...
- Posts: 1433
Please tell me how I can help. I don't know which code part do you mention?PhracturedBlue wrote: ...rbe had the code set to not refresh if there was no change. However I didn't understand what his code was doing so I removed it until I can understand it better.
Please Log in or Create an account to join the conversation.
- rbe2012
- Offline
- So much to do, so little time...
- Posts: 1433
I missed that too.Kdean wrote: ...change a box in the list from a small-box to a big-box and vice versa?..
EDIT: maybe an additional button in the dialog? But this would result in a longer list which contains all boxes (whether big or small) (and the corresponding numbering) - too much hassle?
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
vlad_vy wrote: Without any specific idea, to fill screen only.
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
Good catch. I fixed it. This also broke all ini files you guys have done. make sure to update the trim 'source' on any you want to keep.vlad_vy wrote: Why 'Trimmer' object has 1-7 trim, but hasn't 'None'? It cann't be hidden, deleted only.
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
It would not be technically hard, though there are several corner-cases to deal with. For instance if the object was too close to the edge, we'd need to recompute the coordinates and move it.Kdean wrote: Playing with the new build, there is one thing that i wished was possible.
Would it be possible to have the option to change a box in the list from a small-box to a big-box and vice versa? This would save time if you simply wanted to have a bigger box display where a small box is. As it is now you will have to delet the small box and replace it with a big box from scratch, which also may caues the box list in edit page to get confusing.
In the end, I'm just not going to do it though. I don't think many people will spend hours playing around with the layout.
The better solution, would be to write a Java app to let you design GUIs and give you full flexibility for things like this. Not very high on my list though.
Please Log in or Create an account to join the conversation.
- FDR
- Topic Author
- Offline
Yes, the default template is broken too...PhracturedBlue wrote:
Good catch. I fixed it. This also broke all ini files you guys have done. make sure to update the trim 'source' on any you want to keep.vlad_vy wrote: Why 'Trimmer' object has 1-7 trim, but hasn't 'None'? It cann't be hidden, deleted only.
Please Log in or Create an account to join the conversation.
- Kdean
- Offline
- Posts: 213
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- vlad_vy
- Offline
- Posts: 3333
Please Log in or Create an account to join the conversation.
- PhracturedBlue
- Offline
- Posts: 4402
I also fixed the trims in the template for all Tx types.
I fixed the usb page for the Russians as well.
I think that is everything that has been reported. The RTC stuff ended up being pretty invasive, so there may still be a few more issues with it, but hopefully it is almost there now.
Kdean: (a) I haven't yet released a new binary with the fixes I mentioned, and (b) you can just update the ini file adding 1 to each of the trims in the last value. I.e. change:
V-trim=131,75,0
to
V-trim=131,75,1
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Development
- PB's newgui