Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1
  • 2

TOPIC:

Getting RadioButtons of RadioGroup annotation 8 years 11 months ago #8921

  • marco.klein
  • marco.klein's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 22
  • Thank you received: 0
Hi,

How can I get the names/objects of the radio buttons within a radiogroup?

Kindest Regards

Marco

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

Getting RadioButtons of RadioGroup annotation 8 years 11 months ago #8923

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
you can use:
Annotation.GetCheckStatus();
to get the status of check-box and radio-box.

Annotation.GetFieldName()
Annotation.GetFieldFullName()
To get name of the annotation or
Annotation.GetFieldFullName2();
to get more info .

You can look at these methods in the Android Documentation

Maybe this thread can help you: www.radaeepdf.com/forum/Android-developm...getters?limitstart=0

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

Getting RadioButtons of RadioGroup annotation 8 years 11 months ago #8930

  • marco.klein
  • marco.klein's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 22
  • Thank you received: 0
Hi,

I tried FullName and FullName2 but didn't come to a proper result. All I get is "RadioGrpName." So It's indicating that there should be something in behind, but there's no name showing up.

Kindest Regards

Marco

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

Getting RadioButtons of RadioGroup annotation 8 years 11 months ago #8938

  • marco.klein
  • marco.klein's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 22
  • Thank you received: 0
Any news about this?

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

Getting RadioButtons of RadioGroup annotation 8 years 11 months ago #8939

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
can you please better explain what you need?

Have you tried with different pdf?

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

Getting RadioButtons of RadioGroup annotation 8 years 11 months ago #8940

  • marco.klein
  • marco.klein's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 22
  • Thank you received: 0
Hi,

sure! And yes, we are trying this with several PDFs. What we are having is a list of fields. In the end, there is also 1 RadioGroup defined in the PDF. This RadioGroup has 2 RadioButtons.

What we want to have now is 2 objects with the different names. This can either be GroupName.ButtonName or just ButtonName.

What we get is this, when using the methods:



What we actually want to have is like:

RdpgrpMedicines.Yes
RdgrpMedicines.No

So that we can differ between those :) I hope you got the thing now :S

Kindest Regards

Marco
Attachments:

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

  • Page:
  • 1
  • 2
Powered by Kunena Forum