Re: [perl-win32-gui] gui builder

2000-12-14 Thread Aldo Calpini
David Hiltz wrote: I should also put together a web page with screen shots, documentation and link to download the program. I don't know where I would put this page - I'll have to ask my boss if it is ok to host it on one of our servers. it's perfectly ok to host it on

[perl-win32-gui] 2 questions

2000-12-14 Thread Christopher Sagayam
to cut a long story short ... $W-Tab-AddButton( -name = "createchangetab0", -left = 300, -top = 80 , -text = " Create/Change ", -width = 180, -height = 22, -foreground = [0,255,0], -background = [0,0,0], ); some more code here $W2 = new Win32::GUI::Window( -name = "W2",

[perl-win32-gui] ToolTips

2000-12-14 Thread Jonathan Southwick
Has anyone had any luck using Tooltips? I don't want to use it with NotifyIcon but I have a ListView and when someone hovers the mouse over an item I would like a Tooltip to come up with some text. Jonathan

[perl-win32-gui] Changing the background color

2000-12-14 Thread Sean Healy
I searched the archives, but could not find what I needed. Is there actually a way to change the background color of a textfield after it is created? I can do it with foreground color, but not background. The closest thing I found in the archives was this from Aldo:

[perl-win32-gui] -foreground and -align

2000-12-14 Thread David Hiltz
I just noticed that when I use '-align = right' with '-foreground' the color is always black. $Win-AddLabel( -text= "Sometext", -name= "Mylabel", -left= 365, -top = 81, -width = 30, -height = 13,