Skip to main content
edited tags
Link
Jim G.
  • 8k
  • 3
  • 38
  • 66
Tried to tidy up the english and reform the question to make it more on-topic.
Source Link
Mark Booth
  • 14.4k
  • 3
  • 42
  • 79

I am trying to findunderstand how a radio button inis created in a Dynamic field by reading from an XML using Netbeans 7.0.

The problem is regarding a radio button creation. TheI know the radio button is created by readingbecause of the XML being read from database, but I cannot see how the radio button is created.

  • I cannot see how the radio button is created
  • The debugger us going into the part of creation of any components on the Dynamic Editor , because I don't know where to place the break points.

Also, since I don't know where to place the break points, I can't see how I would debug the creation of components on the Dynamic Editor.

Maybe I am trying a wrong approach or something.

How to debug, so how do I efficiently debug an application like this? It was created using Netbeans 7.0

I am trying to find how a radio button in created in a Dynamic field by reading from an XML.

The problem is regarding a radio button creation. The radio button is created by reading the XML read from database.

  • I cannot see how the radio button is created
  • The debugger us going into the part of creation of any components on the Dynamic Editor , because I don't know where to place the break points.

Maybe I am trying a wrong approach or something.

How to debug efficiently an application like this? It was created using Netbeans 7.0

I am trying to understand how a radio button is created in a Dynamic field by reading from an XML using Netbeans 7.0.

I know the radio button is created because of the XML being read from database, but I cannot see how the radio button is created.

Also, since I don't know where to place the break points, I can't see how I would debug the creation of components on the Dynamic Editor.

Maybe I am trying a wrong approach or something, so how do I efficiently debug an application like this?

added 4 characters in body
Source Link
gnat
  • 20.5k
  • 29
  • 117
  • 310

I am trying to find how a radio button in created in a Dynamic field by reading from an XML.

The problem is regarding a radio button creation. The radio button is created by reading the XML read from database.

  • I cannot see how the radio button is created
  • The debugger us going into the part of creation of any components on the Dynamic Editor , because I donnodon't know where to place the break points.

Maybe I am trying a wrong approach or something.

Can anyone explain howHow to debug efficiently an application like this? It was created using Netbeans 7.0

I am trying to find how a radio button in created in a Dynamic field by reading from an XML.

The problem is regarding a radio button creation. The radio button is created by reading the XML read from database.

  • I cannot see how the radio button is created
  • The debugger us going into the part of creation of any components on the Dynamic Editor , because I donno where to place the break points.

Maybe I am trying a wrong approach or something.

Can anyone explain how to debug efficiently an application created using Netbeans 7.0

I am trying to find how a radio button in created in a Dynamic field by reading from an XML.

The problem is regarding a radio button creation. The radio button is created by reading the XML read from database.

  • I cannot see how the radio button is created
  • The debugger us going into the part of creation of any components on the Dynamic Editor , because I don't know where to place the break points.

Maybe I am trying a wrong approach or something.

How to debug efficiently an application like this? It was created using Netbeans 7.0

Source Link
Nigel Thomas
  • 243
  • 1
  • 2
  • 9
Loading