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...
655
slimleva
Nov 2, 2008 2:43 pm
As far as I know it's impossible with the current version. Slimleva ... CSS...
656
sambitmohanty183
sambitmohant...
Nov 3, 2008 5:05 pm
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...
657
Ricardo Varela
ricardo.varela
Nov 3, 2008 5:44 pm
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 ...
658
kaceymackovision
kaceymackovi...
Nov 3, 2008 6:07 pm
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...
659
Markus Spiering
markus_spiering
Nov 5, 2008 12:44 am
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...
660
rion_li
Nov 6, 2008 11:28 am
can we implement flash or video related into the widget?...
661
sanjayrajp
Nov 6, 2008 5:24 pm
... yes you can it is very simple go to the origionation and start your video flash or blog it will work without hassle....
662
Markus Spiering
markus_spiering
Nov 10, 2008 4:09 am
... 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...
663
sambitmohanty183
sambitmohant...
Nov 13, 2008 7:05 pm
HI DEVELOPER, I HAVE DOUBT ON USING THE CLASS NAME Blueprint_Map.The doubt are as follows: 1) The Constuctor of the class is public function...
664
pedro749
Nov 13, 2008 7:06 pm
Is it possible to use both blueprint widgets and yahoo pipes? Where I can learn about it? Thanks Pedro...
665
Markus Spiering
markus_spiering
Nov 14, 2008 4:57 pm
An extensive tutorial on Blueprint has been published on the IBM developerWorks site: ...
666
Pv Pv
pv.imob
Nov 14, 2008 6:09 pm
Does anyone have the same problem or know the causes of this ? Regards,...
667
Pv Pv
pv.imob
Nov 14, 2008 6:09 pm
Just to add to this , the blueprint code was generated in 5.41sec , could that be the cause?...
668
Nathan Tawil
ntawil_inc
Nov 14, 2008 7:16 pm
For explanations of center, map-point, etc., see the Blueprint Developer's Guide that comes with the SDK. ________________________________ From:...
669
Ricardo Varela
ricardo.varela
Nov 14, 2008 7:17 pm
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...
670
Ricardo Varela
ricardo.varela
Nov 14, 2008 7:17 pm
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,...
671
Phonevalley Phonevalley
pvimob
Nov 17, 2008 3:56 pm
Hi Ricardo, No it does not - its ok now. Thanks alot.. ... De: Ricardo Varela <phobeo@...> Objet: Re: [yhoomobiledevelopers] (c1) connection issue using...
672
Pv Pv
pv.imob
Nov 17, 2008 8:37 pm
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...
673
raja_veernapu
Nov 18, 2008 5:58 pm
Hi I am new to this group and developing these application.first i want to test the hello world example usgin this link ...
674
Markus Spiering
markus_spiering
Nov 19, 2008 6:40 am
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...
675
Pv Pv
pv.imob
Nov 19, 2008 9:15 pm
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...
676
Markus Spiering
markus_spiering
Nov 19, 2008 9:17 pm
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...
677
Markus Spiering
markus_spiering
Nov 19, 2008 9:39 pm
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 ...
678
Markus Spiering
markus_spiering
Nov 19, 2008 10:02 pm
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...
679
techflux
Nov 20, 2008 1:21 am
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...
680
Markus Spiering
markus_spiering
Nov 20, 2008 1:42 am
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...
681
pedro749
Nov 20, 2008 3:05 pm
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...
682
alfredkmlo
Nov 21, 2008 1:06 am
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 ...
683
alfredkmlo
Nov 21, 2008 1:14 am
you can just add the param as http get parameter, eg. $pagePlacard->addAction("/pages/detailsPage.php?param=urlencode ($paramID)"); Regards, Alfred ... null, ...