PB's newgui

More
25 Jun 2013 19:51 #11355 by RandMental
Replied by RandMental on topic PB's newgui
I have build and played with a Devo8 emu to see what the new gui is about.

RBE and PB, it is really impressive, thanks to FDR, Vlad and the others above that helped with the testing - it is already more than most people will need to setup their GUI as the want it.

Thanks for the great work!

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 01:01 #11359 by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui
I've merged this into the trunk. the next nightlies will contain this gui.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 01:33 #11360 by Pattaya01
Replied by Pattaya01 on topic PB's newgui
Can you upload the latest emu for devo12 again?

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 02:07 #11361 by Kdean
Replied by Kdean on topic PB's newgui
Im playing with version 1ae4b1 and found a boo boo.

If i select real time clock in the quick page menu, then try to access it using arrows, the emu shuts down.

Im wondering how do we set the clock?

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 02:12 #11362 by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui
I've uploaded the final build from this branch. Tonight's nightlies will contain all this code as well.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 02:23 #11363 by Kdean
Replied by Kdean on topic PB's newgui
Ok, i'll check back later.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 04:35 #11365 by Kdean
Replied by Kdean on topic PB's newgui
12 hour clock? :)

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 04:40 #11366 by vlad_vy
Replied by vlad_vy on topic PB's newgui
The same problem, Devo 12 emulator - Timers page - only 3 timers (Timer1, Timer2, and Timer3). But for box I can select all 4 timers.

Attachments:

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 04:44 #11367 by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui
Well it would be easy to add (except for being out of space on the config page). but there isn't room for AM/PM in the box, so you'd only have the numeric time. I prefer the 24hr clock. I need to think about using an ISO8601 date format (year-month-day) which is universal as opposed to the current day-month-year which is not. Again, I don't have room for a 4-digit year though, so we're somewhat limited in what we can show.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 04:48 #11368 by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui
thanks vlad. I fixed that one too now.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 04:54 #11369 by Kdean
Replied by Kdean on topic PB's newgui
I dont need the am/pm, im just not used to seeing more than 12 hours. The option to switch between 24 and 12 (without am/pm) would be nice for non european users.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 05:06 - 26 Jun 2013 05:07 #11371 by FDR
Replied by FDR on topic PB's newgui
Compilation of the emu_devo10 from the main repository throws an error:
+ Building 'emu_devo10.exe'
objs/emu_devo10-w32/dialogs.o: file not recognized: File truncated
collect2: ld returned 1 exit status
make: *** [emu_devo10.exe] Error 1
Last edit: 26 Jun 2013 05:07 by FDR.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 05:29 #11372 by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui
did you run out of disk space? that isn't a compile error. When in doubt 'make distclean'

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 05:35 #11373 by FDR
Replied by FDR on topic PB's newgui
No, there are 36GB left, but deleting the obj dir solved...

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 05:41 #11374 by vlad_vy
Replied by vlad_vy on topic PB's newgui
PB, is it possible to display (optionally, by config option) clock (HH:MM) at main page toolbar? RTC is not very valuable info and I don't like idea to fill useful space by clock box.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 06:07 #11376 by Pattaya01
Replied by Pattaya01 on topic PB's newgui

PhracturedBlue wrote: I need to think about using an ISO8601 date format (year-month-day) which is universal as opposed to the current day-month-year which is not. Again, I don't have room for a 4-digit year though, so we're somewhat limited in what we can show.


I do think people forget about the time when they are on the field, enjoying the hobby. But would they forget the day? :lol: Personally, I do not see the need for the date. Just the clock (24hr format) is more than enough.

Please Log in or Create an account to join the conversation.

  • rbe2012
  • rbe2012's Avatar
  • Offline
  • So much to do, so little time...
More
26 Jun 2013 06:56 #11379 by rbe2012
Replied by rbe2012 on topic PB's newgui

PhracturedBlue wrote: Well it would be easy to add (except for being out of space on the config page). but there isn't room for AM/PM in the box, so you'd only have the numeric time. I prefer the 24hr clock. I need to think about using an ISO8601 date format (year-month-day) which is universal as opposed to the current day-month-year which is not. Again, I don't have room for a 4-digit year though, so we're somewhat limited in what we can show.

In due time I thought about a string which defines a time and date format which could be translated - so corresponding to the language the look could be different and we had no necessity to build an interface and store format options somewhere.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 07:05 #11380 by vlad_vy
Replied by vlad_vy on topic PB's newgui
Many russian users prefer english interface, but used to date format DD-MM-YY and 24h clocks.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 07:59 - 26 Jun 2013 08:00 #11382 by vlad_vy
Replied by vlad_vy on topic PB's newgui
I modified default template for [gui-480x272]. If I load default template, all looks as defined in template. But if I reset model, layout changed to default for [gui-320x240].
Last edit: 26 Jun 2013 08:00 by vlad_vy.

Please Log in or Create an account to join the conversation.

More
26 Jun 2013 08:04 #11383 by FDR
Replied by FDR on topic PB's newgui
This is because the layout default template and the default model ini differ.
They are two distinct files:
...\filesystem\devo8\layout\default.ini
...\filesystem\devo8\models\default.ini

But I agree, that they should contain the same layout settings...

Please Log in or Create an account to join the conversation.

Time to create page: 0.112 seconds
Powered by Kunena Forum