Page Style not working in sugarcrm 6.2 - sugarcrm

I was implemented Page Style Option in the sugar 5.5 it works properly. when upgrade the system from the 5.5 to 6.2 it does not work properly
Please anyone can help me?
Thanks

We've moved these options in the User's Settings in 6.0

Related

Not able to use TinyMCE 4.7.9 in IE11

I am using TinyMCE 4.7.9 and it runs perfectly in Chrome and Firefox. But in IE 11 (Version 11.0.9600) there is an error in the console.
TinyMCE does not support the browser you are using. For a list of supported browsers please see: https://www.tinymce.com/docs/get-started/system-requirements
In the system-requirements from TinyMCE the IE 11 seems to be supported.
Anyone with the same Problem or a solution?
Are you emulating an older IE release? If you have IE11 set to emulate an older release you will see this message.
You may have compatibility mode enabled. This could make TinyMCE think that you're using an older version of IE.

Facebook Connect + Phonegap 3

I'm building an app with Phonegap 3 (it's necessary to be version 3 because Barcode Scanner plugin).
I need to user also Facebook Connect plugin, but there is not already a version for Phonegap 3.
Do you know how can I solve this issue, once I need to offer Facebook Login and Facebook Activites Share for my app?
Thanks in advance!
The only option you have right now is to update the plugin yourself for version 3.0+ or wait for someone else to do it. Sorry it is not a great answer but it is the only answer at this time.
Please see my answer about using the Facebook plugin here: https://stackoverflow.com/a/19371560/368762
You can try to update the plugin yourself, or if you look on the "Network Graph" on the Github page for the plugin, you can see some forks that other people have been maintaining. One fork says it has been updated to work with 3.0 so I'd suggest that you try that.

Lack of Content assist in Titanium

I'm working on an Android mobile app, with the latest Titanium SDK (Titanium Studio, build: 3.1.0.201304151600). I'm using Windows 7 OS, Java 1.6 JDK.
The problem appears when I try to use Content assist (ctrl+space), which it doesn't work. It suggests me as far as "Ti" or "Titanium" but after that, I get no suggestions. E.g.: Titanium. doesn't result in anything.
Here are some of my settings:
(source: shrani.si)
Any ideas what could be wrong? Titanium is -as far as I can tell - based on eclipse. If anyone using eclipse might also suggest things I could try?
Thanks in advance
After the update of the Titanium Studio, this problem was resolved.

Xcode 4.3.1 doxygen comment generation

I'm currently using the lastest version of xCode and I'd like to be able to do this http://www.youtube.com/watch?feature=player_detailpage&v=9u1mrVTRt4w#t=98s as I could in xCode 3.
Can anyone help with possible solutions?
Xcode 4 doesn't have the Scripts menu which was built into older Xcode versions. There is a workaround however which leverages Services built into OSX to achieve the same behaviour. In order to add the Doxygen script, there is a step by step guide and the Doxygen.rb script available at this blog post: Doxygen Shortcuts In Xcode4
Duck Rowing has a very nice macro cmd-shift-D to generate a template based on the code selected.
Learn more at http://www.duckrowing.com/2011/05/14/using-the-doxygen-helper-in-xcode-4/

My FBMP app can't load suddenly

7 or 8 hours ago, my facebook FBML application can't load, it doesn't show any error, it can be a facebook problem? I didn't modify any file for the application crash.
Thanks!
Mikel.
It can be a related issue https://developers.facebook.com/bugs/182705755149358?browse=search_4ec3beea8af119f67451579.
By the way you should have a look on their roadmap https://developers.facebook.com/roadmap they'll deprecate FBML on January 1, 2012.
Regards,
Guess require_login() is a part of old PHP SDK which uses legacy auth
From yesterday FB has dropped fb_sig_xxxx params, which are used for legacy auth.
We are also facing the same issue with Java client.
It is the time to upgrade to oAuth.
Migrating to PHP SDK 3.0 should help.