Aptana javascript outline view - aptana

I have a problem with aptana and outline view.
I build my classes in this way :
(function(){
// My Class here
}());
Unfortunaly, outline view dont understant what's in this anonymous function.
Maybe aptana team can impr

There is a ticket opened on it in Aptana Studio's bug tracking system: http://jira.appcelerator.org/browse/TISTUD-336. You could watch the ticket for progress.

Related

UISearchDisplayController is no longer supported when linking against this version of iOS

Unable to use Googleplaces SDk, No where I'm using "UISearchDisplayController" in my project. So searched in my project which is showing in GooglePlaces
I'm no where using "GMSAutocompleteTableDataSource", I'm Using "GMSAutocompleteResultsViewController" for getting the places.
When adding a searchBar to UIViewController in Storyboard, the UISearchBarDisplayController will be added. Just click to it add press 'Delete'
I have just removed searchDisplayController used in storyboard viewController.
Search for searchDisplayController and just remove it and it's outlet if created.
I have a search Display Controller in my storyboard, which is not pulling up when i search like this. so search with "searchDisplayController" in each storyBoards. Referred from this post

How to change JavaFx native Bundle exe icon

I am trying to chance the icon of the exe file created native bundling of javafx packaging but it still contains the default icon. Please suggest
primaryStage.getIcons().add(FileUtility.loadImage("icon.png"));
did not help, it only changes the title bar and task bar icon.
The ico file still gets generated and icon of the exe files remains the default one
I also tried to assign an icon in the project properties-> Deployment-> icon but did not help
I believe I have encountered the same issue and the solution is described in the following thread.
As a side note - neither specifying your icon in the build.xml file or via the project's options in the deployment section is going to work thus far, but it seems to be fixed in the upcoming release of 7u10.
I added response here How to set custom icon for javafx native package icon on Windows and thinks it is the same issue you started out with. However you seem to have moved on, but others might find it interesting...
I added src/main/deploy/package/windows/myapp.ico there and it finally worked :)
For you:
Create src/main/deploy/package/windows/ folder
Add icon with name ${project.build.finalName}.ico
Run mvn jfx:build-native
I haven't played with it extensively - just got it to work and wanted to share. So if you want to use icon with different name, I don't know how. Not yet at least. The ... section in the config section seems to be for webstart, so I haven't been using it. Hope you get it to work!
Answered at How to set custom icon for javafx native package icon on Windows

Drop-down menu of Dojo do not open up in QtWeb browser

I am using QtWeb browser (www.qtweb.net) for my development. When I try to open the following URL in the browser, the drop-down menus of the buttons do not open up:
http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/form/test_Button.html
This issue is not seen across other browsers.
Any workarounds/suggestions/ideas would be appreciated.
I encountered the same problem. Interestingly, the popup menus do not work since version 1.7.1.
This is not bug of dojo. This is some mistake in QtWebKit. The problem in touchpad device that defined by default in precomiled qt webkit libs (even if the touchpad does not exists physically).
Temporary solution is to edit dojo/has.js file (find this lines in dojo >= 1.7.1):
if(has("host-browser")){
var agent = navigator.userAgent;
has.add("dom-addeventlistener", !!document.addEventListener);
has.add("touch", "ontouchstart" in document); <<<<< Comment this line
has.add("device-width", screen.availWidth || innerWidth);
has.add("agent-ios", !!agent.match(/iPhone|iP[ao]d/));
has.add("agent-android", agent.indexOf("android") > 1);
}
Here another solution (more painfully):
Link to the helpful message source
You must recompile QtWebKit with DEFINES+=ENABLE_TOUCH_EVENTS=0 that defined in WebCore/features.pri.
Then you qt web projects will be work properly!

Classes and id's from css

How can i get classes and id's at html file from css using content assist?
Using:
Eclipse IDE for JavaScript Web Developers.
Version: Indigo Release
Build id: 20110615-060
This seems to be requested in:
bug 302125 - WTP: [content assist] Code assist for ids and classes in CSS, and
bug 290390 - WTP [content assist] Code assist for url's, colors and fonts.
It is not implemented yet, though.
The first bug report points out that is is implemented in Aptana, so you have this editor (Aptana studio, based on Eclipse3.5+ and available as an Eclipse plugin if you want) to consider as an alternative.

How to fix Devexpress ASpxUploadControl control when pressing Add button in firefox?

Hi
I'm using ASpxUploadControl from devexpress asp.net tools, 'Add' button was allowed and when I press it in Firefox4 I get this javascript error:
this.fileInputSeparatorTemplateNode is undefined
Source File: http://localhost:21390/DXR.axd?r=1_53
Line: 370
But when using it on IE8 every thing is all right, any help with this ?
which version of DX controls are you using? I tried to reproduce the problem using the ASPxUploadControl - Multi-File Upload demo (it is built using the latest, 10.2.8, release) and do not see this issue. Please try to install the same version, perhaps it will help.

Resources