topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
xBrowse GoLeft() problem | There is a little typo here:[code:2ckz5srn]
oBrw:aCols[ 2 ]:bOnPostEdit = { | oCol, xVal, nKey | If( nKey == VK_RETURN, ( oDbf:Last := xVal, oDbf:Save(), oBrw:GoDown() ),(oDBF:First:= xVal, oDbf:Save()) ) }
[/code:2... |
xBrowse GoLeft() problem | AntonioThe problem was lFastEdit := .t. <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> It appears to override GoLeft()Thanks for your help.Also James for invoking further examples, which I found very helpful. <!-- s:) --><img src="{SMILIES_PATH}/icon_smil... |
xBrowse GoLeft() problem | David,>The problem was lFastEdit := .t. >It appears to override GoLeft()I discovered this also. It only happens when the Return key is used to exit the edit (but not when the up or down arrow keys are used in my example). It seems that when lFastEdit is used, there is movement processing AFTER bOnPostEdit by xBrowse. ... |
xBrowse GoLeft() problem | James,<<It seems that when lFastEdit is used, there is movement processing AFTER bOnPostEdit by xBrowse>>You're right about this. I need lFastEdit set to .t. to avoid pressing ENTER to enter each cell. However, if I want to remain in a cell when the data is wrong, I have to set lFastEdit to .f. and set it .t. when corr... |
xBrowse GoLeft() problem | [quote="David Williams":632frrrd]James,
<<It seems that when lFastEdit is used, there is movement processing AFTER bOnPostEdit by xBrowse>>
You're right about this.
I need lFastEdit set to .t. to avoid pressing ENTER to enter each cell. However, if I want to remain in a cell when the data is wrong, I have to set lF... |
xBrowse Gradient-Background | Hello,
because of the new xBrowse-Background-Functions ( stretching ),
I finished my Tool to define any Gradient, resize and save as BMP
and test as xBrowse-Background.
For a xBrowse-Test, You can load any saved Gradient-BMP from the
Sub-Directory /Images and add Font and Fontcolor.
It also can be used, for a quick ... |
xBrowse Gradient-Background | Where can I get the background tool? |
xBrowse Gradient-Background | Harvey,
I think it will be finished this Weekend for Download.
Font-Select and Color-Select for xBrowse-Test, I have still to add.
Best Regards
Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> |
xBrowse Gradient-Background | The colors in the browse look great. I look forward to testing it. |
xBrowse Gradient-Background | Hello Harvey,
I added the Font and Fontcolor-Define for the xBrowse-Test.
Still any ideas, to add something ?
[img:27mpxeyc]http://www.pflegeplus.com/pictures/brwgrad4.jpg[/img:27mpxeyc]
Best Regards
Uwe <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" />... |
xBrowse Gradient-Background | Uwe,
As of now, stretching background image is working perfectly in case of xbrowse created from code both in windows and dialogs, but not in xbrowse created from resource.
In case of browse created from resource, stretch is working only in the area occupied the data cells, and rest of the area is
pained tiled. This... |
xBrowse Gradient-Background | Antonio,
Thank You very much for the Information.
For the Tool, I use only Resources.
I think, using a Photo ( many Colors ), nobody will notice it.
It is just the Gradient-BMP, where 2 Colors are used.
I will finish the Tool this Weekend and make a Update after the new FWH-release.
Best Regards
Uwe <!-- s:lol: --><... |
xBrowse Gradient-Background | Antonio,
carry on with testing, I noticed the following with
[color=#FF0000:fgalizx5]oBrw:SetBackGround( cFile, BCK_STRETCH )[/color:fgalizx5]
[img:fgalizx5]http://www.pflegeplus.com/pictures/stretch1.jpg[/img:fgalizx5]
Loading the Dialog with a new Image, it works only with [color=#FF0000:fgalizx5]... |
xBrowse Gradient-Background | I defined :
REDEFINE XBROWSE oBrw1 ID 110 OF oDlg6 AUTOCOLS ALIAS "Desktop"
oBrw1:nColDividerStyle := LINESTYLE_BLACK
oBrw1:nRowDividerStyle := LINESTYLE_BLACK
oBrw1:nMarqueeStyle := MARQSTYLE_HIGHLROW
AEval( oBrw1:aCols, { |o| o:oDataFont := oFONT } )
[color=#4000FF:2q0gu5ml]oBrw1:SetBackGround( cFile1, BCK_TILED ... |
xBrowse Gradient-Background ( Download Upd. 1.2 ) | I finished the Xbrowse Background-Tool for first Tests.
Please copy Your Test-Images to the Subdirectory /IMAGES
Download ( 3 MB ) :
<!-- m --><a class="postlink" href="http://www.pflegeplus.com/fw_downloads/imggrad1.zip">http://www.pflegeplus.com/fw_downloads/imggrad1.zip</a><!-- m -->
You have still to add FREEIMAGE... |
xBrowse Gradient-Background ( Download Upd. 1.2 ) | Hello,
The first Update 1.2 :
Download ( 3,2 MB ) <!-- m --><a class="postlink" href="http://www.pflegeplus.com/fw_downloads/Imggrad2.zip">http://www.pflegeplus.com/fw_downloads/Imggrad2.zip</a><!-- m -->
Have a look also on top Screenshot for changes.
Inside the quick xBrowse-Preview, it is possible now, to save the... |
xBrowse Gradient-Textcolor Adjustment ( FWH 9.08 ) | Hello,
testing the new Gradient-Tool I noticed,
in some Situations ( Horizontal-Direction ) the Textcolor on Gradient is not adjusted.
Combination : dark => light => dark
[img:2txp7ezi]http://www.pflegeplus.com/pictures/adjustment.jpg[/img:2txp7ezi]
Combination OK : dark => light
[img:2txp7ezi]http&... |
xBrowse GroupHeader color | To All
Is it possible to just change the GroupHeader color to make it a different color from the standard Header's ? .. grey perhaps ?
[code=fw:3bawlg0q]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// project plan ---------------------------</span><br /><br /> ... |
xBrowse GroupHeader color | Firstly, bClrHeader also does not take effect as long as oBrw:l2007 is true.
As of now we have not implemented specifying separate color for group header. It uses the same color of the first column.
It is, however, possible to specify a separate font for each group header. |
xBrowse Header : Themes | Is it possible to have the xbrowse header respond to the themes as with other controls ( message bar, menus, etc ), or is it possible to paint the header with a gradient ( like tsbrowse ) ? |
xBrowse Header : Themes | Tim,
to paint the header with a gradient change these lines in the class TXBrwColumn, Method PaintHeader()
[code:1zd9mvky]//FillRect( hDC, {nRow, nCol, nRow + nHeight, nCol + nWidth}, hBrush )[/code:1zd9mvky]
to
[code:1zd9mvky]Gradient (hDC, {nRow, nCol, nRow+nHeight, nCol+nWidth}, aCo... |
xBrowse Header : Themes | Thanks ... that gets me started. |
xBrowse Header : Themes | this run ok but the BITmap not are trasparent !!!!!!!!!!!
[url=http://img134.imageshack.us/my.php?image=xbrowsegradhe6.jpg:3tzrzurk][img:3tzrzurk]http://img134.imageshack.us/img134/334/xbrowsegradhe6.th.jpg[/img:3tzrzurk][/url:3tzrzurk] |
xBrowse Header : Themes | You have to paint the bitmaps using FWH TransBmp() function |
xBrowse Header : Themes | XBrowse with Gradient Fill
[url=http://imageshack.us:3h82hb8s][img:3h82hb8s]http://img228.imageshack.us/img228/8683/xbrowseyv8.png[/img:3h82hb8s][/url:3h82hb8s]
Works on 32-bt and 16-bit colors |
xBrowse Header : Themes | Antonio you said
>You have to paint the bitmaps using FWH TransBmp() function
have you an idea or where i must modify it ?
Thanks |
xBrowse Header : Themes | Silvio,
Make a search for TransBmp() in FWH PRGs <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xBrowse Header : Themes | >> XBrowse with Gradient Fill
Great, Nageswaragunupudi!!!
can you share with us how do it?
Regards,
Maurilio |
xBrowse Header : Themes | Maurilio,
We are going to include it in FWH 7.12 and its better if there is just one version around, so it will be easier for tech support.
Just wait a few days and it will be available, thanks |
xBrowse Header : Themes | I fully agree with Mr. Antonio. The FWH sample shot released is excellent. I am eagerly awaiting 7.12.
I have to say that my code is amateurish and works just as a stop gap arrangement till I get 7.12, It is better for all of us to stick to official release by FWH |
xBrowse Header : Themes | Antonio, thanks a lot! I'd not seen post about this xBrowse new feature.
Do you plan implement Office look to other classes?
Regards
Maurilio |
xBrowse Header : Themes | Maurilio,
Yes, we plan to use the Office 2007 look as much as possible |
xBrowse Header : Themes | this is another class
[url=http://img146.imageshack.us/my.php?image=tab2007to3.jpg:2rj4oaza][img:2rj4oaza]http://img146.imageshack.us/img146/9576/tab2007to3.th.jpg[/img:2rj4oaza][/url:2rj4oaza]
We made another class to create brush with two color gradient
With this class we can... |
xBrowse Header : Themes | Antonio ,
where I can see the parameters of transbmp() function ? |
xBrowse Header : Themes | Silvio,
Search for TransBmp() in source\classes\*.prg
It is used in several classes |
xBrowse Header : Themes | Mr Silvio
> We made another class to create brush with two color gradient
> With this class we can translate all brush of all classes !!!
Would you mind sharing your ttabs with gradient with me please ? |
xBrowse Header : Themes | Dear Sir ,
the ttabs 2007 is not finished
i'm working to insert bitmaps on it
[url=http://img208.imageshack.us/my.php?image=ttab2007va5.png:3fy1y978][img:3fy1y978]http://img208.imageshack.us/img208/9301/ttab2007va5.th.png[/img:3fy1y978][/url:3fy1y978] |
xBrowse Header : Themes | Antonio,
How Increase the space on each tabs to move each aprompts to right ? |
xBrowse Header : Themes | How can I color the sides of the xbrowse?
I only got to put the Gradient in the header and in the Folder.
As they can see in the image, below :
<!-- m --><a class="postlink" href="http://www.sbsistemas.eti.br/Bmp/xbrowse1.JPG">http://www.sbsistemas.eti.br/Bmp/xbrowse1.JPG</a><!-- m -->
Regards, Ale |
xBrowse Header : Themes | I already got, to solve...
Regards, Ale |
xBrowse Header : Themes | [quote="nageswaragunupudi":k843f33i]XBrowse with Gradient Fill
[url=http://imageshack.us:k843f33i][img:k843f33i]http://img228.imageshack.us/img228/8683/xbrowseyv8.png[/img:k843f33i][/url:k843f33i]
Works on 32-bt and 16-bit colors[/quote:k843f33i]
Which are the nRGB (), done use in this Header... |
xBrowse Header : Themes | I already solved also, thank you!
Regards, Ale |
xBrowse Header : Themes | Resolved !
<!-- m --><a class="postlink" href="http://www.sbsistemas.eti.br/Bmp/xbrowse2.JPG">http://www.sbsistemas.eti.br/Bmp/xbrowse2.JPG</a><!-- m -->
Regards, Ale |
xBrowse Header : Themes | Very nice! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xBrowse Header : Themes | What are the color nrgb ? for I use aColors := {CLR_WHITE, CLR_CYAN }
Also When mouse click on the column heaher, the color return to white.
Thanks !
Shuming Wang |
xBrowse Header : Themes | Shuming,
In just few days we will publish FWH 7.12 with all those changes <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
xBrowse Header : Themes | can we expect 2007 style tabs in 7.12 ? |
xBrowse Header : Themes | Yes, of course. |
xBrowse Header : Themes | Antonio,
It's a greate news !
Thank you !
Shuming Wang |
xBrowse Header : Themes | Hello Silvio
My version of fivewin is 2.6. When I try to use the function gradient(), I get a error because the function not exists in my version.
There are something way to get this?
Thanks for all! |
xBrowse Header Resizing (SOLVED) | Hi,
:lAllowRowSizing := .F.
Prevents users to resize rows, but
How can I prevent users to change the size of the Fields in xBrowse??? |
xBrowse Header Resizing (SOLVED) | For individual columns:
oCol:lAllowSizing := .f.
To prevent sizing of all columns in a browse,
oBrw:lAllowSizings := .f. |
xBrowse Header Resizing (SOLVED) | Thanks Mr. Rao, but that did not work...
I guess is my version of FWH 10.2 |
xBrowse Header Resizing (SOLVED) | AEval( oBrw:aCols, { |o| o:lAllowSizing := .f. } )
should work in older versions. |
xBrowse Header Resizing (SOLVED) | It worked great... Thanks Mr. Rao.... |
xBrowse Header Resizing (SOLVED) | I have been looking in the xBroxse class and can't find anythig to resolve the following:
I Calculate the size of the Columns automatically, and I am trying to fix the Browse in this location, so it does not move sideways, but if I left click, hold and move the pointer to the left, the first column disapears and at th... |
xBrowse Header Resizing (SOLVED) | Set
oBrw:lKinetic := .f. |
xBrowse Header Resizing (SOLVED) | [quote="nageswaragunupudi":1b4ucjy1]Set
oBrw:lKinetic := .f.[/quote:1b4ucjy1]
It worked, but only with the mouse, If I use the arrow keys, it istill does it.. |
xBrowse Header Resizing (SOLVED) | Hi, try with:
oBrw:nFreeze := 4 //4 is your last visible column
Regards |
xBrowse Header Resizing (SOLVED) | Nice, thanks for the info....
It worked great.... |
xBrowse Help | [quote="nageswaragunupudi":64nehy7b][code=fw:64nehy7b]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oCol:<span style="color: #000000;">bEditWhen</span> := <span style="color: #000000;">{</span> |oColObj| <yourcondition> <span style="color: #000000;">}</span><br /> </div>[/code:64nehy7b][/quo... |
xBrowse Help | Hi,
I have a xbrowse object that has 5 columns. The last 2 columns is editable with
[code=fw:eaekw99w]<div class="fw" id="{CB}" style="font-family: monospace;">oCol:<span style="color: #000000;">nEditType</span> := EDIT_GET</div>[/code:eaekw99w]I need to cancel editable these last 2 columns in some rows.
How can I... |
xBrowse Help | [code=fw:39jzpe41]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oCol:<span style="color: #000000;">bEditWhen</span> := <span style="color: #000000;">{</span> |oColObj| <yourcondition> <span style="color: #000000;">}</span><br /> </div>[/code:39jzpe41] |
xBrowse Highlight color | In a dialog, I'm using two xBrowse's. I'm using oLbxd:nMarqueeStyle := MARQSTYLE_HIGHLROW
This works fine if only one browse is used in a dialog, but when two are used, the browse that is not in focus changes the highlighted row to a black text on very dark highlight bar, and the data is not readable. Of course wh... |
xBrowse Highlight color | Hello Tim,
// Color on Focus
// defined Text and Background-Color
// -----------------------------------------
oLbx:bClrSelFocus = { || { 16777215, 15512898 } }
// Color on Lost Focus
// ( You can use different Colors for < lost Focus > or use the same like < on Focus > )
// -----------------------------------------... |
xBrowse Highlight color | Perfect ... thank you very much. |
xBrowse Horizontal scroll | The Horizontal scroll in xBrowse is not working properly. When it comes to big number of field . It displays endded fields over the started fields. I have to scroll horizontally using the right arrow in the horizontal scroll bar.
Any Explaination ? |
xBrowse Horizontal scroll | Ehab,
Please provide a sample to reproduce the error, thanks |
xBrowse Horizontal scroll | Look to the top left corner and see the overlaping of fields .
[img:352jwfqp]http://img361.imageshack.us/img361/5586/errorse6.png[/img:352jwfqp][/img] |
xBrowse Horizontal scroll error with multiple listboxes 1501 | To All
I have a form that has three xBrowse listboxes on one form. When I use the horizontal scroll on the bottom xBrowse I get an ugly run-time error. It only seems to occur when the cursor gets to the Labor column ( edit_get_button ).
Again .. this only occurs as you scroll right either with the right arrow key o... |
xBrowse Horizontal scroll error with multiple listboxes 1501 | It appears you are using gradient and set oCol:lBtnTranparent to .T..
For now as a temporary solution, set oCol:lBtnTransparent to .F. ( that is the default ).
Please let us know if this is working well.
We shall provide a better way of painting the transparent button even on gradients by next release. |
xBrowse Horizontal scroll error with multiple listboxes 1501 | Rao
YES !! I just rem'd out oLbxB3:aCols[ 6 ]:lBtnTransparent := .t. and it worked
Thanks
Rick Lipkin |
xBrowse Image | Dear All
I have this xBrowse with 2 datalines.. two columns are setcheck()
it shows like this:
[img:1hcilixn]http://i208.photobucket.com/albums/bb82/fraxzi/xbrowse_image.png[/img:1hcilixn]
How can I put the image to upper right instead of what it shown..
like this:
[img:1hcilixn]http://i208.ph... |
xBrowse Image | Fraxzi,
A Image-solution without changing xBrowse-class ( not for Checkbox ),
moving the Picture inside the Frame to the Top.
The xBrowse-row is adjusted to the Image,
or the Image is centered to the Row with a defined Row-height.
[img:35le8p9e]http://www.pflegeplus.com/pictures/repaint.jpg[/img:35le... |
xBrowse Image | oCol:nDataBmpAlign := AL_RIGHT.
Does this not do wha you want? |
xBrowse Image | Mr. Rao,
is that what he wants, moving the Bmp to Top ?
[img:10y7b7js]http://www.pflegeplus.com/pictures/xbrwtop.jpg[/img:10y7b7js]
[img:10y7b7js]http://www.pflegeplus.com/pictures/xbrwtop1.jpg[/img:10y7b7js]
( maybe possible, to include a Option Row-centered or Top ) ?
I changed in ... |
xBrowse Image | [quote="nageswaragunupudi":2fy9xmb4]oCol:nDataBmpAlign := AL_RIGHT.
Does this not do wha you want?[/quote:2fy9xmb4]
Dear Mr. RAO,
Because the 2 dataline centers the bitmap on AL_RIGHT and the prompt (single line) to the first line not vertically centered. |
xBrowse Image | Dear Uwe,
I tried.
[img:125kr9hy]http://i208.photobucket.com/albums/bb82/fraxzi/xbrowse_image3.png[/img:125kr9hy]
the image still vertically centered and prompt not align with the image.. |
xBrowse Image | Dear Uwe and Mr. RAO,
I did this to Method PaintData()
...
nWidth -= BMP_EXTRAWIDTH
nBmpRow := nRow + IF( [u:2ocaww4t][b:2ocaww4t]::oBrw:nDataLines == 1[/b:2ocaww4t][/u:2ocaww4t], ( ( nHeight - aBitmap[ BITMAP_HEIGHT ] ) / 2 ), 0)
...
Results..
[img:2ocaww4t]http://i208.photobucket.com/album... |
xBrowse Image on inserted column | Hello all!I have this xbrowse which load the table and all fields are displayed accordingly...I inserted below code and wanted to display the image depending on the value of :bEditValue...[code:3kdmi6ho]
...
oBrwPIC:InsCol( 2 )
oBrwPIC:aCols[2]... |
xBrowse Image on inserted column | [code:2s58krjr]
// These commands can be used even when the browse is running
// if the datasource is dbf
ADD oCol TO oBrwPIC AT 2 DATA FIELDWBLOCK( <fldname>, <nSelectArea> ) ;
HEADER 'Pic' ;
BITMAP FIELD-><fldname> IN 'checkbox16', 'crossbox16'
// If the datasource is array
ADD oCol TO oBrwPIC AT 2 ARRAY E... |
xBrowse Image on inserted column | Thank you for the reply NageswaraRao,The datasource is RDD but the inserted column is kinda 'raw' but not a field... it is only to hold the value for the display of bitmap.regards, |
xBrowse Image on inserted column | HELP! <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> Regards, |
xBrowse Image on inserted column | >nserted column is kinda 'raw' but not a field.>What is the variable you want to be changed when the coumn is double clicked? |
xBrowse Image on inserted column | As I do not what exactly is in your mind I give here an example. Column 2 is insereted. Column 2 shows bitmaps 1 by default. If user double clicks the bitmaps are toggled. You may use this logic to suit your needs.[code:25k7ava5]
func atest
local oWnd, oBrw, oCol
local aNums
use customer
aNums := Arra... |
xBrowse Image on inserted column | Mr. NageswaraRao,I think this is what i'm missing... 'variable (array equal the the lenght of table) that will replace the field in xBrowse column...[quote:3bgqkto5]
...
aNums := Array( LastRec() )
AFill( aNums, 1 )
...
[/quote:3bgqkto5]Clever idea. I never thought of that <!-- s:roll: --><img src="{SMILIE... |
xBrowse Image on inserted column | >(i'm on the other side of the world )>I am also on the same side as you are. Just 2 1/2 hours later than you |
xBrowse Image on inserted column | <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> It worked great <!-- s:!: --><img src="{SMILIES_PA... |
xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!! | Hello,
the Download-Link for the < xBrowse-ImageViewer > Release 1.5 :
[img:o1i9udsf]http://www.pflegeplus.com/pictures/xbrwImage.jpg[/img:o1i9udsf]
Included :
[color=#0000FF:o1i9udsf]PRG, PIXELFORMER, FREEIMAGE.dll, Desktop Screenresolution switch
some nice Image-collections are included as well[/co... |
xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!! | NICE!!!! |
xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!! | Silvio,
I noticed a small Problem, switching between Directorys.
I will test and fix it.
Here is the Update Release 1.1 => Release 1.2
Download ( 0.9 MB only Exe and Prg )
<!-- m --><a class="postlink" href="http://www.pflegeplus.com/fw_downloads/xbrwimage1.zip">http://www.pflegeplus.com/fw_downloads/xbrwimage1.zi... |
xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!! | Ukoenig,
[code=fw:3uvgmfd7]<div class="fw" id="{CB}" style="font-family: monospace;">WaitRun<span style="color: #000000;">(</span> c_path + <span style="color: #ff0000;">"<span style="color: #000000;">\"</span> + 'DesktopCmd save /y' )</span></div>[/code:3uvgmfd7]
to
[code=fw:3uvgmfd7]<div class="fw" id="{CB}" ... |
xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!! | Carles,
Thank You very much.
Is fixed for the next Update.
There is a mistake I noticed, testing different Screen-resolutions.
I have to work with calculated, fixed Values for Dialog and Background-image ( Brush )
not the detected ( only for RESET ) :
[color=#0000FF:3ic7mj96]nScrwidth[/color:3ic7mj96] := GetSysmetr... |
xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!! | Updated to => Release 1.3
Download ( 2.0 MB includes : Exe, Prg, Backgrd.jpg and Freeimage.pdf )
<!-- m --><a class="postlink" href="http://www.pflegeplus.com/fw_downloads/xbrwimage1.zip">http://www.pflegeplus.com/fw_downloads/xbrwimage1.zip</a><!-- m -->
Changes / New :
1.
Adjustment of Screen-resolution ( new Backg... |
xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!! | Updated to => Release 1.4
Download ( 2.0 MB includes : Exe, Prg, Backgrd.jpg, Zoom.bmp and Freeimage.pdf )
<!-- m --><a class="postlink" href="http://www.pflegeplus.com/fw_downloads/xbrwimage1.zip">http://www.pflegeplus.com/fw_downloads/xbrwimage1.zip</a><!-- m -->
Please add < Clouds.bmp > from FWH/bitmaps/background... |
xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!! | New Image-viewer Release 1.5
because of many changes, I hope everything works OK.
Just let me know.
Some new Functions added :
1. a second Painter ( User defined )
2. Quick Image-seek
3. Action on Background-image
4. Zoom-switch between Original-size <> Cell-adjusted
[color=#0000FF:5kdqv67p]We could save the Userdefi... |
xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!! | Owe, a TIF file is a file with multiple pictures inside. Is normal used to store FAX, fotoalbum, etc. In your sample with my files show the main picture, but it must show all the pictures when we dobleclick. I think we must to do another browse to show all the pictures. Here you have a samble with 3 pictures inside.
[... |
xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!! | Andres,
I changed MsPaint to xNView ( Freeware )
I added the Button for selecting the Grafic-application ( under Construction )
You can download the Update again if You like it, it is included.
using [color=#FF0000:37hfw22h]xNView[/color:37hfw22h] instead of [color=#0000FF:37hfw22h]MsPaint[/color:37hfw22h]
@ 85, 462... |
xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!! | Owe, correct and working but do you think that is possible to put all the pictures that contains one tif in a browse like you do with the bmps. I want to do this with no possibility to modify the tif. |
xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!! | Andrés,
Loading a Image using FREEIMAGE.dll, the Help shows a needed Flag-setting :
[img:11u6jmwm]http://www.pflegeplus.com/pictures/tiff5.jpg[/img:11u6jmwm]
I don't know, if it is possible to define this Flag and display the Frames inside xbrowse.
It could be a nice Option.
Best Regards
Uwe <!-- s:r... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.