Posts by João Tomás • 130 points
10 posts
-
0
votes1
answer23
viewsQ: Customize validation message in Wicket
I currently have a project that is using Wicket 7.8.0 and Java 8 and I have one DateTextField that every time I put one wrong date, the FeedbackPanel reports that the: "deDateField" não é um número…
-
1
votes1
answer100
viewsA: Angular 2 at Visual Studio 2015
I ended up using Visual Studio Code, it is easy to migrate and we have the tools available for development. It has great extensions to facilitate code development in snippets such as "Angular…
-
0
votes1
answer261
viewsA: How to view SCROLL Permanent Ionic2
Just switch to the CSS of the page you want. Try this: .ng-animate .scroll-bar { visibility: visible !important; } .scroll-bar-fade-out{ opacity:1 !important }…
-
0
votes1
answer24
viewsA: How do I update the data? Ionic2
Your question is unclear. What do you intend to do? Your app has a database, or you just want to add data? Check this link, have best practices https://github.com/driftyco/ionic-conference-app, as I…
-
0
votes1
answer100
viewsQ: Angular 2 at Visual Studio 2015
I have been working on a project that uses Ionic Framework and Angularjs for mobile and use Visual Studio 2015 "Tools for Cordova" to build and debug the project. Recently, Angular 2 and Ionic 2…
-
3
votes1
answer72
viewsQ: Adobe Air integrate Flex Componets
I am developing a project through Adobe AIR and Action-Script 3, I found that the UI Components do not have mobile support, ie on Android or iOS they do not scroll-bar down and up with your finger.…
-
2
votes1
answer35
viewsA: Adobe Air iOS - Fileoffset error
I finally realized what the maximum limit for iOS in Assets is 6GB. The other reason for the error message is because iOS doesn’t like swf with unfinished frames on Timeline. The above method is…
-
0
votes1
answer60
viewsQ: Adobe Air iOS - Unload Swf
I wonder if it’s possible to do unload of a swf on iOS. I am currently doing an iOS project using Adobe Air and my class is as follows:: function foo() { var m_lc:LoaderContext = new…
-
2
votes1
answer35
viewsQ: Adobe Air iOS - Fileoffset error
Good, I am currently developing for iOS in Adobe Air in Ad-hoc distro mode. I’m currently using these technologies: Adobe Air 18 Adobe Flash Player 17 Adobe Flash Builder 4.5 Adobe Flash…
-
2
votes1
answer277
viewsQ: Start application on a specific monitor in Adobe AIR
I am developing an application in Adobe Air exe that uses 2 monitors, the application calculates how many monitors have the computer, and calculates using a Rectangle to popular the same. Here it is…