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
4answers
127 views
Integrating Radio/FM features in iPhone app
I am doing an iPhone application which has a feature of playing radio/fm stations of your locations in my app. Can you please guide me on this , any idea,blog?? I am just asking how to play it from ...
-1
votes
1answer
94 views
How to play Radio/FM stations from your iPhone app [closed]
I am doing an iPhone application which has a feature of playing radio/fm stations of your locations from within my app. Can you please guide me on this , any idea,blog?? I am just asking how to play ...
0
votes
0answers
13 views
how to save stream as audio playable file [duplicate]
I have a streaming radio application and I want to record from it !
I'm using MediaPlayer to stream the audio ! anyway to save it to the SDCard ?
I tried to use URL and openConnection()
or ...
0
votes
1answer
88 views
duplicate symbol Error : RadioTunes framework and Opentok.Framework
I have successful implemented RadioTunes API in my ios project for Live radio streaming.
For that,i have make user of RadioTunes.Framewrok,libavcodec.a,libavformat.a,libavutil.a,libswresample.a.
It ...
0
votes
2answers
52 views
Cant get values from different radio buttons groups
I want to know what am I missing. I have this radio inputs in a form:
<input type="radio" name="consulta" value="Ingreso">Ingreso
<input type="radio" name="consulta" ...
0
votes
1answer
451 views
Change Jquery AJAX post URL based on radio button
I currently have a product search box; you can search via Cartridge Name or Printer Name. Those are different SQL queries, so I have made the appropriate PHP files for the queries, but I am having ...
0
votes
1answer
49 views
radio + label hot to get correct values (array)
I'm trying to get correct values form labels (radio). When I click label, I'm getting value but when I click another one (label), I'm getting value from the first label and I need to click it once ...
0
votes
0answers
49 views
radio input array name
i have a series of radio inputs with array names like that:
<input type="radio" name="object_blog_layout[0]" id="object_blog_layout_1" value="list">
<input type="radio" ...
0
votes
0answers
96 views
I can't click a radio button on webbrowser vb.net [closed]
This is the HTML code:
id="ctl00_ContentPlaceHolder1_gvQuestionUniv_ctl02_rbPointUniv_2" type="radio" name="ctl00$ContentPlaceHolder1$gvQuestionUniv$ctl02$rbPointUniv" value="3">
and I am trying ...
0
votes
2answers
319 views
Can I use my android phone to set up a radio channel?
Can I use my Android phone to set up a radio channel so that the receiver can receive data sent over this radio channel. Is this thing possible or allowed over the existing android platforms.
4
votes
2answers
123 views
Next/Previous buttons for Radio
I'm trying to add "Next" & "Previous" buttons to a radio style navigation.
HTML
<div class="month-picker">
<button type="buton" class="month-picker-nav" ...
0
votes
0answers
35 views
Radio Application in face book pages
My question is that, how to link the radio station runing on another webiste on my facebook page, or built an application that can tune all tha radio stations in my country or user range. Applications ...
0
votes
1answer
156 views
change text of lineEdit when a radio button is selected in pyqt
i have two radiobuttons in the form made using qt designer, i am now programming in pyqt. i wish to change the text of lineEdit to "radio 1" when radiobutton 1 is selected and "radio 2" when the ...
0
votes
3answers
67 views
is this possible for radio button? or I misunderstood what he wants
I'm told to do this
If the user has entered both names and checked a radio button, show a greeting Hello <firstname> <lastname>. Change the background color of the Web page to the ...
1
vote
1answer
47 views
is there a way to group radio button for php usage?
I'm wondering if let's say I have 4 radio buttons named red blue yellow and green but if none of them are unchecked and a person submits the form, let's say will echo no radio checked.
if I use the if ...
0
votes
0answers
98 views
radio button set not changing [resolved]
g'day folks.
I'm having a bit of trouble with a set of 2 radio buttons, that in Chrome, will not change state regardless of using the mouse or using the keyboard.
this is the HTML:
<!-- Dialog ...
0
votes
0answers
56 views
iTunes COM API for Windows - how to get song title from Radio stream
When you play radio stream on iTunes, it shows you the name of radio and there is another line which shows URL and after few seconds it shows a song artist and title... so iTunes can get a track info ...
0
votes
1answer
83 views
Jquery - Setting text inside the closest span class after checking radio
I'm trying to add the value a user has checked from a radio and have it displayed in a span with the class 'user-set' with the corresponding header. The problem is when it displays the value, it ...
0
votes
0answers
130 views
Getting the value of a radio button group
edit: Found the answer about 2 minutes after posting. :-/ It was a case of capitalization between the form code and the PHP. They didn't match. Now they do and now my problem is solved. * sigh *
...
1
vote
3answers
153 views
Change DIV Background When Nearest Radio Checked
I have this already to make selecting the radio box easier
$("div.column43").click(function () {
$(this).find('input:radio').attr('checked', true);
});
I want the background/border of the div the ...
-1
votes
2answers
40 views
Wanna make HTML test, but stuck
I wanna make simple test that ask questions and answers marks by radio buttons but I was stuck
So I have 6 individual tests all by 10 questions you will see in code...
I made two tests by 10 ...
1
vote
1answer
182 views
radio button change visible input fields
I'm trying to do a separate formulary for individuals and corporations
If the visitor check the "Individual" radio button, it would display a form
If the visitor check the "Corporation" radio ...
0
votes
1answer
377 views
How to Keep Radio Button Value after Next/Prev page?
## Keep Radio Button Value after Next/Prev page .. ##
This is for Student Online Exam
if(!isset($_GET['start'])){
$_GET['start'] = "undefined";
}
$start=$_GET['start']; /*To take ...
0
votes
2answers
125 views
Django and radio buttons
I am implementing a quiz app and I am displaying the multiple choice answers using radio buttons.
I need to group the answers per question, so I have it like this
{% for answer in ...
0
votes
0answers
14 views
Ajax Theme and Audio Player viewed in IOS
I have been racking my brains for 5 solid days trying to figure out an issue I am having.
First, on my site still in development, I am using a Wordpress plugin called AWS (Ajaxify my website) where I ...
3
votes
1answer
728 views
Resuming Interrupted Radio Stream using MPMoviePlayerController
I am developing an online radio app for iOS6 devices. Ive looked for various wrappers to achieve this task. AVPlayer, MPMoviePlayerController etc.
I tried using AVPlayer as it sounds more correct to ...
0
votes
1answer
207 views
javascript validation of radio buttons in a form
hope someone can shed light on the below code which alerts always the error below. The code was devised to validate one radio button is selected otherwise return false to the current page otherwise ...
0
votes
0answers
72 views
Radio Button selection Functions
I need to create a javascript function that when a radio button is selected the required text will output into a text box.
the function that I'm trying to get to work looks like this:
function ...
15
votes
3answers
401 views
Is there a Linux radio standard?
We're about to embark upon implementing a device running Linux that (among other things) will be attached to a software defined FM/AM radio that can also receive RDS data describing playlists and ...
0
votes
1answer
47 views
Why does my function work with checkboxes and not radios?
I am using a function to show multiple checked checkboxes and radios onClick of a radio. Unfortunately, the function only works if the trigger input is a checkbox. I need it to be a radio. How can ...
0
votes
0answers
500 views
JSF 2.0 - using render/rerender to show/hide panel via radio buttons
I am using JSF 2.0 and Richfaces 4. I would like to have the user click on one of two radio buttons and have the code display one of two panels, which start out hidden. In my original project, I was ...
0
votes
1answer
93 views
Vb.Net get radio 1s nowplaying from json file in windows form
Now I am making a radio program and ive come across this http://www.bbc.co.uk/radio1/developers/api/ but I have now idea how to implement it in to my program. It's using a .json file. I know how to do ...
0
votes
1answer
51 views
Replace Radios with Images
I want to replace radio buttons with images, I found this code but it only works with one radio group. Does anyone have another code. What I want to do: Fiddle.
//Group 1
<input type="radio" ...
0
votes
6answers
119 views
When div is clicked, check corresponding radio input jquery
Here's my problem, I want an entire div to be click able, when clicked I need the radio button contained in the div to be checked, so the div acts as a radio itself. Here's what I thought I could use; ...
0
votes
1answer
246 views
Radio Button Validation HTML FORM
I have this form:
<form name="form" action="order.php" method="post">
Please select Amount:<br />
<input type="radio" name="amount" value="25" id="25" /> <label ...
1
vote
2answers
610 views
How do I pass HTML radio button value to a PHP variable using Javascript and Ajax?
I am trying to pass the user's checked HTML radio button value to a PHP variable using Jquery/Javascript and Ajax.
The following is a simplified version of the HTML/Javascript (without error ...
0
votes
1answer
66 views
what is the transmission power value in dbm (min to max) -CC2420 RADIO
within module implementation, to set transmission power for the packet is 0 to 31 (min to max).
Actually what is the transmission power value??
the range of transmission power in dbm???
31---- ...
2
votes
2answers
154 views
How to get audio streams for my android radio app?
If I take streams(for my android app) from existing radio streaming websites, would it cause any copyright problems or anything? If yes, then can anyone suggest sites with whom such a problem will not ...
-6
votes
1answer
259 views
Using streaming radio URLs is legal to develop commercial apps? [closed]
The simple question is: can we use audio streaming radio URLs (from the radio sites or shoutcast links or similar) to develop a little radio stream commercial application (iPhone or Android) ? Thank ...
0
votes
3answers
70 views
Have a better way to hide and show divs with radio checked?
I created this code a few days, but I believe it is possible to improve it, someone could help me create a smarter way?
// Hide registered or customized field if not checked.
function ...
0
votes
2answers
81 views
jQuery: choose a proper radio-button
Here is the html code:
<div id="id1">
<input type="radio" name="sex" value="Male">Male</input>
<input type="radio" name="sex" value="Female">Female</input>
<input ...
0
votes
0answers
84 views
File format to store lists of radio stations, frequency, modulation?
I am about to add a feature to an existing radioamateur application: A computer connected to a radio receiver (Controlled by a serial cable) would find the station name given the frequency, and ...
0
votes
0answers
58 views
Is this a safe method for styling active state on a jquery radio button?
I found this answer: http://stackoverflow.com/a/4642152/1877124
but it didn't work until I referred to the div id instead of the class, like so:
#radioset input[type="radio"]:checked + label {
...
0
votes
1answer
215 views
How to make a radio app keep playing in the background of my Android App
Am still new to android, but i followed a tutorial online in developing a radio Application, now this is the problem am encountering, i want this radio to keep playing, so that the app user can keep ...
0
votes
1answer
325 views
Radio button work around default checked status on page refresh with PHP
I have a situation where there are 5 radio buttons, one default checked on page open. These radio buttons represent 5 categories. Within each category are several subcategory submit buttons. The ...
0
votes
0answers
84 views
Android Audio Streaming App - Crashes when connectivity state changes
We have created a radio station and program streaming application. However, we are having a problem that it crashes when the state of the connectivity changes. Scenarios such as the data connection ...
0
votes
2answers
410 views
jQuery show/close content when radio button selected
Hey I am looking for a very simply jQuery code that displays a hidden div when a certain radio button is selected, and hides that div if that radio button is "deselected".
I figured it out how to ...
1
vote
1answer
303 views
How to encode live broadcast of the Local FM radio stations
We are in the midst of research stage for our coming web project. We would like to make a website that streams (all) the Local FM Radio Stations.
In research for the right tools to set up the said ...
0
votes
0answers
170 views
Radio streaming android
Hi I want to implement a radio in my application...I wrote this code, it worked in the emulator YouWave but il dosen't worked in a SmartPhone and another tablet and I don't know why..can you help me ...
0
votes
0answers
111 views
Use Arduino R3 as serial-to-usb converter to program (6 channel) radio
I have researched (and learnt quite a bit), but I have no experience in programming and only understand a bit. I would like to use the Arduino R3 (more specifically, the FT232RL chip) to connect the ...





