Search found 113 matches

by jdsoft
Mon Aug 07, 2017 1:43 am
Forum: eXpress++ Support
Topic: Dynamicly add/remove DCTREE items
Replies: 1
Views: 5601

Dynamicly add/remove DCTREE items

Hello,
I start to use DCTREEROOT and DCTREEITEM.
I managed updating the icon/caption at runtime.
How can i insert new DCTREEITEM or remove an existing DCTREEITEM in the middle of the tree at runtime?
Regards,
Jack Duijf
by jdsoft
Thu Jun 23, 2016 4:23 am
Forum: eXpress++ Support
Topic: Tooltip is DCBROWSECOL
Replies: 3
Views: 9315

Re: Tooltip is DCBROWSECOL

Hello Chris,

Thanks, changed now to:

DATATOOLTIP {||TRUE} TIPBLOCK {|nRow|Show_Tooltip(oBrowse,nRow,nCol}

Al works as expected now.

Jack
by jdsoft
Wed Jun 22, 2016 3:35 pm
Forum: eXpress++ Support
Topic: Tooltip is DCBROWSECOL
Replies: 3
Views: 9315

Tooltip is DCBROWSECOL

Hello, I do not get tooltips in DCBROWSECOL. What is my mistake? Regards, Jack Duijf #include "dcdialog.ch" #pragma Library("dclipx.lib") PROCEDURE MAIN LOCAL GetList := {} LOCAL aData := {} LOCAL GetOptions := {} LOCAL oBrowse := nil LOCAL oBox := oBox LOCAL n := 0 LOCAL nType := 1 Aadd(aData,{1,"I...
by jdsoft
Tue Mar 22, 2016 2:03 am
Forum: eXpress++ Support
Topic: Slider question
Replies: 49
Views: 59966

Slider question

Hello,
Is it possible to build a slider in Express as presented in this sample?

Image

Suggestions are very welcome
by jdsoft
Mon Nov 16, 2015 11:09 am
Forum: Xbase++ Support
Topic: Vertical tab-pages
Replies: 3
Views: 9884

Re: Vertical tab-pages

Hello
Thank for your reply.
I see you managed this 5 years ago...
I will download and investigate.

Jack
by jdsoft
Sun Nov 15, 2015 4:04 pm
Forum: Xbase++ Support
Topic: Vertical tab-pages
Replies: 3
Views: 9884

Vertical tab-pages

Hello,
I use DCTABPAGE a lot.
The tabs are aligned horizontal. [Tab1 | Tab 2 | Tab3]

Is it possible to have tabs aligning vertical ?

Tab1 |
Tab2 |
Tab3 |

Regards,
Jack Duijf
by jdsoft
Sun Aug 09, 2015 7:12 am
Forum: Xbase++ 2.0
Topic: Taskbar.dll Unable to locatei XBPSTATIC
Replies: 1
Views: 7043

Taskbar.dll Unable to locatei XBPSTATIC

Hello, I try to compile/run a application in 2.0 that uses Taskbar.dll I get the following error: (Translated from Dutch) Unable to find entrypoint of procedure XBPSTATIC in DLL-file C:\Alaska20\Tools\Express\Bin20\TASKBAR.DLL If I try to recompile C:\Alaska20\Tools\Express\Source\Taskbar, there is ...
by jdsoft
Sun Apr 19, 2015 4:18 am
Forum: eXpress++ Support
Topic: How to freeze button on DCSTATUSBAR
Replies: 2
Views: 6386

Re: How to freeze button on DCSTATUSBAR

Already found out. Using the SUBCLASS directive DCSTATUSBAR oStat WIDTH TB_BAR_WIDTH ALIGN DCGUI_ALIGN_LEFT ; TYPE XBPSTATIC_TYPE_TEXT; PARENT oDlg ; SUBCLASS "SN_STATUSBAR()" Then add a button and store the Dc_XbpPushbutton object is a getset function FullScreenButton() @ nPos, 10 DCPUSHBUTTON CAPT...
by jdsoft
Sat Apr 18, 2015 10:41 am
Forum: eXpress++ Support
Topic: How to freeze button on DCSTATUSBAR
Replies: 2
Views: 6386

How to freeze button on DCSTATUSBAR

Hello There is an vertical status bar. DCSTATUSBAR oStat WIDTH 200 ALIGN DCGUI_ALIGN_LEFT ; TYPE XBPSTATIC_TYPE_TEXT; EVAL {|o|o:setColorBG(GRA_CLR_WHITE} PARENT oDlg ; Now I want a button that is anchord (position {5,5}) to the left-bottom of the statusbar. It should remain always visible also when...
by jdsoft
Sat Apr 18, 2015 2:53 am
Forum: eXpress++ Support
Topic: Visual Style Buttons
Replies: 3
Views: 7306

Re: Visual Style Buttons

Hello,

The link below explains exactly the manifest file.

https://msdn.microsoft.com/en-us/librar ... s.85).aspx

Regards,
Jack Duijf