Page 1 of 1
OutlookBarGadget
Posted: Wed Jun 13, 2007 4:19 pm
by Progi1984
This is the begging of a code for doing an OutlookBarGadget :
It's running ...
Now, i have some problems with GetGadgetItemText...
File:1->
OGadget.pb

Posted: Wed Jun 13, 2007 8:01 pm
by Trond
How about replacing the import path with this?
Code: Select all
Import #PB_Compiler_Home + "Compilers\ObjectManager.lib"
Apart from that, I get an invalid memory access at line 595.
Posted: Thu Jun 14, 2007 8:24 am
by Progi1984
For the replacement, that doesn't run with Tailbite !
For the IMA, i haven't got this :
- Have you done some modifications ?
- Have you a clue ?
Posted: Thu Jun 14, 2007 10:05 am
by Progi1984
Update of the code :
Code: Select all
; Date : 14/06/07
; Comment : ADDED : GetGadgetItemText
; ADDED : SetGadgetItemText
; BUG : String + GetGadgetItemText Delete the string
If some experts can see the bug, it could be very interesting !
Posted: Mon Jun 18, 2007 9:03 am
by Progi1984
Hi, after some searchs, I have no clue.
The value of GetGadgetItemText is "Text"
But "Before"+"Text" = "Text"
How can the problem happen ?
Someone have the same problem ?
Posted: Tue Jun 19, 2007 1:43 pm
by Progi1984
Update of the code :
Code: Select all
; 0.3
; Date : 19/06/07
; Comment : ADDED : GetGadgetAttribute
; ADDED : SetGadgetAttribute
; ADDED : GetGadgetColor
; ADDED : SetGadgetColor
; ADDED : GetGadgetItemColor2
; ADDED : SetGadgetItemColor2
; ADDED : GetGadgetItemData
; ADDED : SetGadgetItemData