Search found 34 matches

by Jeanne
Tue Mar 09, 2010 12:25 pm
Forum: eXpress++ Support
Topic: DCPUSHBUTTONXPConfig background question
Replies: 9
Views: 15157

DCPUSHBUTTONXPConfig background question

When making buttons with the with DC_XpbPushButtonXPConfig and you make the corners round the little part that now is not part of the button shows up as a lttle white triangle and I have backgrounds of dark blue. So how do I get that little triangle of the button to be blue or transparent so the blu...
by Jeanne
Tue Mar 09, 2010 11:16 am
Forum: eXpress++ Support
Topic: ButtonXP bitmap location
Replies: 12
Views: 21765

Re: ButtonXP bitmap location

You are so good. Just turned in my app and now the bitmaps are all in the center..

Thanks
Jeanne
by Jeanne
Mon Mar 08, 2010 2:13 pm
Forum: eXpress++ Support
Topic: ButtonXP bitmap location
Replies: 12
Views: 21765

Re: ButtonXP bitmap location

Roger,
Any luck on fixing this? Looks like I will have to release my app with the bitmaps not getting centered.
Jeanne
by Jeanne
Fri Mar 05, 2010 6:52 am
Forum: eXpress++ Support
Topic: xdot help file
Replies: 3
Views: 9606

Re: xdot help file

Ok I see... no biggie. Thanks Jeanne
by Jeanne
Thu Mar 04, 2010 1:45 pm
Forum: eXpress++ Support
Topic: xdot help file
Replies: 3
Views: 9606

xdot help file

Is there an xdot help file somewhere? I seem to be missing this if in fact there is suppose to be one. When I run xdot, click on the Help and select Help Contents nothing happens at all..

Jeanne
by Jeanne
Tue Mar 02, 2010 9:01 am
Forum: eXpress++ Support
Topic: ButtonXP bitmap location
Replies: 12
Views: 21765

Re: ButtonXP bitmap location

Roger,
I was wondering if you had a chance to look at this?
thanks
Jeanne
by Jeanne
Thu Feb 25, 2010 3:01 pm
Forum: eXpress++ Support
Topic: ButtonXP bitmap location
Replies: 12
Views: 21765

Re: ButtonXP bitmap location

Roger, Because my app is a touch screen I used your sample TouchSrc as my base. I modified the Numpad.prg to show my issue with the bitmaps not being centered. When I do not use the RESIZE options the bitmap does stay in the center but when I add the RESIZE and maximize the window the bitmap goes to...
by Jeanne
Thu Feb 25, 2010 8:47 am
Forum: eXpress++ Support
Topic: ButtonXP bitmap location
Replies: 12
Views: 21765

Re: ButtonXP bitmap location

Roger,
May be I need to put together a small test to see how this works in it.
Jeanne
by Jeanne
Wed Feb 24, 2010 2:30 pm
Forum: eXpress++ Support
Topic: ButtonXP bitmap location
Replies: 12
Views: 21765

Re: ButtonXP bitmap location

oConfig2 := DC_XbpPushButtonXPConfig():new() oConfig2:fgColorMouse := COLOR_DARKGREEN oConfig2:bgColorMouse := COLOR_ORANGE oConfig2:fgColor := COLOR_DARKGREEN oConfig2:bgColor := COLOR_DARKGREEN oConfig2:fgColorSelected := GRA_CLR_GREEN oConfig2:bgColorSelected := COLOR_ICEGREEN oConfig2:fgColorCli...
by Jeanne
Wed Feb 24, 2010 11:21 am
Forum: eXpress++ Support
Topic: ButtonXP bitmap location
Replies: 12
Views: 21765

ButtonXP bitmap location

eXpress build 1.9 253

I was trying to put my bitmap in the center of the XP button by doing this in the DC_XbpPushButtonXPConfig code:
oConfig1:alignBitmap := XBPALIGN_HCENTER + XBPALIGN_VCENTER
but it is not working for me

Is this wrong?

Jeanne