xiq Revolution Labs - creative innovatives. The Blog about all things Internet and Graphics Design.
Xwype For Android Updated | XDA Developers
Link abrufen
Facebook
X
Pinterest
E-Mail
Andere Apps
Xwype has been updated to V2.1, which means that the Classic version now actually does look like the classic version. Get it here: xda developers // xwype
It took me a lot of time to figure out what was wrong with the simple code for my FiveM Server. I just wanted to test a Javascript callback function that gets invoked by the SendNUIMessage function. First of all, the documentation is wrong about the case of the method. it's actually SendNUIMessage, as I used here in this text and title, and not SendNuiMessage (the letters "ui" are not uppercased in the reference, which is wrong). The next problem was figuring out what the hell was going on. I haven't yet found a way for the FiveM Server (FXServer?) to show me more error messages, but on the other hand, I have only played around with it for a ~10 hours. Since coverage for Javascript server & client scripts for FiveM is pretty scarce, you might get more problems than a lua user - simply because there is less help for you out there. Most tutorials and questions that google comes up with in relation to SendNUIMessage don't cover one important thing: you...
Since I don't like the LG Optimus UI at all, I make many Skins and Themes. This time I present you the Browser for my xrl UI, which you can also download below. It has been ZipAligned and PNG-Optimized, which reduced the Size from 1495KB down to 912KB , that is a reduction of 39% . See Portrait Mode and the download link after the break:
It took me way to long to figure this out. The default getting started of vuex doesn't tell you that there's a big difference when using namespace: true in your store. Instead of accessing your getters like this: isMenuActive() { return this.$store.getters.isMenuActive }, ...you actually have to to do it like this: isMenuActive() { return this.$store.getters['menu/isMenuActive']; }, I hope this helps. If you are curious: The first example could never work , because, internally, the getters object uses the Bracket Syntax [ ] to store these getters namespaced. It's actually a javascript object that looks like this: getters: { "menu/myFunnyGetter": 250, "menu/anotherGetter": "Abracadabra", "info/giraffeSize": ">3m"} } I like vuex, and it's clearly a capable solution to some problems, but I feel like nowadays, people just don't know how to write good documentation anymore. It...
Kommentare
Kommentar veröffentlichen