... added : 1. a second Painter ( User defined ) 2. Quick Image-seek 3. Action on Background-image 4. Zoom-switch between Original-size <> Cell-adjusted We could save the Userdefined Graphic-application to the INI and the User can change it from inside the Program. Could be a usefull Option ...
Mr. Rao, Thank You very much, It works great. Now the Alert-width is adjusted to the Textlength, like You can see in the Screenshots ( different Width ). http://www.pflegeplus.com/pictures/adjust5.jpg http://www.pflegeplus.com/pictures/adjust6.jpg ...
... in Update ) Changes / New : A new Zoom-button is added, to adjust ALL Images to the selected Cell-size. It works like a Switch between normal- and adjusted Size. The same Row of the Image is selected after Zoom. Slowly, no Space left on Screen ! http://www.pflegeplus.com/pictures/zoom7.jpg ...
... ) Dialog and Brush changed to calculated, fixed Dimension. A Screen-change to the used 1024 x 768 Screen-resolution shows the Dialog with Border adjusted to Screen. DEFINE DIALOG oDlg1 FROM 0, 0 TO 720, 1004 PIXEL ; STYLE WS_POPUP | WS_VISIBLE | WS_DLGFRAME | WS_THICKFRAME oBrush1 := TBrush():new( ...
Hello, testing the Zoom-function of the Image-viewer I noticed : All Images < BMP with Alphachannel, PNG > it is possible to Zoom with adjusted Dialog to Imagesize. Maybe I have to use a different Solution for NON transparent Images. I remember, that it is possible to detect a Alpha-channel ...
... will get a Error ) 2. Counting Columns in Relation to selected Image-size and Browser-width. 3. Browser-brush 4. Line-switch ON / OFF 5. Fontsize adjusted in Relation to Cell-size. 6. Zoom-function To receive the Image-name from the Matrix ( left Click on any Image ), You can use : oBrw:bLClicked ...
Thank You very much. I understand with oBrw:aCols[ 3 ]:lBmpTransparent := .T. , I can force a smaller Image to be adjusted to cell-size. Could be a Option to adjust to Cellsize, but with a enlarged Image, I losing Quality. I think, I will only use .F. ( default ) There is still ...
Hello, working on a new Image-browser, I have 2 Questions about Cell-adjustments : 1. I want Images only resized ( adjusted to Cell-size) , if Image-size > Cell-Size, otherwise show original Image-size. I used => oBrw:aCols[ 1 ]:lBmpStretch := .f. , but the Image is always ...
Hello I note that nStretchCol works well if I have to extend a column , but If I need to reduce doesn't work . this is the xbgrpsum.prg adjusted that explain the problem #include 'fivewin.ch'#include 'xbrowse.ch'function Main() local oDlg, oBrw, oFont, oBold local aData := Array( ...
16x16 is OK, to use for Comboboxes. It is also possible, to display bigger sizes, but there is a Row-size-problem : Row-height / width is not adjusted like in xBrowse.
... I just noticed, the darkblue-area ( Bottom and Right ) is different using the same Values. Maybe the Vertical Dialog-Height must be adjusted like oDlg:nHeight-20 because of Dialog-Title, to get the same Gradient-effect. The Screenshot shows a Test on the Main-window. I will check ...
... that second column is an image and that the third column is a text memo. Try resizing cell widths and heights. Both images and memo text get adjusted to the revised size. Export to Excel and Print to printer also print images and memo properly. All this is automatic. if you add this one line ...
... You can test all kind of Backgrounds. Define nOption on top. nOption = 1 Color nOption = 2 Gradient nOption = 3 Brush nOption = 4 Image ( adjusted to Screen ) #include "fivewin.ch"//----------------------------------------------------------------------------//FUNCTION MAIN()local ...
Uwe 1. possible, to adjust Tab-with to Font-width ?. Using long Text, the Tab-width is not adjusted to Text-width. oRibbon:SetFont( oNewFont )oRibbon:CalcPos()oRibbon:Refresh() 2. possible, to change Fonts at Group-bottom ? oGroup:SetFont( ...