... wait for us, thank you Antonio, I did it! As you suggest I used TScrollPanel to make folders scrollable and, with a few modifications in the container object to manage window and splitter resizing, now it works. All the controls are now painted on the TScrollPanel instead of the FolderEx ...
Hi, Is it possibile to enable scrollbars on tFolderex control? the situation: I have an MdiChild container with a Browse on the left and a FolderEx control on the right, the two controls are divided by a Splitter, see some samples in the picture below. So the tFolderex ...
Hi, Is it possibile to enable scrollbars on tFolderex control? the situation: I have an MdiChild container with a Browse on the left and a FolderEx control on the right, the two controls are divided by a Splitter, see some samples in the picture below. So the tFolderex ...
... the web. But I am a visual type, and therefore I like the file system as a framework for a database and I simply want the data there and not in a container again. I now have clear ideas on how a database should be for my purposes and have delved deeply into it. I like the DBF system, which for ...
... site and it uses <article> </article>. It is similar to <div></div>. <div>: No special meaning, serves as a generic container. <article>: Represents self-contained, standalone content. <div>: Grouping of elements for styling and scripting. <article>: ...
... I integrated several components. This makes it somewhat difficult to expand and maintain the program. Therefore, today I started reprogramming the container for the individual documents. Now you can easily store images, text, or tables there and zoom in by double-clicking. Best regards, Otto https://mybergland.com/fwforum/emdsk.jpg ...
... color of the group. | meaning if I put COLOR CLR_MSPURPLE, CLR_ORANGE TRANSPARENT CLR_ORANGE is omitted and the background-color of the parent-container is shown? Again thank you so much for your help. Kind regards and until soon :-) Ruth
... <nBottom> To specify the right and bottom coordinates. <cLabel> The caption of the group. <oWnd> The window or dialogbox container of this control. <cClrFore> The foreground color of the group. <nClrBack> The background color of the group. <oFont> A reference ...
... a help page for a specific item on the dialog (like a browse or a button ?) How to start the help program. As always I prefer a xbrowse as data container and call a item from it to show the help text. Any samples ? (Now I have a general Word-file that opens when hitting the F1 key)
For ScrollPanel, please set :oRightMargin and :oBottomMargin, to make it resizable when container window/dialog is resized. Sample: #include "fivewin.ch"function Main() local oWnd, oPanel, n DEFINE WINDOW oWnd oPanel := TScrollPanel():New( ...
For ScrollPanel, please set :oRightMargin and :oBottomMargin, to make it resizable when container window/dialog is resized. Sample: #include "fivewin.ch"function Main() local oWnd, oPanel, n DEFINE WINDOW oWnd oPanel ...