Welcome to Gary Au Blog : My Lotus Domino Experience

Main Menu

  • Home
  • Lotus Domino
  • 其他玩具
  • 雜項
  • Palm Pre / WebOS
  • WebOS 雜文
  • Download File
  • Gary@Facebook
  • Gary@Mewe
  • 關於Gary Au

關於本blog ...


本版用作本人的技術經驗交流,主要是Lotus Domino , 其實本人還有用 Linux , MySQL 及Microsoft Server


 

Visitor Counter

4699698

最多讀者的文章

Touchpad 中文輸入法有新希望 ~~ (Revised : 已經test 緊)

Touchpad 中文輸入法有新希望 ~~ (Revised : 已經test 緊)

玩住先啦 ...

有網友提出不如用 text-auto-replace 做中文輸入法.... 我記起我有個檔案 ... 不過 .... 係webOS 3.0 無用架啦 ... 咁點算....

方法好簡單... 原來webOS 3.0 轉左方法 .... 要用指令自製dictionary file ...

(2011 07 29 : 只係去到2131 個字.....係唔係呢個方法的限制 ? )


 

Screenshot-8


Read more: Touchpad 中文輸入法有新希望 ~~ (Revised : 已經test 緊) 1 comment
Details
Category: Palm Pre
Created: 28 July 2011
Last Updated: 29 July 2011

Lenovo X220 都可以用16GB RAM ...

Lenovo X220 都可以用16GB RAM ..

今日真係要講下其他玩具....

係台灣有人話, Lenovo X220 可以用到2 條8GB RAM , 共16GB RAM ...


corsair8gb05
Read more: Lenovo X220 都可以用16GB RAM... Add new comment
Details
Category: 其他玩具
Created: 01 May 2012
Last Updated: 01 May 2012

如何reset / hard reset 你的palm pre


係palm OS 5 有reset 機制, 但係palm pre 又如何呢?

1. 按 Center 制 (touch screen 下的圓制)

 

2. 打開 device info


 

 


3. 按 Reset options

 

 

 


4. 有以下設定

reset (reboot)

partial reset (除了USB storage , 例如相及音樂的資料)

ful erase (全部刪除)

 


Add new comment
Details
Category: Palm Pre
Created: 08 November 2009
Last Updated: 12 November 2009

今日買左一部HTC Desire

要買股票, 要有實時股票軟件嘛 .... 今日行過深水埗 .... 見到部HTC Desire , 咁係Android 2.1 , 有又1GMhz CPU (咪google nexus one 孖生兄弟囉... )

 



玩左幾個鐘 .... 都係覺得Palm Pre 好..... Palm Pre 有乜好?

Read more: 今日買左一部HTC Desire Add new comment
Details
Category: Misc
Created: 12 May 2010
Last Updated: 17 August 2015

iPhone 使用Lotus Traveler

Lotus Traveler 8.5.1 最主要是支援iPhone 透過Direct Push 支援Push Mail , Contact 及Calendar , 那麼iPhone 又如何使用Lotus Traveler ?

1. 在iphone 的Safari 輸入網址 :

http://<Server>/servlet/traveler

例如 :  http://www.garyau.com/servlet/traveler

再登入使用者的Internet Login 及密碼



你會見到使用者資料的網頁, 按 'Configure your iphone/ipod touch'


確定電郵(Internet E-mail address) 無錯, 再按Generate


Profile 載入後, 按install


雖則Profile 不能Vertify (因無SSL) , 按Install Now


再輸入一次Internet password


完成設定


現在已經完成設定,E-mail , contact 及 Calendar 會自動下載


警告: 所有iphone 的Contact 及Calendar 會被刪除, 事前請備份資料

Add new comment
Details
Category: Lotus Domino
Created: 12 February 2010
Last Updated: 12 February 2010

按制button 及text field - Palm Ares 教學 (2)

上次寫了一個用不了WebOS 的程式 , 今日用Ares 寫一個有意思點的程式啦 ....


如果閱讀一下講palm WebOS 的程式設計, 你會見到有Sense , 有template , 不過如果用Ares 的話, 你暫時可以忘記有這些東西 ~~ 當然, 有基本程式技巧是必需的 ...

1. 照以下設定

a)一個group, 拉長個group

b)一個row , 放在group 內

c) 三個button


 


2.確定row放在group內


3.遂一設定好tap event (每一個button 都做一個tap event)

4.

 


 


5.

 


