I'm trying to use nativeDroid as theme for an app built with Appery, but it doesn't work and I have no idea why. Can anybody explain the correct procedure?
It may be a problem with jquery-mobile version. Be surre you run version lower to 1.4. Otherwise it will show everything messed up
If you are using jQuery mobile version 1.4 try this native droid version nativeDroid v0.2.4
#Note : It is an experimental version
Related
This CoralUI documentation page has a migration guide from earlier versions of CoralUI.
How do I learn which Adobe Experience Manager (AEM) CoralUI version I am using?
I think I can see it by going into CRXDE package manager and using the browser search (not the Search packages field) for coral:
I packaged my addon and tested in firefox 31 , it worked fine.
I try to install it on firefox 21 , I got an error mentioning invalid package addon/sdk/window
my question is how could i include packages so that it could work on firefox 21?
Any ideas?
Thanks
I dont think that will be supported, as firefox is improving day by day, and changes in the version of SDKs also.
Also, the firefox v21, must not be supporting the SDK packed addons. You should create them using XUL.
cfx has the option --force-use-bundled-sdk to bundle the sdk libraries themselves with the XPI, but that doesn't guarantee that those modules will work in older firefox versions
You could also wrap the module require() in try-catch blocks and use older APIs on failure. I think some modules were renamed over time
Also, FF21 is long out of support. At the time of writing 31.4.0esr is the oldest still maintained release.
IDEA 11.1.2
I have a Grails app I need to upgrade. The application consists of several modules. One being the application and a few others being plugins. I right clicked on the application and went to Grails -> Change SDK Version. I chose the version I wanted, then IDEA asked me if I wanted to upgrade the application. Clicked yes and all was good.
I've been trying to do the same thing on the plugin modules. IDEA never asks if I want to upgrade and it doesn't appear to change the SDK. If I upgrade the modules from the command line, when I come back to IDEA, it thinks there is a version mismatch and automatically downgrades me without even asking.
Is there a workaround for this?
It worked for me in this IDEA version. Make sure that you change Grails version in application.properties of all plugins:
app.grails.version=2.1.0
Then right-click on every module (plugin), Grails, Change SDK version. It should be changed already.
Have exactly same problem - app + plugins wich requires different SDK (for testing).
After some investigation found that it's an IntelliJ IDEA bug IDEA-114418. So, I think, it will be good if you'll vote for this bug there too.
I also had the same bug. I took extreme measures to rectify it.
I deleted the old grails from the Global Libraries. Go to file>Project Structure > Global Libraries . It should complain that this is used by a module.
Then I had to add grails framework support, but added the new one.
Prior to deploying JQuery Mobile js script to Blackberry application, simulator(Blackberry Bold 9700) crashes throwing an error "Class 'net.rim.device.api.crypto.MD5Digest' not found". I also renamed all dashes to dots, so this may not be the case of error, without a script application starts and works fine, but without JQM obviously, I also tried cleaning simulator. Does anyone comes with a solution?
If you are using jQuery Mobile pre 1.1 then make sure you are using jQuery Core 1.6.4.
I got white-screens when I used jQuery Core 1.7 with jQuery Mobile 1.0 Final, no problems on iOS or Android devices, just with BlackBerry.
If you are using jQuery Mobile 1.1.0 RC-1 then you should be able to use jQuery Core 1.7.1 but I have not tested this.
doing a quick search I found this BlackBerry Support Forum thread:
Application Entry Point Runtime Exceptions
the solution post is:
Lesson learned: if it doesn't work and you have no idea why, wipe/clean the device/simulator and/or make a new project and re-add all your source/resource files.
I'm a newbie to jQueryMobile. When I'm going through the documentation and sample, I'm seeing different versions are included in various samples like (jquery.mobile-1.0a1, jquery.mobile-1.0a2, jquery.mobile-1.0b2,....).
Now I'm in confusion that what version I have to use for my applications.
I would use the latest stable build: http://jquerymobile.com/download.