Any idea what's wrong with new Facebook mobile app?

BlackBerry pushed me an updated version of the Facebook application via BlackBerry App World.  I downloaded and installed it, but this new version shows unable to connect to the server.  I will also pursue this with BlackBerry, but has anybody at VZW heard of this?  Any advice?

well you are missing ".presence" after Guideline_Choices but I think the problem is you have the code in the wrong event. Try putting it in the exit event of Guideline_Choices and it should look like this:
if ($ == "Fences") then
Fences.presence = "visible"
Roofs.presence = "hidden"
$.presence = "hidden"
elseif ($ == "Roofs") then
Roofs.presence = "visible"
Fences.presence = "hidden"
$.presence = "hidden"
endif

Similar Messages

Maybe you are looking for

  • IFS install on NT 4.0 w/station

    I'm getting an error when trying to use the iFS Configure when connecting to an Oracle 8i Database (on a different machine). The error is "The following error ocurred: java.lang.classnotfound Exception:oracle.jdbc.driver. Oracle Driver" Any ideas? Ch

  • Change Name in digital signature

    After getting married how do you change your digital signature in Adobe?  Do you have to delete the original and start again?  If so, where is it stored so that if can be deleted?

  • Change Request Management without Transport Managment System

    Hello, we would like to use the Change Request Management but without using the Transport Managment System (TMS). Means, we do not want that transport request are created automatically, we do not want that it is possible to log on to the satellite sy

  • How to enlarge print size on hp psc 1610

    help !!!

  • How can i remove an element from a 2d array index

    Hi, i have a 2d array with 3rows and 4columns all i wanna do i just remove whatever in (2,2) and replace it with lets say "abc" how can i do this, is there a method to remove the text in a specific index in the array ?? thx for any suggestions ty