
In questo articolo ho trattato di NSTimer, NSDate e di come eseguire semplici suoni.
E’ inoltre presente un articolo su Mono, framework che consente di eseguire .Net su piattaforme non microsoft.
Inside the -(BOOL)canPerformAction:(SEL)action withSender:(id)sender method
when holding the mouse pointer in the simulator on a word of a webpage loaded on a uiwebview this method is called properly, but the copy: selector isn’t analyzed and not even called (but the text is normaly copied) , I’ve opened a ticket o Apple Bug Report.
This bug don’t allow to fully disable the contextual menu on uiwebview, and the only solution is to disable all using javascript on the loaded page.
These weeks Windows 7 finds a new update(s) quite every week and asks to reboot, nice feature, this means a much secure os, but the continue reboots is becoming really annoying, i keep my pc turned on to avoid shutdown/reboot times and now it’s useless…
January 27th,2010
Windows |
No Comments
I discovered that ntfs-3g (current version) , an application that allows to write on ntfs partitions is really buggy, it corrupted some external ntfs usb drives i own, and in windows they became unreadable (it asks to format them!).
The only solution to fix this issue was to remove these drivers, and use paragon ntfs. I managed also to repair those drives using the disk utility application after uninstalling ntfs-3g, because before its features didn’t work.
January 7th,2010
Mac OS,
Tips | tags:
Apple,
Mac OS |
No Comments
I’m not very happy about this project, I believe it will bring much confusion and problems than else.
- Performances: the pre-alpha version creates executable of about 7MB for applications of about 3 sheets, i develop them, same functionalities, on about 700KB. Actionscript uses a virtual machine with garbage collector, iPhone OS doesn’t, so who knows if the Actionscript->Source Code conversion is the best available, and developers will be allowed to fix it?
- API sync: how long it will take to Adobe to release the update to be in sync with the official iPhone SDK? Weeks, months? And will be bug-proof? i don’t think so.
- Bugs: Apple fixes bugs not so quickly, how long it will take for Adobe to fix theirs?
- Project killed: if Adobe will drop this feature what will happen to the projects developed in Actionscript? You will have to learn Objective-C and redo the project from scratch.
- Debug: if the conversion made by Adobe will create leaks or crash how the developer will be able to fix them if it create the final package without any Objective-C source? Debugger? how will work?
- Compiler: Adobe uses only LLVM, in XCode you can choose between GCC and LLVM.
- Fast-food programmers: the power of Objective-C is his nature of being so close to C allowing to develop using object-oriented programming; a well trained developer can use C to speed his applications/game: an Actionscript developer will never be allowed to go so deeply (at least for now).
- Black Box: all the conversions will be hidden to the developer: he has to trush in the Adobe engineers.
- Multithread: AVM2 doesn’t support to develop multithreaded applications, while Objective-C/C and the iPhone OS yes: did they allow to use this feature or not?
When the first beta will be release we will see hundred of applications and games on the Apple Store developed with this version: bugs, crashes, slow applications, and what else?
Design Patterns teach to decrease to the lower level the coupling, in this way the developer is coupled to Adobe decisions and timing: this is really the
I will test it but without any real interest, I want to have full control on my application/game and to know how in the core my software works: I’m able to dectect and fix bugs in minutes cause i only need to know the language. i’ll never t be forced to wait for Adobe to fix conversions bug hoping that they will be fixed in the “who knows when” fix-release.

In questo articolo viene spiegato come popolare una tabella, inserendo le informazioni all’interno delle celle.