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:2ckz5srn]The oDbf:First should be oDbf:Last
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_smile.gif" alt=":)" title="Smile" /><!-- s:) --> RegardsDavid
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. If you are in the first column, GoLeft() has no effect because you are already in the left-most column. Then xBrowse does a GoRight() after your GoLeft(). I think it will take modification of XBrowse to change this behavior.Regards,James
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 corrected. I have to do something similar when I need to move left.Regards,David
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 lFastEdit to .f. and set it .t. when corrected. I have to do something similar when I need to move left. Regards, David[/quote:632frrrd]David, can you show us a little example about this?Thanks, regards.FranciscoA
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 Gradient-Array Define or just get the Color-Values. The Gradient-Array You can copy from the Bottom of the Gradient-Preview. I still have to add Font and Fontcolor for the xBrowse-Test. As soon it is finished, I will put it on this place for Download. I noticed : without Footer, the Background is not stretched completely to the Bottom of the Browser ( You can see this in the xBrowse-Preview, it shows a small 2 mm tiled Part ) Much better to see in Screenshot 2, there is the last Row shown tiled. The Gradient-Tool : [img:4nv019a6]http&#58;//www&#46;pflegeplus&#46;com/pictures/brwgrad1&#46;jpg[/img:4nv019a6] The xBrowse-Preview : [img:4nv019a6]http&#58;//www&#46;pflegeplus&#46;com/pictures/brwgrad2&#46;jpg[/img:4nv019a6] [img:4nv019a6]http&#58;//www&#46;pflegeplus&#46;com/pictures/brwgrad3&#46;jpg[/img:4nv019a6] Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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&#58;//www&#46;pflegeplus&#46;com/pictures/brwgrad4&#46;jpg[/img:27mpxeyc] Best Regards Uwe <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: -->
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 is fixed in version 9.07 under release.
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: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- 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&#58;//www&#46;pflegeplus&#46;com/pictures/stretch1&#46;jpg[/img:fgalizx5] Loading the Dialog with a new Image, it works only with [color=#FF0000:fgalizx5]ON INIT[/color:fgalizx5]. Loading a Image from inside the Dialog, it is OK. ------------------------------------ DBSELECTAREA(2) REDEFINE XBROWSE oBrw ID 110 OF oDlg5 AUTOCOLS ALIAS "Customer" Doesn't work at Start !!! ( only from inside the Dialog ). The Image is shown Tiled. ----------------------------------------------------------------- [color=#FF0000:fgalizx5]oBrw:SetBackGround( cFile, BCK_STRETCH ) [/color:fgalizx5] oBrw:nColDividerStyle := LINESTYLE_BLACK oBrw:nRowDividerStyle := LINESTYLE_BLACK oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROW oBrw:bClrSel = { || { 0, 16314573 } } AEval( oBrw:aCols, { |o| o:oDataFont := oFONT } ) oBrw:bClrStd := { || { D_TCOLOR, 15724527 } } ------------------------------------ Include it in ON INIT, it works stretched at Dialog-Start. ----------------------------------------------------------------- ACTIVATE DIALOG oDlg5 CENTERED ; ON INIT [color=#FF0000:fgalizx5]oBrw:SetBackGround( cFile, BCK_STRETCH )[/color:fgalizx5] ; ON PAINT( SETUP_GRAD( hDC, oDlg5 ), ; GradBrush( oDlg5, { { 0.2, 15180357, 16379082 },; { 0.2, 16379082, 15180357 } }, 1 ) ) [img:fgalizx5]http&#58;//www&#46;pflegeplus&#46;com/pictures/stretch2&#46;jpg[/img:fgalizx5] The Quality gets completely lost ( color-depth ) with BCK_STRETCH : ( The left Picture-Area shows the difference ) [img:fgalizx5]http&#58;//www&#46;pflegeplus&#46;com/pictures/quality1&#46;jpg[/img:fgalizx5] The Quality stays the same, using [color=#FF0000:fgalizx5]BCK_TILED [/color:fgalizx5] : [img:fgalizx5]http&#58;//www&#46;pflegeplus&#46;com/pictures/quality2&#46;jpg[/img:fgalizx5] Best Regards Uwe <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: -->
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 )[/color:2q0gu5ml] [color=#FF0000:2q0gu5ml]oBrw1:bClrSelFocus = { || { 16777215,128 } } // White / Red oBrw1:bClrSel = { || { 16777215,8388608 } } // White / Blue oBrw1:bClrStd := { || { 0, 65535 } } // Black / Yellow[/color:2q0gu5ml] Result ( didn't work, colors ignored ) : Focus : [img:2q0gu5ml]http&#58;//www&#46;pflegeplus&#46;com/pictures/proj3&#46;jpg[/img:2q0gu5ml] Lost Focus : [img:2q0gu5ml]http&#58;//www&#46;pflegeplus&#46;com/pictures/proj4&#46;jpg[/img:2q0gu5ml] I changed the Position ( works ) : [color=#FF0000:2q0gu5ml]oBrw1:bClrSelFocus = { || { 16777215,128 } } // White / Red oBrw1:bClrSel = { || { 16777215,8388608 } } // White / Blue oBrw1:bClrStd := { || { 0, 65535 } } // Black / Yellow[/color:2q0gu5ml] [color=#4000FF:2q0gu5ml]oBrw1:SetBackGround( cFile1, BCK_TILED )[/color:2q0gu5ml] Focus : [img:2q0gu5ml]http&#58;//www&#46;pflegeplus&#46;com/pictures/proj1&#46;jpg[/img:2q0gu5ml] Lost Focus : [img:2q0gu5ml]http&#58;//www&#46;pflegeplus&#46;com/pictures/proj2&#46;jpg[/img:2q0gu5ml] Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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.dll The Start-Screen : With the Button < Xbrowse-Test > You can start a quick Preview. You don't need to save a created BMP to the Project-Database. If You choose the Button < xBrowse-Test >, the Gradient is stored with the defined Size, as BMP to the Subdirectory \SESSION : with a running Number : Gradient1.bmp, Gradient2.bmp ... It is a easy way, to get a Gradient-BMP from this Directory. With a new Start, these Files will be overwritten and starting with Gradient1.bmp ... again. [img:1heq2vqc]http&#58;//www&#46;pflegeplus&#46;com/pictures/Gradimg1&#46;jpg[/img:1heq2vqc] The quick xBrowse-Preview to test Font-Type and Color ( nothing saved to the Project-File ) : [img:1heq2vqc]http&#58;//www&#46;pflegeplus&#46;com/pictures/Gradimg4&#46;jpg[/img:1heq2vqc] The Browser-Preview after saving as Project : You can switch between STRETCH and TILED Here You can test any Image as Browser-Background. A selected / saved Image, not created with the Gradient-Painter, will allways have 0 values for Colors. Switching to the Main-Dialog, the Painter will use Basic-Settings because of missing Color-Values. The Start-Dialog is only used for Gradient-Painting. The Button < Load Project > switches to the Project-Dialog. [img:1heq2vqc]http&#58;//www&#46;pflegeplus&#46;com/pictures/Gradimg2&#46;jpg[/img:1heq2vqc] You can test a Gradient with the Browser-Preview. Because the Browser needs a Image, a Temp-File < Gradient0.bmp > for the Preview is created ( not saved to the Project-database ). Working with Projects : The Button < Show Project > will display the selected Image as Browser-Background. [img:1heq2vqc]http&#58;//www&#46;pflegeplus&#46;com/pictures/Gradimg3&#46;jpg[/img:1heq2vqc] Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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 used Font- and Color-values to a Txt-File, without using the Project-Database. Gradient1.bmp belongs to Font1.txt and so on .... New : A cross-connection to the Project-Database. Now You can load a Project, go back to the Start-Dialog, change the Values and save to a new Project-Record. [img:z7t6lavf]http&#58;//www&#46;pflegeplus&#46;com/pictures/Gradimg5&#46;jpg[/img:z7t6lavf] Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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&#58;//www&#46;pflegeplus&#46;com/pictures/adjustment&#46;jpg[/img:2txp7ezi] Combination OK : dark => light [img:2txp7ezi]http&#58;//www&#46;pflegeplus&#46;com/pictures/adjustment1&#46;jpg[/img:2txp7ezi] Same Gradient with [color=#FF0000:2txp7ezi]Vertikal[/color:2txp7ezi]-Direction OK : [img:2txp7ezi]http&#58;//www&#46;pflegeplus&#46;com/pictures/adjustment2&#46;jpg[/img:2txp7ezi] Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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 />              <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">xBROWSE</span> oLbx3  ;<br />              ARRAY aPlan             ;<br />              HEADERS <span style="color: #ff0000;">"Budget"</span>+CRLF+<span style="color: #ff0000;">"Item"</span>,         ;<br />                      <span style="color: #ff0000;">"Origional"</span>+CRLF+<span style="color: #ff0000;">"Budget"</span>,    ;<br />                      <span style="color: #ff0000;">"Budget"</span>+CRLF+<span style="color: #ff0000;">"Revision"</span>,     ;<br />                      <span style="color: #ff0000;">"Current"</span>+CRLF+<span style="color: #ff0000;">"Budget"</span>,      ;<br />                      <span style="color: #ff0000;">"Origional"</span>+CRLF+<span style="color: #ff0000;">"Contract"</span>,  ;<br />                      <span style="color: #ff0000;">"Contract"</span>+CRLF+<span style="color: #ff0000;">"Revisions"</span>,  ;<br />                      <span style="color: #ff0000;">"Current"</span>+CRLF+<span style="color: #ff0000;">"Committed"</span>,   ;<br />                      <span style="color: #ff0000;">"Pending"</span>+CRLF+<span style="color: #ff0000;">"Proposals"</span>,   ;<br />                      <span style="color: #ff0000;">"Potential"</span>+CRLF+<span style="color: #ff0000;">"Exposures"</span>, ;<br />                      <span style="color: #ff0000;">"Potential"</span>+CRLF+<span style="color: #ff0000;">"Costs"</span>,     ;<br />                      <span style="color: #ff0000;">"Potential"</span>+CRLF+<span style="color: #ff0000;">"Project Costs"</span>, <span style="color: #ff0000;">"hidden"</span> ;<br />              COLSIZES <span style="color: #000000;">135</span>,<span style="color: #000000;">75</span>,<span style="color: #000000;">75</span>,<span style="color: #000000;">75</span>,<span style="color: #000000;">75</span>,<span style="color: #000000;">75</span>,<span style="color: #000000;">75</span>,<span style="color: #000000;">75</span>,<span style="color: #000000;">75</span>,<span style="color: #000000;">75</span>,<span style="color: #000000;">75</span> ; <span style="color: #B900B9;">// 11</span><br />              <span style="color: #0000ff;">PICTURE</span> <span style="color: #ff0000;">""</span>,<span style="color: #ff0000;">"@)999,999,999.99"</span>,;<br />                         <span style="color: #ff0000;">"@)999,999,999.99"</span>,;<br />                         <span style="color: #ff0000;">"@)999,999,999.99"</span>,;<br />                         <span style="color: #ff0000;">"@)999,999,999.99"</span>,;<br />                         <span style="color: #ff0000;">"@)999,999,999.99"</span>,;<br />                         <span style="color: #ff0000;">"@)999,999,999.99"</span> ;<br />              <span style="color: #0000ff;">ID</span> <span style="color: #000000;">174</span> <span style="color: #0000ff;">of</span> oCust     ;<br />              <span style="color: #0000ff;">AUTOCOLS</span> CELL LINES FOOTERS<br /><br />              oLbx3:<span style="color: #000000;">SetGroupHeader</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'Before Construction'</span>, <span style="color: #000000;">2</span>, <span style="color: #000000;">4</span> <span style="color: #000000;">&#41;</span>  <span style="color: #B900B9;">// <-- change color for all three ?</span><br />              oLbx3:<span style="color: #000000;">SetGroupHeader</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'During Construction'</span>, <span style="color: #000000;">5</span>, <span style="color: #000000;">7</span> <span style="color: #000000;">&#41;</span><br />              oLbx3:<span style="color: #000000;">SetGroupHeader</span><span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">'Un-Forseen Costs'</span>, <span style="color: #000000;">8</span>, <span style="color: #000000;">11</span> <span style="color: #000000;">&#41;</span><br /><br />              oLbx3:<span style="color: #000000;">lHScroll</span> := .t.  <span style="color: #B900B9;">// turn on horiz scroll bar</span><br />              oLbx3:<span style="color: #000000;">hidden</span>:<span style="color: #000000;">Hide</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>    <span style="color: #B900B9;">// hide last column used for row color</span><br /><br />              oLbx3:<span style="color: #000000;">nStretchCol</span>  := <span style="color: #000000;">1</span><br />              oCol           := oLbx3:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span><br />              oCol:<span style="color: #000000;">bFooter</span>   := <span style="color: #000000;">&#123;</span> || Ltrim<span style="color: #000000;">&#40;</span> Str<span style="color: #000000;">&#40;</span> oLbx3:<span style="color: #000000;">KeyNo</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">" / "</span> + LTrim<span style="color: #000000;">&#40;</span> Str<span style="color: #000000;">&#40;</span> oLbx3:<span style="color: #000000;">KeyCount</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br /><br />              <span style="color: #B900B9;">// maketotals</span><br /><br />              oLbx3:<span style="color: #000000;">nFooterTypes</span>    := AGGR_SUM<br />              <span style="color: #00C800;">For</span> i = <span style="color: #000000;">1</span> <span style="color: #0000ff;">to</span> LEN<span style="color: #000000;">&#40;</span> oLbx3:<span style="color: #000000;">aCols</span> <span style="color: #000000;">&#41;</span><br />                  oLbx3:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> i <span style="color: #000000;">&#93;</span>:<span style="color: #000000;">bSumCondition</span> := <span style="color: #000000;">&#123;</span> || !<span style="color: #000000;">&#40;</span> IfNil<span style="color: #000000;">&#40;</span> oLbx3:<span style="color: #000000;">Hidden</span>:<span style="color: #000000;">Value</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>, <span style="color: #ff0000;">""</span> <span style="color: #000000;">&#41;</span> $ <span style="color: #000000;">&#91;</span><span style="color: #000000;">24</span><span style="color: #000000;">&#93;</span> <span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#125;</span><br />              <span style="color: #00C800;">Next</span><br /> </div>[/code:3bawlg0q] [img:3bawlg0q]http&#58;//i&#46;imgur&#46;com/qtltC5R&#46;jpg[/img:3bawlg0q]
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&#40; hDC, &#123;nRow, nCol, nRow + nHeight, nCol + nWidth&#125;, hBrush &#41;[/code:1zd9mvky] to [code:1zd9mvky]Gradient &#40;hDC, &#123;nRow, nCol, nRow+nHeight, nCol+nWidth&#125;, aColors&#91;2&#93;,nRGB&#40;245,245,245&#41;, &#46;t&#46;&#41; // SH [/code:1zd9mvky] and then before drawing the text: [code:1zd9mvky]SetBkMode &#40;hDC, 1&#41; // transparent SH DrawTextEx&#40; hDC, cHeader,&#46;&#46;&#46;&#46;&#46;&#46;&#46; &#41; [/code:1zd9mvky] The second color is hardcoded at the moment, there would have been to many changes in the class.
xBrowse Header : Themes
Thanks ... that gets me started.
xBrowse Header : Themes
this run ok but the BITmap not are trasparent !!!!!!!!!!! [url=http&#58;//img134&#46;imageshack&#46;us/my&#46;php?image=xbrowsegradhe6&#46;jpg:3tzrzurk][img:3tzrzurk]http&#58;//img134&#46;imageshack&#46;us/img134/334/xbrowsegradhe6&#46;th&#46;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&#58;//imageshack&#46;us:3h82hb8s][img:3h82hb8s]http&#58;//img228&#46;imageshack&#46;us/img228/8683/xbrowseyv8&#46;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&#58;//img146&#46;imageshack&#46;us/my&#46;php?image=tab2007to3&#46;jpg:2rj4oaza][img:2rj4oaza]http&#58;//img146&#46;imageshack&#46;us/img146/9576/tab2007to3&#46;th&#46;jpg[/img:2rj4oaza][/url:2rj4oaza] We made another class to create brush with two color gradient With this class we can translate all brush of all classes !!!
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&#58;//img208&#46;imageshack&#46;us/my&#46;php?image=ttab2007va5&#46;png:3fy1y978][img:3fy1y978]http&#58;//img208&#46;imageshack&#46;us/img208/9301/ttab2007va5&#46;th&#46;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&#58;//imageshack&#46;us:k843f33i][img:k843f33i]http&#58;//img228&#46;imageshack&#46;us/img228/8683/xbrowseyv8&#46;png[/img:k843f33i][/url:k843f33i] Works on 32-bt and 16-bit colors[/quote:k843f33i] Which are the nRGB (), done use in this Header and in Footers? Regards, Ale
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 the right appear a blank space.... [img:bgq3jqmn]http&#58;//www&#46;mayapos&#46;com/FiveWin/xbrowse1&#46;png[/img:bgq3jqmn] [img:bgq3jqmn]http&#58;//www&#46;mayapos&#46;com/FiveWin/xbrowse2&#46;png[/img:bgq3jqmn] How can I prevent this from happening??? Any help will be appreciated....
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;">&#123;</span> |oColObj| <yourcondition> <span style="color: #000000;">&#125;</span><br /> </div>[/code:64nehy7b][/quote:64nehy7b] Thank you very much Mr. Rao. It works. ps. I am kindly wait for it. <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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 do it? Thanks.
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;">&#123;</span> |oColObj| <yourcondition> <span style="color: #000000;">&#125;</span><br />&nbsp;</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 when I select that browse and put it in focus, I can select that browse and the highlight bar will then be readable, but the alternate one is no longer readable. What data element needs to be added to my code to change the color for a highlight bar in a browse that is not in focus ? Thanks.
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 > ) // -------------------------------------------------------------------------------------------------- oLbx:bClrSel = { || { 16777215, 15512898 } } Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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&#58;//img361&#46;imageshack&#46;us/img361/5586/errorse6&#46;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 or the horizontal scroll bar and the cursor hits the Labor column. Any help would be appreciated. Rick Lipkin [img:2txujdaa]http&#58;//i59&#46;tinypic&#46;com/2vaxvd1&#46;jpg[/img:2txujdaa] [img:2txujdaa]http&#58;//i62&#46;tinypic&#46;com/1q3a0k&#46;jpg[/img:2txujdaa] [code=fw:2txujdaa]<div class="fw" id="{CB}" style="font-family: monospace;"><br />Application<br />===========<br />   Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\Fox\SaLite\Saw32.Exe <span style="color: #000000;">&#40;</span><span style="color: #000000;">32</span> bits<span style="color: #000000;">&#41;</span><br />   <span style="color: #0000ff;">Size</span>: <span style="color: #000000;">5</span>,<span style="color: #000000;">128</span>,<span style="color: #000000;">704</span> bytes<br />   Compiler version: <span style="color: #000000;">xHarbour</span> <span style="color: #000000;">1.2</span><span style="color: #000000;">.3</span> Intl. <span style="color: #000000;">&#40;</span>SimpLex<span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#40;</span>Build <span style="color: #000000;">20131030</span><span style="color: #000000;">&#41;</span><br />   FiveWin  Version: <span style="color: #000000;">FWHX</span> <span style="color: #000000;">15.01</span><br />   Windows version: <span style="color: #000000;">5.1</span>, Build <span style="color: #000000;">2600</span> Service Pack <span style="color: #000000;">3</span><br /><br />   Time <span style="color: #0000ff;">from</span> start: <span style="color: #000000;">0</span> hours <span style="color: #000000;">0</span> mins <span style="color: #000000;">27</span> secs <br />   Error occurred <span style="color: #00C800;">at</span>: <span style="color: #000000;">02</span>/<span style="color: #000000;">11</span>/<span style="color: #000000;">2015</span>, <span style="color: #000000;">08</span>:<span style="color: #000000;">45</span>:<span style="color: #000000;">59</span><br />   Error description: <span style="color: #000000;">Error</span> BASE/<span style="color: #000000;">1070</span>  Argument error: ==<br />   Args:<br />     <span style="color: #000000;">&#91;</span>   <span style="color: #000000;">1</span><span style="color: #000000;">&#93;</span> = A   <span style="color: #000000;">&#123;</span> ... <span style="color: #000000;">&#125;</span> length: <span style="color: #000000;">1</span><br />     <span style="color: #000000;">&#91;</span>   <span style="color: #000000;">2</span><span style="color: #000000;">&#93;</span> = N   <span style="color: #000000;">16777215</span><br /><br />Stack Calls<br />===========<br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">BRUSH</span>.PRG => TBRUSH:<span style="color: #00C800;">NEW</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">132</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG => TCONTROL:<span style="color: #000000;">SETCOLOR</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">2739</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">BTNBMP</span>.PRG => TBTNBMP:<span style="color: #000000;">SETCOLOR</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1578</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBRWCOLUMN:<span style="color: #000000;">PAINTCELL</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">10760</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBRWCOLUMN:<span style="color: #000000;">PAINTDATA</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">10283</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBROWSE:<span style="color: #000000;">DRAWLINE</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1927</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBROWSE:<span style="color: #0000ff;">PAINT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1590</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBROWSE:<span style="color: #00C800;">DISPLAY</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1368</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\CONTROL.PRG => TCONTROL:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1699</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBROWSE:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">12607</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG => _FWH<span style="color: #000000;">&#40;</span> <span style="color: #000000;">3450</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => SYSREFRESH<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #000000;">END</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">526</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\<span style="color: #00C800;">function</span>\ERRSYSW.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>ERRORDIALOG<span style="color: #000000;">&#40;</span> <span style="color: #000000;">401</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">BUTTON</span>.PRG => TBUTTON:<span style="color: #0000ff;">CLICK</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">175</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\CONTROL.PRG => TBUTTON:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1687</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG => _FWH<span style="color: #000000;">&#40;</span> <span style="color: #000000;">3450</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => SENDMESSAGE<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #000000;">COMMAND</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">403</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => TWINDOW:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">906</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => DIALOGBOXINDIRECT<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #0000ff;">ACTIVATE</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">286</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\<span style="color: #00C800;">function</span>\ERRSYSW.PRG => ERRORDIALOG<span style="color: #000000;">&#40;</span> <span style="color: #000000;">420</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\<span style="color: #00C800;">function</span>\ERRSYSW.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>ERRORSYS<span style="color: #000000;">&#40;</span> <span style="color: #000000;">23</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">BRUSH</span>.PRG => TBRUSH:<span style="color: #00C800;">NEW</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">132</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG => TCONTROL:<span style="color: #000000;">SETCOLOR</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">2739</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">BTNBMP</span>.PRG => TBTNBMP:<span style="color: #000000;">SETCOLOR</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1578</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBRWCOLUMN:<span style="color: #000000;">PAINTCELL</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">10760</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBRWCOLUMN:<span style="color: #000000;">PAINTDATA</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">10283</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBROWSE:<span style="color: #000000;">DRAWLINE</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1927</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBROWSE:<span style="color: #0000ff;">PAINT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1590</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBROWSE:<span style="color: #00C800;">DISPLAY</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1368</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\CONTROL.PRG => TCONTROL:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1699</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBROWSE:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">12607</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG => _FWH<span style="color: #000000;">&#40;</span> <span style="color: #000000;">3450</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => DIALOGBOXINDIRECT<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">DIALOG</span>.PRG => TDIALOG:<span style="color: #0000ff;">ACTIVATE</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">286</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\<span style="color: #00C800;">function</span>\ERRSYSW.PRG => ERRORDIALOG<span style="color: #000000;">&#40;</span> <span style="color: #000000;">420</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\<span style="color: #00C800;">function</span>\ERRSYSW.PRG => <span style="color: #000000;">&#40;</span>b<span style="color: #000000;">&#41;</span>ERRORSYS<span style="color: #000000;">&#40;</span> <span style="color: #000000;">23</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">BRUSH</span>.PRG => TBRUSH:<span style="color: #00C800;">NEW</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">132</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG => TCONTROL:<span style="color: #000000;">SETCOLOR</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">2739</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">BTNBMP</span>.PRG => TBTNBMP:<span style="color: #000000;">SETCOLOR</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1578</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBRWCOLUMN:<span style="color: #000000;">PAINTCELL</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">10760</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBRWCOLUMN:<span style="color: #000000;">PAINTDATA</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">10283</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBROWSE:<span style="color: #000000;">DRAWLINE</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1927</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBROWSE:<span style="color: #0000ff;">PAINT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1590</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBROWSE:<span style="color: #00C800;">DISPLAY</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1368</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\CONTROL.PRG => TCONTROL:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1699</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">XBROWSE</span>.PRG => TXBROWSE:<span style="color: #000000;">HANDLEEVENT</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">12607</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG => _FWH<span style="color: #000000;">&#40;</span> <span style="color: #000000;">3450</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>:  => WINRUN<span style="color: #000000;">&#40;</span> <span style="color: #000000;">0</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: .\source\classes\<span style="color: #0000ff;">WINDOW</span>.PRG => TMDIFRAME:<span style="color: #0000ff;">ACTIVATE</span><span style="color: #000000;">&#40;</span> <span style="color: #000000;">1152</span> <span style="color: #000000;">&#41;</span><br />   Called <span style="color: #0000ff;">from</span>: <span style="color: #000000;">Main</span>.prg => MAIN<span style="color: #000000;">&#40;</span> <span style="color: #000000;">326</span> <span style="color: #000000;">&#41;</span><br /> </div>[/code:2txujdaa]
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&#58;//i208&#46;photobucket&#46;com/albums/bb82/fraxzi/xbrowse_image&#46;png[/img:1hcilixn] How can I put the image to upper right instead of what it shown.. like this: [img:1hcilixn]http&#58;//i208&#46;photobucket&#46;com/albums/bb82/fraxzi/xbrowse_image2&#46;png[/img:1hcilixn]
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&#58;//www&#46;pflegeplus&#46;com/pictures/repaint&#46;jpg[/img:35le8p9e] copy with right-mouseclick on the Images ( 24 x 24 alpablended ) Center.bmp [img:35le8p9e]http&#58;//www&#46;pflegeplus&#46;com/pictures/center&#46;bmp[/img:35le8p9e] Top.bmp [img:35le8p9e]http&#58;//www&#46;pflegeplus&#46;com/pictures/top&#46;bmp[/img:35le8p9e] Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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&#58;//www&#46;pflegeplus&#46;com/pictures/xbrwtop&#46;jpg[/img:10y7b7js] [img:10y7b7js]http&#58;//www&#46;pflegeplus&#46;com/pictures/xbrwtop1&#46;jpg[/img:10y7b7js] ( maybe possible, to include a Option Row-centered or Top ) ? I changed in xBrowse.prg the Line : Bitmap Row-centered : [color=#0000FF:10y7b7js]nBmpRow := nRow + ( nHeight - aBitmap[ BITMAP_HEIGHT ] ) / 2 + 2[/color:10y7b7js] in : [color=#FF0000:10y7b7js]nBmpRow := nRow + 10[/color:10y7b7js] Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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&#58;//i208&#46;photobucket&#46;com/albums/bb82/fraxzi/xbrowse_image3&#46;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&#58;//i208&#46;photobucket&#46;com/albums/bb82/fraxzi/xbrowse_image4&#46;png[/img:2ocaww4t] Good!
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] &#46;&#46;&#46; oBrwPIC&#58;InsCol&#40; 2 &#41; oBrwPIC&#58;aCols&#91;2&#93;&#58;bEditValue &#58;= &#123;|e| IF&#40;e == Nil, 1, e&#41; &#125; oBrwPIC&#58;aCols&#91;2&#93;&#58;addResource&#40; 'checkbox16' &#41; oBrwPIC&#58;aCols&#91;2&#93;&#58;addResource&#40; 'crossbox16' &#41; oBrwPIC&#58;aCols&#91;2&#93;&#58;bBmpData &#58;= &#123;|| Eval&#40;oBrwPIC&#58;aCols&#91;2&#93;&#58;bEditValue&#41; &#125; oBrwPIC&#58;aCols&#91;2&#93;&#58;bLDClickData &#58;= &#123;|x| x &#58;= Eval&#40;oBrwPIC&#58;aCols&#91;2&#93;&#58;bEditValue&#41;,; IF&#40; x == 1, Eval&#40;oBrwPIC&#58;aCols&#91;2&#93;&#58;bEditValue, 2&#41;,; Eval&#40;oBrwPIC&#58;aCols&#91;2&#93;&#58;bEditValue, 1&#41; &#41;,; oBrwPIC&#58;RefreshCurrent&#40;&#41; &#125; &#46;&#46;&#46; [/code:3kdmi6ho]How can I switch :bEditValue from 1 to 2 and vice-versa by double-clicking on the column?If the inserted column is a field, it would not be the problem... but with the inserted column, i'm in trouble. <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->'Appreciate any help.Regards,
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&#40; <fldname>, <nSelectArea> &#41; ; HEADER 'Pic' ; BITMAP FIELD-><fldname> IN 'checkbox16', 'crossbox16' // If the datasource is array ADD oCol TO oBrwPIC AT 2 ARRAY ELEM <nColNo> HEADER 'Pic' ; BITMAP FIELD-><fldname> IN 'checkbox16', 'crossbox16' // if the column is inserted after the browse is already displayed and running, we need to add oBrwPIC&#58;Refresh&#40;&#41; after adding column oCol&#58;bLDClickData &#58;= &#123; || oCol&#58;Value &#58;= If&#40; oCol&#58;Value == 1, 2, 1 &#41;, oBrwPIC&#58;RefreshCurrent&#40;&#41; &#125; [/code:2s58krjr]
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 &#58;= Array&#40; LastRec&#40;&#41; &#41; AFill&#40; aNums, 1 &#41; define window ownd @ 0,0 xbrowse obrw ; columns 'Last', 'City', 'State' ; of ownd ; alias 'customer' oCol &#58;= oBrw&#58;InsCol&#40; 2 &#41; oCol&#58;bBmpData &#58;= &#123; || aNums&#91; RecNo&#40;&#41; &#93; &#125; oCol&#58;bLDClickData &#58;= &#123; || aNums&#91; RecNo&#40;&#41; &#93; &#58;= If &#40;aNums&#91; RecNo&#40;&#41; &#93; == 1, 2, 1 &#41;, oBrw&#58;RefreshCurrent&#40;&#41; &#125; oCol&#58;AddResource&#40; 'Open' &#41; oCol&#58;AddResource&#40; 'Close' &#41; obrw&#58;createfromcode&#40;&#41; ownd&#58;oclient &#58;= obrw activate window ownd return nil [/code:25k7ava5]
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="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: --> Will let you know after dinner (i'm on the other side of the world ) <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
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_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: --> like magic <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: -->Thank you so much and regards,
xBrowse Image-viewer DOWNLOAD / Update Release 1.5 !!!
Hello, the Download-Link for the < xBrowse-ImageViewer > Release 1.5 : [img:o1i9udsf]http&#58;//www&#46;pflegeplus&#46;com/pictures/xbrwImage&#46;jpg[/img:o1i9udsf] Included : [color=#0000FF:o1i9udsf]PRG, PIXELFORMER, FREEIMAGE.dll, Desktop Screenresolution switch some nice Image-collections are included as well[/color:o1i9udsf] have a look at the bottom of the PRG for xBrowse-changes ( from Rao ) for new compile. As well You must change the Rmk-file ( path defines ) In case something is not working, just let me know. [color=#0000FF:o1i9udsf]Thanks to Mr. Rao, who helped, to put this Project into practice !!![/color:o1i9udsf] You are welcome, to join the Project with new Ideas or maybe changes to make it better. Download ( 8.2 MB ) <!-- m --><a class="postlink" href="http://www.pflegeplus.com/fw_downloads/xbrwImage.zip">http://www.pflegeplus.com/fw_downloads/xbrwImage.zip</a><!-- m --> You can update from older Releases to 1.5 Download ( 0.9 MB only Main-files ) <!-- m --><a class="postlink" href="http://www.pflegeplus.com/fw_downloads/xbrwImage1.zip">http://www.pflegeplus.com/fw_downloads/xbrwImage1.zip</a><!-- m --> Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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.zip</a><!-- m --> Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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;">&#40;</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}" style="font-family: monospace;"><span style="color: #00D7D7;">#define</span> SW_HIDE   <span style="color: #000000;">0</span><br />WaitRun<span style="color: #000000;">&#40;</span> c_path + <span style="color: #ff0000;">"<span style="color: #000000;">\"</span> + 'DesktopCmd save /y' , SW_HIDE )</span></div>[/code:3uvgmfd7]
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] := GetSysmetrics( 0 ) // Width of screen. [color=#0000FF:3ic7mj96]nScrheight[/color:3ic7mj96] := GetSysmetrics( 1 ) // Height of screen. is fixed as well. DEFINE DIALOG oDlg1 FROM [color=#FF0000:3ic7mj96]0, 0 TO 720, 1004 [/color:3ic7mj96]PIXEL ; // TRANSPARENT ; STYLE WS_POPUP | WS_VISIBLE | WS_DLGFRAME | WS_THICKFRAME oBrush1 := TBrush():new( ,,,, ResizeBmp( oTmp:hBitmap, [color=#FF0000:3ic7mj96]1004, 720[/color:3ic7mj96], .T. ) ) oDlg1:Setbrush( oBrush1 ) oTmp:End() Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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 Background-image added ) 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 [color=#FF0000:3th5njpv]0, 0 TO 720, 1004 [/color:3th5njpv]PIXEL ; STYLE WS_POPUP | WS_VISIBLE | WS_DLGFRAME | WS_THICKFRAME oBrush1 := TBrush():new( ,,,, ResizeBmp( oTmp:hBitmap, [color=#FF0000:3th5njpv]1004, 720[/color:3th5njpv], .T. ) ) oDlg1:Setbrush( oBrush1 ) oTmp:End() 2. Changing the Image-format-filter, didn't detect a Directory-switch from Default to Destination and reverse. it is working now. 3. A wrong Path for the Read-directory was saved to the INI-file. It is fixed now. With a non existing SYSTEM.INI, the Read- and Destination-path will be ???/bitmaps/ Closing the Application, the used Read- and Destination-path is saved to the INI. At new Start they are loaded from the INI-file and displayed as default. 4. Changed Text < Save > to < Dest.> to make it the same like the Button. 5. Freeimage.pdf added for Format-infos and maybe needed Commands [img:3th5njpv]http&#58;//www&#46;pflegeplus&#46;com/pictures/xbview24&#46;jpg[/img:3th5njpv] Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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/backgrounds ( missing 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 ! [img:2lu1sex5]http&#58;//www&#46;pflegeplus&#46;com/pictures/zoom7&#46;jpg[/img:2lu1sex5] All Images adjusted to Cell-size ( useful viewing small Images like 16x16 or 24x24 ) : [img:2lu1sex5]http&#58;//www&#46;pflegeplus&#46;com/pictures/zoom8&#46;jpg[/img:2lu1sex5] Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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 Userdefined Graphic-application to the INI and the User can change it from inside the Program. Could be a usefull Option ???[/color:5kdqv67p] [color=#0000FF:5kdqv67p]@ 100, 462 BTNBMP oBtn6 FILENAME c_path + "\Bitmaps\Paint.bmp" ; SIZE 40, 38 OF oDlg1 PIXEL NOBORDER ; TOP ; PROMPT " &Ms-Paint" ; FONT oTxtfont ; ACTION [/color:5kdqv67p][color=#FF0000:5kdqv67p]WaitRun( 'MsPaint.exe' + " " + cImgname )[/color:5kdqv67p] [img:5kdqv67p]http&#58;//www&#46;pflegeplus&#46;com/pictures/change&#46;jpg[/img:5kdqv67p] the Download-Link ( Full Version 8.2 MB ) : <!-- m --><a class="postlink" href="http://www.pflegeplus.com/fw_downloads/xbrwImage.zip">http://www.pflegeplus.com/fw_downloads/xbrwImage.zip</a><!-- m --> the Download-Link ( Update 0.9 MB ) : <!-- 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 > to Subdir /Bitmaps ( needed for Image-info missing in Update ) [img:5kdqv67p]http&#58;//www&#46;pflegeplus&#46;com/pictures/brush30&#46;jpg[/img:5kdqv67p] Clouds.bmp [img:5kdqv67p]http&#58;//www&#46;pflegeplus&#46;com/pictures/clouds&#46;bmp[/img:5kdqv67p] [img:5kdqv67p]http&#58;//www&#46;pflegeplus&#46;com/pictures/news10&#46;jpg[/img:5kdqv67p] Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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. [url:robz3adj]https&#58;//rapidshare&#46;com/files/459087202/sample&#46;TIF[/url:robz3adj]. I use that file to store fotos like an albumbook because it can be easy linked with a record in a datafile. Could you please see the sample.tif. Thanks
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 BTNBMP oBtn6 FILENAME c_path + "\Bitmaps\Paint.bmp" ; SIZE 40, 38 OF oDlg1 PIXEL NOBORDER ; TOP ; PROMPT " &xNView" ; FONT oTxtfont ; ACTION WaitRun( [color=#FF0000:37hfw22h]"C:\Program Files\XnView\xnview.exe"[/color:37hfw22h] + " " + cImgname ) [b:37hfw22h]Under Construction ![/b:37hfw22h] [img:37hfw22h]http&#58;//www&#46;pflegeplus&#46;com/pictures/Select1&#46;jpg[/img:37hfw22h] [img:37hfw22h]http&#58;//www&#46;pflegeplus&#46;com/pictures/tiff1&#46;jpg[/img:37hfw22h] The different Frames of the selected TIFF : [img:37hfw22h]http&#58;//www&#46;pflegeplus&#46;com/pictures/tiff2&#46;jpg[/img:37hfw22h] [img:37hfw22h]http&#58;//www&#46;pflegeplus&#46;com/pictures/tiff3&#46;jpg[/img:37hfw22h] [img:37hfw22h]http&#58;//www&#46;pflegeplus&#46;com/pictures/tiff4&#46;jpg[/img:37hfw22h] Best Regards Uwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
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&#58;//www&#46;pflegeplus&#46;com/pictures/tiff5&#46;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:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: -->