> outgoing ftp the tabstrip text changes to red, or something. > i've tried > using -foreground => [255,0,0] and/or 0x0000FF(which i think > is red) but
I had a look at the docs I dont think you can control the tab strip text in this way. from win32gui.html... ------------------------------------- ChangeItem(ITEM, %ATTRIBUTES) Change most of the options used when the item was created (see InsertItem()). Allowed %ATTRIBUTES are: -image -text [Method valid for Object: TabStrip] -------------------------------------- But you could make yourself some images(with the text in different colours) and subsitute them on your event. See tabstrip.pl in the samples.