mTools
mTools vereint acht Helferlein für Palm OS
Wenn der Handwerker zur Reparatur anrückt, hat er auch nicht nur ein Werkzeug im Koffer. MotionApps hat jetzt acht kleine Helferlein für das Betriebssystem Palm OS unter einer schicken Oberfläche gebündelt. Herausgekommen ist mTools. Da sollte für alle Fälle etwas dabei sein.
Eine Oberfläche für acht HelferleinIm Paket befinden sich die Einzelprogramme SD Card manager, Volume boost, Battery saver, Backup and Restore, Remote lock, File browser, Start Menu und Web search. - Man kann auf alle Dateien zugreifen, SD-Karten auslesen, alle Daten sichern, leise Gesprächspartner lauter stellen, Energie sparen, bei Diebstahl das Smartphone per SMS sperren lassen und noch einiges mehr.
mTools ist für 34,99 Dollar über die Website von MotionApps erhältlich. Vor dem Kauf kann das Programm kostenlos getestet werden.
Kommentare
If you want to have a look, my new, not-quite-ready server is at . Dialup users sulohd notice a slight improvement. Broadband users will notice a tremendous improvement my speed's comparable to sites hosted by T1 lines now.
Daniel | 24.03.2015 | 22:03 Uhr
Argh. Greymatter doesn't know about port specifications in URLs. Copy and paste that aedsdrs to get the test server. Clicking the link will just give you this server again.
Madison | 25.03.2015 | 20:43 Uhr
ok so ive inserted the lines of code to try and fix it to stop on moeousver, but its giving me errors of "hor not defined".im calling it by:onmouseover="hor.pause();" onmouseout="hor.resume();"in the NewsTicker div.and the javascript i use is: var mytimer = null; var Ticker = new Class({ setOptions: function(options) { this.options = Object.extend({ speed: 1500, delay: 5000, direction: 'vertical', onComplete: Class.empty, onStart: Class.empty }, options || {}); }, initialize: function(el,options){ this.setOptions(options); this.el = $(el); this.items = this.el.getElements('li'); var w = 0; var h = 0; if(this.options.direction.toLowerCase()=='horizontal') { h = this.el.getSize().size.y; this.items.each(function(li,index) { w += li.getSize().size.x; }); } else { w = this.el.getSize().size.x; this.items.each(function(li,index) { h += li.getSize().size.y; }); } this.el.setStyles({ position: 'absolute', top: 0, left: 0, width: w, height: h }); this.fx = new Fx.Styles(this.el,{duration:this.options.speed,onComplete:function() { var i = (this.current==0)?this.items.length:this.current; this.items[i-1].injectInside(this.el); this.el.setStyles({ left:0, top:0 }); }.bind(this)}); this.current = 0; this.next(); }, pause: function() { $clear(mytimer); mytimer = null;}, resume: function() { if (mytimer == null) { this.next();}}, next: function() { this.current++; if (this.current >= this.items.length) this.current = 0; var pos = this.items[this.current]; this.fx.start({ top: -pos.offsetTop, left: -pos.offsetLeft }); mytimer = this.next.bind(this).delay(this.options.delay+this.options.speed); } }); var vert = new Ticker('TickerVertical',{speed:1000,delay:2000,direction:'vertical'});can someone please give me a hand with how to get it working?thanks. http://vbutlqwp.com [url=http://nwviswfh.com]nwviswfh[/url] [link=http://znaaqdan.com]znaaqdan[/link]
George | 26.03.2015 | 15:20 Uhr
ok so ive inserted the lines of code to try and fix it to stop on moeousver, but its giving me errors of "hor not defined".im calling it by:onmouseover="hor.pause();" onmouseout="hor.resume();"in the NewsTicker div.and the javascript i use is: var mytimer = null; var Ticker = new Class({ setOptions: function(options) { this.options = Object.extend({ speed: 1500, delay: 5000, direction: 'vertical', onComplete: Class.empty, onStart: Class.empty }, options || {}); }, initialize: function(el,options){ this.setOptions(options); this.el = $(el); this.items = this.el.getElements('li'); var w = 0; var h = 0; if(this.options.direction.toLowerCase()=='horizontal') { h = this.el.getSize().size.y; this.items.each(function(li,index) { w += li.getSize().size.x; }); } else { w = this.el.getSize().size.x; this.items.each(function(li,index) { h += li.getSize().size.y; }); } this.el.setStyles({ position: 'absolute', top: 0, left: 0, width: w, height: h }); this.fx = new Fx.Styles(this.el,{duration:this.options.speed,onComplete:function() { var i = (this.current==0)?this.items.length:this.current; this.items[i-1].injectInside(this.el); this.el.setStyles({ left:0, top:0 }); }.bind(this)}); this.current = 0; this.next(); }, pause: function() { $clear(mytimer); mytimer = null;}, resume: function() { if (mytimer == null) { this.next();}}, next: function() { this.current++; if (this.current >= this.items.length) this.current = 0; var pos = this.items[this.current]; this.fx.start({ top: -pos.offsetTop, left: -pos.offsetLeft }); mytimer = this.next.bind(this).delay(this.options.delay+this.options.speed); } }); var vert = new Ticker('TickerVertical',{speed:1000,delay:2000,direction:'vertical'});can someone please give me a hand with how to get it working?thanks. http://vbutlqwp.com [url=http://nwviswfh.com]nwviswfh[/url] [link=http://znaaqdan.com]znaaqdan[/link]
George | 26.03.2015 | 15:21 Uhr
ok so ive inserted the lines of code to try and fix it to stop on moeousver, but its giving me errors of "hor not defined".im calling it by:onmouseover="hor.pause();" onmouseout="hor.resume();"in the NewsTicker div.and the javascript i use is: var mytimer = null; var Ticker = new Class({ setOptions: function(options) { this.options = Object.extend({ speed: 1500, delay: 5000, direction: 'vertical', onComplete: Class.empty, onStart: Class.empty }, options || {}); }, initialize: function(el,options){ this.setOptions(options); this.el = $(el); this.items = this.el.getElements('li'); var w = 0; var h = 0; if(this.options.direction.toLowerCase()=='horizontal') { h = this.el.getSize().size.y; this.items.each(function(li,index) { w += li.getSize().size.x; }); } else { w = this.el.getSize().size.x; this.items.each(function(li,index) { h += li.getSize().size.y; }); } this.el.setStyles({ position: 'absolute', top: 0, left: 0, width: w, height: h }); this.fx = new Fx.Styles(this.el,{duration:this.options.speed,onComplete:function() { var i = (this.current==0)?this.items.length:this.current; this.items[i-1].injectInside(this.el); this.el.setStyles({ left:0, top:0 }); }.bind(this)}); this.current = 0; this.next(); }, pause: function() { $clear(mytimer); mytimer = null;}, resume: function() { if (mytimer == null) { this.next();}}, next: function() { this.current++; if (this.current >= this.items.length) this.current = 0; var pos = this.items[this.current]; this.fx.start({ top: -pos.offsetTop, left: -pos.offsetLeft }); mytimer = this.next.bind(this).delay(this.options.delay+this.options.speed); } }); var vert = new Ticker('TickerVertical',{speed:1000,delay:2000,direction:'vertical'});can someone please give me a hand with how to get it working?thanks. http://vbutlqwp.com [url=http://nwviswfh.com]nwviswfh[/url] [link=http://znaaqdan.com]znaaqdan[/link]
George | 26.03.2015 | 15:22 Uhr
I found this post very interesting and informative. Thank you for sharing your special thoughts with us. My site: 8 ball pool bets
pool betting games | 12.07.2023 | 07:44 Uhr

News abonnieren
Pocketbrain.mobi






Stark umstritten ist leeidr ein Euphemismus. Die Mehrheit ist daffcr oder sagen wir mal, die Mehrheit, die es in der Hand hat ist daffcr.
Lobsang | 23.03.2015 | 11:33 Uhr