Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

Getting RadioButtons of RadioGroup annotation

More
11 years 4 months ago #8921 by marco.klein
Hi,

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

Kindest Regards

Marco
More
11 years 4 months ago #8923 by Davide
Hi,
you can use:
Code:
Annotation.GetCheckStatus();
to get the status of check-box and radio-box.

Code:
Annotation.GetFieldName()
Code:
Annotation.GetFieldFullName()
To get name of the annotation or
Code:
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
More
11 years 4 months ago #8930 by marco.klein
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
More
11 years 4 months ago #8938 by marco.klein
Any news about this?
More
11 years 4 months ago #8939 by Davide
Hi,
can you please better explain what you need?

Have you tried with different pdf?
More
11 years 4 months ago #8940 by marco.klein
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
Time to create page: 0.423 seconds
Powered by Kunena Forum