hallo Ramya, It is not possible to use CSS-styling with Blueprint now. Part of the reason for this is to ensure the current experience can be rendered across...
HI DEVELOPER, I AM NEW TO YAHOO GO.Presently I am working in creating a demo login application in yahoo go but i am getting a fatal error. The error is: fatal...
hallo Sambit, Probably your db.php file is actually having a error on mysql_connect, and therefore the message you use in the die() gets printed in your ...
I get that error everytime as well, and have been unable to move past it. And since I have gotten no reply or help on it myself, I was forced to abandon my...
Tables may not be the most exciting or difficult task when you consider mobile development. However, displaying and designing tables for smaller screens can be...
... You can't build in Flash into a Blueprint Widget. A video control is currently not yet available in Blueprint. Until this control is available you can use...
hallo Pv, Does this still reproduce? It may have been a temporary issue if we couldn't contact the widget serving machine Saludos! ... ricardo ... -- Ricardo...
hey Pedro, haven't tried myself but it should be possible to use pipes output to generate a blueprint widget (or just reuse a pipes output from a widget,...
Hi Ricardo, No it does not - its ok now. Thanks alot.. ... De: Ricardo Varela <phobeo@...> Objet: Re: [yhoomobiledevelopers] (c1) connection issue using...
Hi, How can one delete cookies already stored on the Yahoo GO client ? I tried by setting the maximum age to 0 and -1 (after setting to 0 failed) but this...
Today we launched an update of the Blueprint SDK with additions and changes that will make development easier–and help you prepare for the roll-out of more...
Could this be broken ? I'm trying to upload a widget for testing but the interface is simply not responding ie. no error message - the file seems to have been...
Thanks for your message. We currently have an outage on the test submission service and we are working on resolving this issue as quickly as possible. I will...
The problem has been resolved and the test submission should be completely working again. Sorry for any inconvenience it may has caused. Please let us know if ...
The URL that you specified in the config.xml is probably not correct. - The base attribute in <widget> contains the URI of your external web server. - The href...
Hi, Does the current version of Blueprint SDK (Mobile) support any Phone APIs? Eg., native Address Book API? If not supported, is there a way to add this my...
On supported phones the Blueprint Platform provides you geo-location access to get the user's location via GPS or Cell ID. You can learn more about the...
Hi there! Im not familiar with php bp api's so I need help. I have one page that brings database data, working perfectly, with placard elements on it: // Data...
Dear Pedro, you can just pass the param into the detailsPage.php as http get parameter. e.g. $pagePlacard->addAction("/pages/detailsPage.php?param=urlencode ...
you can just add the param as http get parameter, eg. $pagePlacard->addAction("/pages/detailsPage.php?param=urlencode ($paramID)"); Regards, Alfred ... null, ...