... and returns perfect
http://img96.imageshack.us/img96/8470/rick1v.jpg
The second loop generated a large Desc and returns an adjusted row
http://img196.imageshack.us/img196/8370/rick2s.jpg
Unfortunately .. all the rows have been adjusted to the last column ...
Search found 225 matches: adjusted
Searched query: adjusted
- Thu May 26, 2011 6:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: resize a column to multiline in xbrowse
- Replies: 23
- Views: 8337
- Mon Apr 25, 2011 9:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!!
- Replies: 11
- Views: 4380
Re: xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!!
... 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 ...
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 ...
- Sat Apr 23, 2011 12:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to calc. the Len of a Textstring with a given Font ?
- Replies: 4
- Views: 1329
Re: How to calc. the Len of a Textstring with a given Font ?
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
FUNCTION ...
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
FUNCTION ...
- Thu Apr 21, 2011 7:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!!
- Replies: 11
- Views: 4380
Re: xBrowse Image-viewer DOWNLOAD Release 1.4 !!!
... 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 ...
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 ...
- Thu Apr 21, 2011 2:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!!
- Replies: 11
- Views: 4380
Re: xBrowse Image-viewer DOWNLOAD Release 1.3 !!!
... 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 ...
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 ...
- Sat Apr 16, 2011 5:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Image-Zoom possible with NON transparent Images ?
- Replies: 3
- Views: 1190
Image-Zoom possible with NON transparent Images ?
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 from a ...
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 from a ...
- Wed Apr 13, 2011 7:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Project : Programming a Image-viewer with xBrowse
- Replies: 34
- Views: 10046
Re: Project : Programming a Image-viewer with xBrowse
... 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 ...
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 ...
- Fri Apr 08, 2011 2:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Project : Programming a Image-viewer with xBrowse
- Replies: 34
- Views: 10046
Project : Programming a Image-viewer with xBrowse
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 my vertical Data-text ...
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 my vertical Data-text ...
- Fri Apr 08, 2011 11:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Project : Programming a Image-viewer with xBrowse
- Replies: 34
- Views: 10046
Project : Programming a Image-viewer with xBrowse
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 adjusted to Cellsize.
2 ...
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 adjusted to Cellsize.
2 ...
- Mon Feb 21, 2011 8:25 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse and nStretchCol
- Replies: 0
- Views: 294
xBrowse and nStretchCol
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( 4, 5 ...
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( 4, 5 ...
- Fri Feb 18, 2011 7:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: COMBOBOX WITH BITMAPS
- Replies: 7
- Views: 2070
Re: COMBOBOX WITH BITMAPS
Hello Tim,
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.
![Image](http://www.pflegeplus.com/pictures/combo7.jpg)
Best regards
Uwe![Laughing :lol:](./images/smilies/icon_lol.gif)
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.
![Image](http://www.pflegeplus.com/pictures/combo7.jpg)
Best regards
Uwe
![Laughing :lol:](./images/smilies/icon_lol.gif)
- Tue Feb 15, 2011 12:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: GradientFill()
- Replies: 5
- Views: 1385
Re: GradientFill()
... 46;jpg
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 both ...
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 both ...
- Thu Jan 06, 2011 12:58 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: A transparent MDI-child to show Backgrd. of MDI-frame ?
- Replies: 9
- Views: 4530
Re: A transparent MDI-child to show Backgrd. of MDI-frame ?
... BRUSH( oBitmap, hDC, nStyle, nVColor, nBColor, nMove, lDirect, cImage )
nStyle : selected 1 = Color, 2 = Gradient, 3 = Brush (tiled), 4 = Brush (adjusted), 5 = Image
nVColor := 1. Gradient-color or Color
nBColor : 2. Gradient-color
nMove := 2. Gradient-color-position
lDirect := Vertical, horizontal ...
nStyle : selected 1 = Color, 2 = Gradient, 3 = Brush (tiled), 4 = Brush (adjusted), 5 = Image
nVColor := 1. Gradient-color or Color
nBColor : 2. Gradient-color
nMove := 2. Gradient-color-position
lDirect := Vertical, horizontal ...
- Sun Jan 02, 2011 7:45 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBrowse Win7 Bar New Sample
- Replies: 61
- Views: 16362
Re: XBrowse Win7 Bar New Sample
... 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 ...
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 ...
- Thu Dec 30, 2010 12:05 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: A transparent MDI-child to show Backgrd. of MDI-frame ?
- Replies: 9
- Views: 4530
Re: A transparent MDI-child to show Backgrd. of MDI-frame ?
... jpg
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 ...
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 ...