Search found 1172 matches

by Tom
Thu May 13, 2010 7:35 am
Forum: eXpress++ Support
Topic: Asterisk in the PASSWORD
Replies: 6
Views: 11361

Re: Asterisk in the PASSWORD

Hi, Miguelon.

There is a new "PASSCHAR" option to set the password character. You can do something like this:

Code: Select all

@ 1,1 DCGET cPasswd PASSWORD FONT "10.Wingdings" PASSCHAR Chr(108)
to show a circle instead of the asterisk with this.

Tom
by Tom
Wed May 12, 2010 2:52 am
Forum: Did you Know?
Topic: Happy Birthday
Replies: 7
Views: 19053

Re: Happy Birthday

Congrats! :clap:
by Tom
Tue May 11, 2010 10:11 am
Forum: eXpress++ Support
Topic: DC_SetPos(), DC_SetSize(), DC_CurrentSize()
Replies: 15
Views: 25494

Re: DC_SetPos(), DC_SetSize(), DC_CurrentSize()

Maybe it defaults to the REGISTER option? I didn't recompile my app after I recompiled DCLIPX.DLL. I will do this now. There is no "REGISTER" in my DCDIALOG.CH.
by Tom
Tue May 11, 2010 6:06 am
Forum: eXpress++ Support
Topic: DC_SetPos(), DC_SetSize(), DC_CurrentSize()
Replies: 15
Views: 25494

Re: DC_SetPos(), DC_SetSize(), DC_CurrentSize()

Hi, Roger.

This creates an error at DC_XbpActiveXControl:Init(5153), Parameter has wrong type (<\CLSID\> + <0>).

Tom.
by Tom
Mon May 10, 2010 1:37 pm
Forum: eXpress++ Support
Topic: DCSUBMENU / DCREAD FIT
Replies: 4
Views: 9760

Re: DCSUBMENU / DCREAD FIT

Hi, Roger. I look through the eXpress++-code used with "FIT" and didn't find anything related to menus. But try this: #include "dcdialog.ch" #pragma library("dclipx.lib") PROCEDURE appsys() ; RETURN PROCEDURE MAIN() LOCAL GetList := {}, GetOptions := {} DCGET OPTIONS HILITEGETS GRA_CLR_BLUE NOSUPERV...
by Tom
Fri Apr 30, 2010 5:53 am
Forum: eXpress++ Support
Topic: DC_SetPos(), DC_SetSize(), DC_CurrentSize()
Replies: 15
Views: 25494

Re: DC_SetPos(), DC_SetSize(), DC_CurrentSize()

Hi, Roger. As I reported - this works really good. But it seems that the resizing/repositioning is not reflected by the GetList array. If i.e. a browse is resized with oBrowse:DCSetSize(a), and the dialog containing it is resized using DC_AutoResize() afterwards, the browse resizes to the initial si...
by Tom
Thu Apr 29, 2010 8:10 am
Forum: eXpress++ Support
Topic: DCSUBMENU / DCREAD FIT
Replies: 4
Views: 9760

DCSUBMENU / DCREAD FIT

Hi, Roger. If a dialog contains several submenus on a menubar (like: 10 on a dialog sized 800 x 400) and this dialog is created with DCREAD FIT, it seems that space beyond the menubar is reserved for whatever. As you can see in screenshot one, there is some space between the menu bar and the other d...
by Tom
Thu Apr 22, 2010 9:29 am
Forum: eXpress++ Support
Topic: Browse with transparent background
Replies: 16
Views: 28646

Re: Browse with transparent background

Hi, Rudolf. You're right. I walked through all avaiable objects in the dialog/browse providing the methods "SetColorFG/SetColorBG" and turned them to XBPSYSCLR_TRANSPARENT, but cells remain gray (GRA_CLR_BACKGROUND). Even the scrollbars shine through, but it seems that transparent color is not suppo...
by Tom
Tue Apr 20, 2010 5:06 am
Forum: eXpress++ Support
Topic: Browse with transparent background
Replies: 16
Views: 28646

Re: Browse with transparent background

Hi, Rudolf. This should work, but you also need to set the transparent color for the statics containing the browse. Take a look at the object using "DC_InspectObject(oBrowse)". If you look/click at the "ChildList" method, you will see a list of objects representing the browse. Some of them (two or t...