Trying to change the background color of an input box when someone enters a value greater than or less than min/max values of an Attribute through Input Property ‘On Field Changed’
Epicor keeps freezing in the ‘Responding’ mode and I have to close the program when I type ‘Infragistics.’
I can’t get the balance of the code…
Infragistics.Win.Appearance app1 = new Infragistics.Win.Appearance(); app1.BackColor = Color.Red; ((Ice.Lib.Framework.EpiTextBox)Inputs.epiPcNumericEditor01.Control).UseAppStyling = false; ((Ice.Lib.Framework.EpiTextBpx)Inputs.epiPcNumericEditor01.Control).Appearance = App1;
Any thoughts why Epicor would be stuck in ‘Responding’?
corresponds to the 3 lines with the numericeditor in it (or a coincidence). Since I have semicolons, there must be a syntax or some other issue with the code there.
CS1061 - x:\Users\Me.Domain\AppData\Local\Temp\48\ConfigDump\Client\InspPlanInputEventCollection.cs (63,33) - ‘Erp.Shared.Lib.Configurator.InputControlValueBound<Ice.Lib.Framework.EpiNumericEditor,decimal>’ does not contain a definition for ‘value’ and no extension method ‘value’ accepting a first argument of type ‘Erp.Shared.Lib.Configurator.InputControlValueBound<Ice.Lib.Framework.EpiNumericEditor,decimal>’ could be found (are you missing a using directive or an assembly reference?)
CS1061 - x:\Users\Me.Domain\AppData\Local\Temp\48\ConfigDump\Client\InspPlanInputEventCollection.cs (63,79) - ‘Erp.Shared.Lib.Configurator.InputControlValueBound<Ice.Lib.Framework.EpiNumericEditor,decimal>’ does not contain a definition for ‘value’ and no extension method ‘value’ accepting a first argument of type ‘Erp.Shared.Lib.Configurator.InputControlValueBound<Ice.Lib.Framework.EpiNumericEditor,decimal>’ could be found (are you missing a using directive or an assembly reference?)
CS0117 - x:\Users\Me.Domain\AppData\Local\Temp\48\ConfigDump\Client\InspPlanInputEventCollection.cs (67,36) - ‘Ice.Lib.Framework.EpiNumericEditor’ does not contain a definition for ‘Inputs’
CS0117 - x:\Users\Me.Domain\AppData\Local\Temp\48\ConfigDump\Client\InspPlanInputEventCollection.cs (68,36) - ‘Ice.Lib.Framework.EpiNumericEditor’ does not contain a definition for ‘Inputs’
CS0117 - x:\Users\Me.Domain\AppData\Local\Temp\48\ConfigDump\Client\InspPlanInputEventCollection.cs (73,36) - ‘Ice.Lib.Framework.EpiNumericEditor’ does not contain a definition for ‘Inputs’
Clint,
Tried changing code as you describe, but with same results. Agreed with credit to Mr Gomez that was my source as well. Strange that it worked on his video, works for you, but not here.
Could there be Input Properties settings that affect this?