Radio is the transmission of signals through free space by electromagnetic radiation of a frequency significantly below that of visible light, or a device for doing the same. Radios are typically used for communication including voice, video and data. This includes Wi-fi, Bluetooth, Mobile phones, ...
0
votes
1answer
111 views
Jquery detect radio group then validate
I've searched forums, google, and stack - no avail.
Basically, a client is generating radio buttons on our page, and we need to validate them. Each Radio group uses the same name (i.e TM_Offer_0056) ...
0
votes
1answer
355 views
Internet Streaming Radio on an android application
I have an Internet Radio and to be honest I went through almost everything to get how can I actually make a Streaming android application and what i should use for that .. no use .. not a single ...
0
votes
1answer
140 views
Convert file (or byte[]) into ascii, then convert that ascii back into the original file
I'm using an old technology called RTTY to send data (it's basically fancy Morse Code) over radio.
RTTY can only transmit ascii characters
What I want to do is convert a file such as a small jpg or ...
4
votes
4answers
186 views
disable select form if radio is checked
How can I disable a select form dropdown if a radio button is selected?
I would like the #preference form to be disabled if the user selects the #no radio button and it to be enabled again if the ...
1
vote
1answer
111 views
jQuery does not get the checked input when it is set true before the others are set false
I saw an interesting behavior of jQuery , and I dont know why, its not really a problem now, because I "fixed" it, but I want to share this with you, look at the code:
switch(id){
...
1
vote
0answers
66 views
How to apply different background images to radio buttons where class and ID are already defined
I am trying to define CSS for a radio button input which already has a an ID (#3872720) and falls within a parent DIV with a class called .catProdAttributeItem
I am simply wanting to display a ...
0
votes
1answer
290 views
get text from selected radiobutton
i get the error: Object reference not set to an instance of an object. and here the code
<asp:radiobuttonlist id="JAN" runat="server">
<asp:listitem id="radL" runat="server" ...
-2
votes
1answer
168 views
Object reference not set to an instance of an object. radio button
I get those error and i think it come from radio button.Any ideas to solve this?
this is aspx:
<asp:RadioButton ID="radL" runat="server" GroupName="Gender" Checked="false" Text="L" ...
0
votes
0answers
46 views
Show or hide divs based on user selections in more than one radio button groups
I have 2 radio button groups: One for selection of "operating mode" of generators and the other for selection of "type" viz, new or existing generator. Based on the user selections in these two groups ...
2
votes
4answers
259 views
Setting up audio stream from remote server
I've got a very general question. Unfortunately I wasn't able to find any tips online at all. There seem to be a lot of info on how to set up a radio stream from your home, but not from remote server.
...
0
votes
0answers
112 views
Trigger jquery/image in HTML field, when clicking Radio Button
I have a set of radio buttons, all displayed as small selectable thumnails, as a part of Gravity Forms, working with Woocommerce.
I'm looking for a way, to trigger a larger image of these thumbnails ...
-1
votes
1answer
588 views
If radio button value changes then submit leads to different page (2) else leads to another page (1)
Gender:
Male
Female
If value is male then submit button will link to page 0003
If value is female then submit button will link to page 0002
Here I got stuck that through which coding to ...
0
votes
3answers
92 views
javascript Validation gives me error alert even when all buttons checked
i have used this code to set a validation on a form to gives me alert when NOT all the buttons has checked! .. but when i try it , it gives me error alert even when all buttons checked .. help please ...
0
votes
1answer
208 views
Display which radio button selected
I'm having some trouble displaying 3 radio buttons in 1 label, on which radio button is selected, so i have 3 radio buttons,
Radio button names:
Single
Season
Flex
so if radio button 1 selected ...
0
votes
3answers
515 views
PHP - javascript Validation - radio Buttons Alert
i have three radio buttons input within a form. i want alert box appears when user click submit when one of the fields is null. how can i do that using javascript ?
my code so far is ..
<?php
...
0
votes
2answers
366 views
disabling/enabling checkboxes with jQuery
I have trouble making my code work. I have two radio buttons : "Anywhere" "Somewhere" and two checkboxes "Author" "Reference"
If anywhere is selected, then the two checkboxes are disabled
If ...
2
votes
1answer
136 views
Recording network streaming radios
I am writing a simple application for linux that will connect to a network radio and record the stream to a file. However as I record, I want on the fly to split the stream in smaller files (for ...
0
votes
1answer
300 views
How do I access radio button group in AS3?
I've added a bunch of radio buttons to the stage in CS5.5, set their "groupName" properties to a common name, but I can't seem to find any tutorials on how to access the group in AS3. All I want to do ...
0
votes
1answer
491 views
PHP - pass total value of radio buttons to next page
I have a PHP page that displays the total of a MySQL query with radio buttons. This is inside a form. user should select a radio button to fill out all the form then the total will be stored in the ...
2
votes
2answers
76 views
How to check dynamically with radio box is selected in the div
I need a dynamic function for checking whether a radio box is selected in the div or not.
Actually I want to show an error message every time an user, without selecting the radio button, presses the ...
0
votes
2answers
189 views
PHP - Store & Calculate the total mark from radio input
I have designed a small web-based system that have a school evaluation form to ask specific users who can access the system" some questions and the input will be a radio type ( 1 or 2 or 3 or 4)!
the ...
0
votes
1answer
106 views
how to select radio button by text in UIWebView
I have a webpage that has a radio button(with text beside it).
The radio button can be select by the text in PC/Mac browser(IE, Chrome, Safari).
But it can't be select by text in the iPad's safari. ...
0
votes
0answers
92 views
randomize the order of radio buttons in android
I have a program where I have a particular answer and I want to the answer ouputed randomly
answer = 120
The answer is used calculate by random numbers. My program sometimes returns the right radio ...
0
votes
1answer
508 views
How can I control system sound volume with a TrackBar?
I'm a beginner and making an internet radio player and I want to control the volume with my own TrackBar. How is that possible? I haven't found any solutions to do this.
0
votes
3answers
2k views
Disable/enable text field with radio button (jQuery)
thanks for the past help. I am asking you again.
I want to have 2 radio buttons, which will change the state (Enabled/Disabled) of a text input.
I managed to make it come from disabled to enabled, ...
0
votes
1answer
668 views
Winamp Shoutcast streaming wordpress
Is there a way to add some kind of player into Wordpress which stream Winamp radio?
http://94.127.2.98:8000/radio.m3u
http://94.127.2.98:8000/radio
0
votes
2answers
189 views
Javascript/HTML gray out radio list?
Is there a way I can 'gray' out an html radio list input? I know I can actually change the color.. But I want to make it so the radio button list cannot be toggled either. I also want it to ...
0
votes
1answer
41 views
what permission to apply for access to Radio information in blackberry
When I install my app, a dialog pops up that asks for user permission to access Radio information. I added ApplicationPermissions.PERMISSION_LOCATION_DATA but it still pops up the same dialog. I then ...
1
vote
1answer
614 views
Select all Radio Buttons from different groups with javascript
I want to know if there is a clever way to select all radio buttons from diferent groups at once.
It's an old site, so i cant use jquery.
This is what I got so far.
I put the code on codepen, its ...
0
votes
0answers
482 views
Backbone event adding extra events to radio button
I have a set of radio buttons that I am testing with, will be used to change theme. Html code is straight forward
<div id="options">
<input type="radio" name="imm" id="themea" value="a" ...
0
votes
2answers
494 views
PHP echo dynamic radio button with variable name
So i have these radio buttons in XHTML that I want to put into a PHP function to generate and I can't get it to work.
In XHTML it looks like this and is working;
<p><input type="radio" ...
-1
votes
1answer
40 views
when using Microsoft.Devices.Radio class in my windows phone application will the radio play in background?
i am using the radio class in my application
FMRadio myRadio = FMRadio.Instance;
// Turn the radio on.
myRadio.PowerMode = RadioPowerMode.On;
...
0
votes
1answer
175 views
creating a radio interface using java swing gui
I'm in a group assignment at university doing a swing GUI course and need some hints.
I have to develop and implement a user interface that represents the following below, knobs tuner slider and all.
...
-1
votes
1answer
82 views
IE8 Checkbox or Radios Select
Is there any way to run the radio or checkbox in Internet Explorer 8
I think the solution might be in jquery with some values to emulate?
:active
:before
:after
Is example: ...
0
votes
1answer
621 views
How do i play .asx files in my android application using titanium appcelerator?
I have a URL which downloads an .asx type file when clicked . The file downloaded , streams a live radio and plays it in an audio player . How do i handle this in my android application using titanium ...
1
vote
2answers
321 views
Labels, checkboxes and radio buttons
My web application uses forms laid out as in the example below...
First Name [____________]
Last Name [____________]
Gender () Male () Female
The markup I use is something ...
0
votes
3answers
130 views
unchecking radio button is buggy
check out this fiddle: http://jsfiddle.net/5rmEe/
the goal is to uncheck the radio button when the user clicks it if it is checked and check it if it's not checked
but then it appears that the click ...
1
vote
2answers
483 views
Inserting the selection of radio buttons into MySQL
Unfortunately I haven't been able to find exactly what I'm looking for online to resolve this.
At any rate, I have three radio buttons and I need to push the selection of a single button selected ...
0
votes
4answers
199 views
jQuery submit(); not picking up value
I'm using image replacements for radio buttons by hiding the buttons and selecting them depending on what image is clicked.
When an image is clicked I want them to select a radio button, and then ...
-4
votes
1answer
91 views
Dynamically Creating HTML with Javascript not working [closed]
No JQuery. I am trying to create a radio button followed by text with javascript. It is printing out everything after the document.writes. I think I have a problem with the quotes, but I can't fix ...
1
vote
1answer
142 views
Relative positioning in CSS is completely different in Safari and Firefox?
I am new to CSS and have been trying to create a web form with the radio buttons aligned next to text fields. However, in Firefox the radio boxes look fine, but when I check in Safari the radio boxes ...
0
votes
2answers
88 views
Form Validation Via Jquery
ı have to many radio group and you have to select at least 1 in each group. and ı dont want to use html "required".
ı wrote someting with jquery but it doesnt work.
ı just want to learn where ı do ...
2
votes
0answers
151 views
Can not access fm radio in nokia s40 c3-00
I am trying to access the ondevice fm radio through jsr 234 in c3-00 . Everything seems to work fine but the radio can not be accessed. I have also checked supported JRSs for nokia c3 which is a s40 ...
0
votes
1answer
211 views
javascript form calculation returns NaN
I have an order form and a JavaScript which should calculate grand total from textbox (quantity*price), checkbox and radio, but I'm missing something because i receive a NaN error. Could somebody help ...
0
votes
1answer
130 views
Monitor downloaded bytes when streaming via AvPlayerItem and AvPlayer - iOS
I want to monitor downloaded bytes when streaming mp3 from an URL and print it out to an IULabel. I can't find any easy method to do that.
What about "AVPlayerItemAccessLog", does it have the ...
1
vote
4answers
193 views
How can I vaildate radio buttons?
How i put validation on check box?
Here is my code:
<script>
function Validate(){
var cntct = document.getElementById("contact").value;
if (cntct.value=="")
{
alert("Please ...
0
votes
3answers
310 views
onclick event for radio button using c#
How do I implement “onclick” event using JavaScript for radio button controls in a C# class to change a hidden Server Control Textbox Text value to reflect which button is clicked? The buttons are ...
0
votes
2answers
304 views
How to extend radio button clickable area to other elements using css or jquery
I have this html/smarty code for a radio button. I would like to extend the area for the selection of the radio button so that the user can more easily select it on this page?
The classic trick of ...
0
votes
1answer
202 views
Change image on radio checked using Jquery plugin Pikachoose
Okay so I have radio buttons to choose the colour of the t-shirt design and an image gallery showing what these look like:
...
2
votes
2answers
932 views
Sending radio button data to next activity in Android
I'm trying to allow the user to enter their Name, and click on one of three radio buttons, and click on a submit button. And on the next activity, it will display their name and the radio button they ...