- Posts: 22
- Thank you received: 0
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
- marco.klein
- Topic Author
- Offline
- Junior Member
-
Less
More
11 years 4 months ago #8921
by marco.klein
Getting RadioButtons of RadioGroup annotation was created by marco.klein
Hi,
How can I get the names/objects of the radio buttons within a radiogroup?
Kindest Regards
Marco
How can I get the names/objects of the radio buttons within a radiogroup?
Kindest Regards
Marco
11 years 4 months ago #8923
by Davide
Replied by Davide on topic Getting RadioButtons of RadioGroup annotation
Hi,
you can use:
to get the status of check-box and radio-box.
To get name of the annotation or
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
you can use:
Code:
Annotation.GetCheckStatus();
Code:
Annotation.GetFieldName()
Code:
Annotation.GetFieldFullName()
Code:
Annotation.GetFieldFullName2();
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
- marco.klein
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 0
11 years 4 months ago #8930
by marco.klein
Replied by marco.klein on topic Getting RadioButtons of RadioGroup annotation
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
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
- marco.klein
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 0
11 years 4 months ago #8938
by marco.klein
Replied by marco.klein on topic Getting RadioButtons of RadioGroup annotation
Any news about this?
11 years 4 months ago #8939
by Davide
Replied by Davide on topic Getting RadioButtons of RadioGroup annotation
Hi,
can you please better explain what you need?
Have you tried with different pdf?
can you please better explain what you need?
Have you tried with different pdf?
- marco.klein
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 22
- Thank you received: 0
11 years 4 months ago #8940
by marco.klein
Replied by marco.klein on topic Getting RadioButtons of RadioGroup annotation
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
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
Kindest Regards
Marco
Time to create page: 0.423 seconds