6. 按event procedure 旁的圖示, 會打開code editor


輸入相關的Code: (紅色部份是自己打的 ... )

MainAssistant.prototype = {
setup: function() {
Ares.setupSceneAssistant(this);
},
cleanup: function() {
Ares.cleanupSceneAssistant(this);
},
button1Tap: function(event, inSender) {
this.total=0;
this.controller.get('result1').innerHTML='100';

},
button2Tap: function(event, inSender) {
this.controller.get('result1').innerHTML='200';
},
button4Tap: function(event, inSender) {
this.controller.get('result1').innerHTML='0';
},
button3Tap: function(event, inSender) {
Mojo.Controller.errorDialog(this.controller.get('result1').innerHTML);
}
};

完成後, 可以把ipk 安裝到palm pre 做測試了 ~~

按首兩個制, 會轉變text field 的數值, 按 show text 會用error Dialog 顯示text field 的數字

註1: 照道理應該可以用 .value , 而不是 .innerHTML , 我見網上其他網友都可以用 $('result1').value , 這是Javascript library 'Prototype' 的寫法, 但係我用不到, 暫時都未知原因 ....  

請使用 this.controller.get('result1').mojo.setValue() 取代 this.controller.get('result1).innerHTML

 

註2 : 不知何故, 按了首兩個制後, 不能再直接轉text field 的數值 ...

註3 : 不知何故, 未按首兩個制, 按show text 會顯示整個template 的HTML code ..

註4: 為何要用errorDialog ? 因為error dialog 不用做template .... 比較簡單

Add new comment
Details
Category: WebOS Development
Created: 26 December 2009
Last Updated: 19 February 2011

Mobile Hotspot 在1.4 復活記 ~

當你升級上WebOS 1.4 , Mobile Hotspot 會停止運作, 於是不能使用palm pre 扮wifi hotspot .. 不過只要少少步驟, 已經可以重新啟動mobile hotspot

 



 

Read more: Mobile Hotspot 在1.4 復活記 ~ Add new comment
Details
Category: WebOSQuickInstall 教學
Created: 07 March 2010
Last Updated: 07 March 2010

iOS4 個Notes 可以over-the-air-sync去Lotus Domino 架

iOS4 個Notes 可以over-the-air-sync去Lotus Domino 架

最近終於升級部機到iOS4 , 當然iPhone 玩了iOS4 好耐了 ...

有個問題了 .... Lotus Traveler 只支援Mail , Calendar 及Contact 同iPad 的Direct Push , 但係Notes (Memo) 又如何呢?

原來iOS4 的Notes 支援更新到Google 及IMAP Server .... 於是.... 有計了 ~

Read more: iOS4 個Notes 可以over-the-air-sync去Lotus Domino 架 Add new comment
Details
Category: Lotus Domino
Created: 14 November 2010
Last Updated: 14 November 2010
  1. 我買左Blackberry Q10
  2. Palm Pre 如何上HSBC 網上銀行~ (答案: 扮iphone...)
  3. Lenovo 可能買Palm ...
  4. IBM 不再支援DB2NSF
  5. 駛唔駛咁快呀....WebOS QuickInstall 4 又推出
  6. Lenovo T430U 好鬼靚 (part 1) ~
  7. 如何找到全區免費軟件的 IPK
  8. 部macbook air 11" 今日到左~
  9. 買左部sony xperia Z
  10. Exchange 2010 的archive 功能... 有點兒 ...

Page 6 of 54

  • 1
  • 2
  • 3
  • 4
  • ...
  • 6
  • 7
  • 8
  • 9
  • ...
  • You are here:  
  • Home
  • 最多讀者的文章

技術支援/合作及培訓

有關Lotus Domino 的

  • 支援查詢,
  • 技術合作
  • Lotus Domino 的系統管理培訓課程

歡迎聯絡 (852) 35788288 (所有語音留言會電郵給我) 或者填寫聯絡表格


 

廣告


本網頁屬個人網誌, 一切言論純粹是表達本人的個人意見或經驗分享, 本人亦無法保證網誌內容的真確性和完整性。讀者一切的行動以及該行動所引致的損失,概與本人無涉。

www.garyau.com 文章 by Gary Au, www.garyau.com is licensed under a Creative Commons Attribution-Noncommercial-No Derivative Works 3.0 Hong Kong License. 引用請註明出處 Creative Commons License

Back to Top

© 2025 Welcome to Gary Au Blog : My Lotus Domino Experience