[SOLVED] Radio button in Groupbox Checked True Issue

Answered
0
0

Wisej 2.0.17.0 I have 3 radio buttons in a group box and have one of the radio buttons checked through designtime and it is giving an error trying to show the form.

Thanks -Tim

System.ArgumentException
HResult=0x80070057
Message=Invisible or disabled control cannot be activated
Source=Wisej.Framework
StackTrace:
at Wisej.Web.ContainerControl.SetActiveControl(Control value)
at Wisej.Web.ContainerControl.set_ActiveControl(Control value)
at Wisej.Web.Control.<>c__DisplayClass716_0.<Focus>b__0()
at Wisej.Web.Application.RunInContext(IWisejComponent context, Action action)
at Wisej.Web.Control.Focus()
at Wisej.Web.RadioButton.PerformAutoUpdates()
at Wisej.Web.RadioButton.set_Checked(Boolean value)
at PICarrier.Controls.SearchCarrier.InitializeComponent() in C:\Development\Dev\PEP\PICarrier\PICarrier\Controls\SeachCarrier\SearchCarrier.cs:line 150
at PICarrier.Controls.SearchCarrier..ctor() in C:\Development\Dev\PEP\PICarrier\PICarrier\Controls\SeachCarrier\SearchCarrier.cs:line 50
at PICarrier.Controls.OpenOrders.DGV_CellDoubleClick(Object sender, DataGridViewCellEventArgs e) in C:\Development\Dev\PEP\PICarrier\PICarrier\Controls\OpenOrders\OpenOrders.cs:line 46
at Wisej.Web.DataGridView.OnCellDoubleClick(DataGridViewCellEventArgs e)
at Wisej.Web.DataGridView.ProcessCellPointerWebEvents(WisejEventArgs e)
at Wisej.Web.DataGridView.OnWebEvent(WisejEventArgs e)
at Wisej.Web.Control.Wisej.Core.IWisejComponent.Event(WisejEventArgs e)
at Wisej.Web.Application.ProcessWebEvents(WisejEventArgs e)
at Wisej.Web.Application.OnWebEvent(WisejEventArgs e)
at Wisej.Web.Application.Wisej.Core.IWisejComponent.Event(WisejEventArgs e)
at Wisej.Core.ComponentManager.DispatchEvents(Session session, ICollection events)
at Wisej.Core.ResponseManager.<>c__DisplayClass26_0.<OnEvent>b__0()
at Wisej.Core.IWisejSynchronizedImplementation.Lock(IWisejSynchronized target, Action action)
at Wisej.Core.ResponseManager.OnEvent(Session session, Object message)
at Wisej.Core.ResponseManager.ProcessRequest(ServiceType service, Object message)

  • You must to post comments
Best Answer
0
0

Hi Tim,

 

I was not able to reproduce this problem in our latest internal build.  Is there any chance you could wrap up a sample?

Let me know!

Best,

Levie

  • Levie (ITG)
    Hi Tim, I just talked with the team. This issue was fixed a couple days ago. It should be available to you in the next release! Let me know if you are still having issues after that! Best, Levie
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.