aj1126 / lcdhost

Automatically exported from code.google.com/p/lcdhost
2 stars 0 forks source link

layouts appear to fire different events when loaded at start up from vs when you open one #79

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Reproduce:

1. Pull LH_Monitoring
2. Full clean & build if you have not done so before (LH_Mon is massively 
changed)
3. Build & launch LCDHost
4. If it's not already running, launch SpeedFan
5. Create a new layout and add a Monitoring Graph. Select "Speedfan" as the 
application source.
6. Save the layout.
7. Now create a new layout, then open the layout saved in step 6 (this will 
ensure the layout from step 6 will be loaded at start up next time)
8. Close and restart LCDHost
9. In the log you will see two "WRN" entries:
WRN  SET: setup_monitoring_app_name_: "SpeedFan" ... "SpeedFan" 
WRN  setTypeSelection... 

10. Reload the layout. The log now contains four new WRN entries:
WRN  SET: setup_monitoring_app_name_: "SpeedFan" ... "SpeedFan" 
WRN  setTypeSelection... 
WRN  CHANGE: setup_monitoring_app_: "(Please Select)" 
WRN  SET: setup_monitoring_app_name_: "SpeedFan" ... "SpeedFan" 

same action, different results. basically the drop down box isn't firing it's 
change event consistently.

Original issue reported on code.google.com by a...@bridgesuk.com on 18 Jul 2011 at 6:35

GoogleCodeExporter commented 8 years ago

Original comment by a...@bridgesuk.com on 18 Jul 2011 at 6:37

GoogleCodeExporter commented 8 years ago
Note, the "Pull LH_Monitoring" now needs to be "Pull LH_Monitoring @ rev 242"

Original comment by a...@bridgesuk.com on 19 Jul 2011 at 11:05