topic
stringlengths
1
63
text
stringlengths
1
577k
oTree
If I have object oTree and I use a listbox to insert the oTree oLbxTree:SetTree( oTree ) How I can make to found the nlevel for this obxTree I 'm converting a oldest fw /clipper app where I used nLevel:= oLbxTree:cargo:nLevel but now with fwh this not run !!! I have this BuildTree : [code=fw:2749whoc]<...
oTree cambiar un item
Hola. Quiero poder cambiar "en el mismo lugar" el nombre de un item de un oTree y no tener que hacer un dialogo donde le pido al usuario que ingrese el nuevo nombre. Como lo hago? Gracias.
oTree como dejo el fondo transparente
Como dejo el fonde transparente del Otree segun el codigo, tambien necesito colocar una trama es decir una linea de un color y otra diferente. Gracias [code=fw:2oi0xqb0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />   <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">...
oTree for xBrowse sample...
Hi!Anybody with working sample using Tree for xBrowse for DBFCDX table....Best Regards,Frances
oTree for xBrowse sample...
Did you try the \FWH\Samples\TestXbr3.PrgCheck menu Tree Browse.RegardsAnser
oTree for xBrowse sample...
Yes I tried but I cant work it by (alias)->field....I dont use ADO.Regards
oTree for xBrowse sample...
Anyone?
oTree for xBrowse sample...
Frances,You can use the source code for MakeTree() in samples\TestXbr3.prgJust use the DBF instead of an ADO recordset. The source code is almost the same.
oTree for xBrowse sample...
[quote="Antonio Linares":3jguvhea]Frances, You can use the source code for MakeTree() in samples\TestXbr3.prg Just use the DBF instead of an ADO recordset. The source code is almost the same.[/quote:3jguvhea]Antonio,i'm also very interested in a sample how to use this tree browse with dbf files.Unfortunatelly it's no...
oTree for xBrowse sample...
Frances, Detlef,Here you have a working example:[code:1zsmnk5u] #include "FiveWin&#46;ch" #include "xbrowse&#46;ch" function Main&#40;&#41; local oWnd, oBrw USE Customer INDEX ON Field->State TO State SET ORDER TO "State" GO TOP DEFINE WINDOW oWnd TITLE "DbfTree" @ 0, 0 XBROWSE oBrw OF o...
oTree for xBrowse sample...
[url=http&#58;//imageshack&#46;us:18vuu5nz][img:18vuu5nz]http&#58;//img88&#46;imageshack&#46;us/img88/9205/xbrtreeeq6&#46;jpg[/img:18vuu5nz][/url:18vuu5nz]
oTree for xBrowse sample...
Antonio,this is working great! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Many thanks for the sample,Detlef
oTree for xBrowse sample...
Using bitmaps in the tree:Test.prg[code:fox9mk1r] #include "FiveWin&#46;ch" #include "xbrowse&#46;ch" function Main&#40;&#41; local oWnd, oBrw USE Customer INDEX ON Field->State TO State SET ORDER TO "State" GO TOP DEFINE WINDOW oWnd TITLE "DbfTree" @ 0, 0 XBROWSE oBrw OF oWnd LINES CELL...
oTree for xBrowse sample...
With multiple columns:test.prg[code:puy0br0g] #include "FiveWin&#46;ch" #include "xbrowse&#46;ch" function Main&#40;&#41; local oWnd, oBrw USE Customer INDEX ON Field->State TO State SET ORDER TO "State" GO TOP DEFINE WINDOW oWnd TITLE "DbfTree" @ 0, 0 XBROWSE oBrw OF oWnd LINES CELL ...
oTree for xBrowse sample...
It's a very good sample.What changes should I make on the above sample to display the tree if the user hit enter key also. Right now tree is displayed only when the user double click on the Data.RegardsAnser
oTree for xBrowse sample...
In order to open the browse tree with the keyboard (return key) this change in Class TXBrowse is required:[code:1tycm4vf] METHOD KeyChar&#40; nKey, nFlags &#41; CLASS TXBrowse &#46;&#46;&#46; case nKey == VK_RETURN oCol &#58;= &#58;&#58;SelectedCol&#40;&#41; if oCol&#58;nEditType > 0 ...
oTree for xBrowse sample...
Thankyou Mr.Antonio,Modifying the xBrowse.Prg means either I have to include the modified xBrowse.Prg along with my project or I should generate FiveH.Lib (Harbour) and FiveHx.Lib (xHarbour) to generate a modified lib to reflect the changes made in xBrowse.Prg. Am I right ?.Is there a batch file available to generate F...
oTree for xBrowse sample...
Anser,You can do it both ways:1: Modify xbrowse.prg and compile it and link it as another PRG of your application.2: Modify xbrowse.prg and compile it and update FiveH.lib or FiveHX.lib (if you use Harbour or xHarbour)To rebuild the library you can use this batch file:[code:2gr9mm90] for %%f in &#40;*&#46;prg&#41; do c...
oTree for xBrowse sample...
Thankyou Mr.Antonio
oTree for xBrowse sample...
Senior Linales,Thank you for the kind help.... Your expertise is utmost needed.My best regards!
oTree for xBrowse sample...
Dear Mr. Antonio, How can I make a tree with more than 2 levels using xbrowse? like: AK | +--Tarzana | +-----another level under Tarzana | +---- another level under under Tarzana Best regards, Frances [quote="Antonio Linares":2n1w6iua]Franc...
oTree for xBrowse sample...
[code=fw:1rvqketo]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">/*<br />*<br />*&nbsp; &nbsp;XbTree2.Prg<br />*&nbsp; &nbsp;24-12-2010 08:39 PM<br />*<br />*/</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.Ch"</span><br />...
oTree for xBrowse sample...
Dear Mr. RAO, Thanks so much for a great sample... We can define number of levels by code.. What if the user wish to create level after level of tree using xbrowse? Is that possible with xbrowse (RDD)? Regards, Frances HAPPY NEW YEAR!!!
oTree for xBrowse sample...
Please also see the samples I posted here, using related DBFs to show as tree <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=20761&p=110295#p110295">viewtopic.php?f=6&t=20761&p=110295#p110295</a><!-- l -->
oTree for xBrowse sample...
[quote="nageswaragunupudi":1qx09q0a]Please also see the samples I posted here, using related DBFs to show as tree <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=20761&p=110295#p110295">viewtopic.php?f=6&t=20761&p=110295#p110295</a><!-- l -->[/quote:1qx09q0a] Thanks M...
oTree for xBrowse sample...
[quote="fraxzi":bu1qub6l][quote="nageswaragunupudi":bu1qub6l]Please also see the samples I posted here, using related DBFs to show as tree <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=20761&p=110295#p110295">viewtopic.php?f=6&t=20761&p=110295#p110295</a><!-- l -->[/qu...
oTree para video FUNCIONANDO
Confieso no tener ni idea de como tratar los objetos Tree, nunca los he necesitado, pero he cogido un ejemplo del foro y es lo que estoy buscando para poder ver, añadir, borrar ficheros de video a mi aplicación. A ver si me podeis echar una mano en como seleccionar un fichero de los que muestra el tree. [code=fw:3pl8...
oTree para video FUNCIONANDO
Gracias Cristobal ya me esta funcionando. Asi me muestra el video correctamente: [code=fw:197gpwkp]<div class="fw" id="{CB}" style="font-family: monospace;">@ <span style="color: #000000;">1</span>, <span style="color: #000000;">27</span> <span style="color: #0000ff;">BUTTON</span> <span style="color: #ff0000;">"&Ver"...
oTree para video FUNCIONANDO
Creo que es algo más y no he entendido bien porque a mi si me muestra el item seleccionado [img:309i5tzs]https&#58;//s8&#46;postimg&#46;org/nzv8q5fit/andres01&#46;png[/img:309i5tzs]
oTree para video FUNCIONANDO
Ya funciona todo, sirve para añadir ficheros de video (solo uno por cada tipo) a un directorio y relacionarlo con un registro por ejemplo: [code=fw:pti20iyj]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><b...
oTree y los itemlevel()
hola. Con oTree:itemLevel() obtengo el nivel actual, pero para saber cuantas ramas tiene ese nivel, como lo hago? gracias.
oTree:GetSelText()
oTree:GetSelText() solo me recoge los 100 primeros caracteres ¿Se puede aumentar este número? ¿Cómo? Un saludo, Manuel
oTree:setCheck() Error!
Hi Antonio, James and friends!I have a little doubt... When I try to check a TVItem, the fivewin gives me the following error:[code:1eptzw5n]Application =========== Path and name&#58; C&#58;\xGenesis\genesis&#46;EXE &#40;32 bits&#41; Size&#58; 1,409,536 bytes Time from start&#58; 0 hours 0 mins 42 secs Err...
oTree:setCheck() Error!
I execute a loop into a oMenu:aItems for get the prompts for adding like a option by the TreeView.[code:2cy9e82u] STATIC FUNCTION loadTreeAccess&#40; oMenu, oTree &#41; LOCAL oRoot LOCAL aItens &#58;= &#123;&#125; LOCAL nPos &#58;= 0 aItens &#58;= oMenu&#58;aItems FOR nPos &#58;= 1 TO len&#40; aItens &#41; IF...
oTree:setCheck() Error!
I solved this using directly the function called by the method[b:32yafthj]TVSetCheck( oObjTree:hWnd, oObjItem:hItem, .T. )[/b:32yafthj]and [b:32yafthj]TVGetCheck( oObjTree:hWnd, oObjItem:hItem )[/b:32yafthj]But, the method not works! The erros is the exchange of [u:32yafthj]oObjItem:hItem[/u:32yafthj] for [u:32yafthj]o...
oTree:setCheck() Error!
Somebody!?
oTree:setCheck() Error!
Júlio,Yes, you are right, its a bug in Class TTreeView. Fixed, thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->This is the right code:[code:1quik69m] METHOD GetCheck&#40; oItem &#41; INLINE ; If&#40; oItem == nil, oItem &#58;= &#58;&#58;GetSelected&#40;&#41...
oWdn:Say - SAY class
would someone be so kind to explain the difference of oWdn:Say and the SAY class. oSay is repainted automatically what does this mean for the memory usage. Thanks in advance Otto
oWdn:Say - SAY class
[quote="Otto":jlkb3eo0]would someone be so kind to explain the difference of oWdn:Say and the SAY class. oSay is repainted automatically what does this mean for the memory usage. Thanks in advance Otto[/quote:jlkb3eo0] oWnd:Say() is just a text printed on the specified window while TSay is a real control. And yes, ...
oWdn:Say - SAY class
Hello Enrico, thank you. But memory seems to be a problem. See my test - prg. Maybe I call it the wrong way. But if you call the test function with oSay more times the program crashes. Regards, Otto #include "FiveWin.ch" //----------------------------------------------------------------------------// STATIC n fun...
oWdn:Say - SAY class
[quote="Otto":3qvw0d8r]Hello Enrico, thank you. But memory seems to be a problem. See my test - prg. Maybe I call it the wrong way. But if you call the test function with oSay more times the program crashes.[/quote:3qvw0d8r] Yes, because you are creating more and more TSay objects while one would be enough. Once crea...
oWdn:Say - SAY class
Hello Enrico, could you show me how to do, please. Thanks in advance Otto
oWdn:Say - SAY class
It depends on what you are trying to do. Generally speaking, consider TSay as any other control. Try to change your sample replacing SAYs with GETs: would it make sense? Moreover, look at Refresh() and SetText() methods. EMG
oWdn:Say - SAY class
I think osay / oget does not work for this job because I need all the information on the proper place. If I try with Settext, nTop, nLeft and refresh I lose the former information. Thanks again. Regards, Otto
oWebView:Eval() in a loop
Hi, In the loop, I call oWebView:Eval() and try to process the results in the Result() function. However, it does not work out in any way <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> [code=fw:3mvl5nyu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="co...
oWebView:Eval() in a loop
For me run Ok [url=https&#58;//postimg&#46;cc/D8kLmV6Z:1408l13z][img:1408l13z]https&#58;//i&#46;postimg&#46;cc/Yqj3nMm1/natter02&#46;png[/img:1408l13z][/url:1408l13z] Please try with my executable <!-- m --><a class="postlink" href="https://bitbucket.org/fivetech/fivewin-contributions/downloads/natterWebView.exe">https...
oWebView:Eval() in a loop
Cristobal, thank you for your help, but when trying to download your example, a message appears - [b:2s3cwhlf]An error when establishing a secure connection When connected to bbuseruploads.s3.amazonaws.com an error has occurred. The node received a valid certificate, but access was denied. [/b:2s3cwhlf]
oWebView:Eval() in a loop
Dear Natter What browser are you using? It is the download server for Fivetech contributions. No one has had any problems. There are already 13 downloads of that file If when downloading it warns you that the file may be dangerous, ignore the message and download it.
oWebView:Eval() in a loop
Cristobal, we didn't understand each other. In my example, I tried to show the problem that I had when working with webview.Eval() in a loop. It is as follows - 1. Webview.Eval() executes a certain JS script and returns the result to the FW. 2. Only after receiving this result can I continue executing the loop. It is ...
oWebView:Eval() in a loop
Dear Yuri, Your example works fine here too
oWebView:Eval() in a loop
In the loop, I call the webview.Eval() method 5 times. Checking the answers looks like this: 1,0 / 2,0 /3,2 / 4,3 / 5,4 Although, as it seems to me, it should be - 1,1 / 2,2 / 3,3 / 4,4 / 5,5 [code=fw:3ftpeb7h]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span...
oWnd got focus
Hi all, how can I know if the main window (oWnd) has focus ? Thank you in advance.
oWnd got focus
Hi, take a look at: <!-- l --><a class="postlink-local" href="http://fivetechsupport.com/forums/viewtopic.php?f=3&t=23320&start=0&hilit=lfocused">viewtopic.php?f=3&t=23320&start=0&hilit=lfocused</a><!-- l -->
oWnd got focus
Solved. thank you. if oWnd:owndclient:lFocused=.f. && mdi hasn't the focus return endif
oWnd:End()
[code=fw:1jkdwaju]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> main<br />&nbsp;<span style="color: #00C800;">Public</span> lSair:=.f.<br />&nbsp;<sp...
oWnd:End()
Why don't you try a different approach. Only run your process if the user presses the "Do Whatever" button, something like this: [code=fw:274itfso]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> main<span style="color: #000000;">&#40;</span><span style="color: #0...
oWnd:End()
Like James suggests .. here is a snipit of code to trap the |X| and close and clean up your environment. Rick [code=fw:37jjkc9p]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">Static</span> lOK,oWnd<br /><br /><span style="color: #B900B9;">//----------</span><br />F...
oWnd:End() oDlg:End()
Hi Antonio Have started trying to port an actual application. It seems that neither oWnd:End() nor oDlg:End() work as anticipated. When I compile the code below Selecting File Exit from the menu does nothing except stop Help About from working, and if I go Help About and hit the Exit button once nothing happens - hi...
oWnd:End() oDlg:End()
Doug, We email you new libraries with some changes and also a modified version of your PRG. With these new files is working fine
oWnd:Line(...)
Hello Antonio, Is :Line supported by PPC? oWnd:Line(...) Thanks in advance Otto
oWnd:Line(...)
Otto, It is not included yet, but you can easily add it from FWH Class TWindow
oWnd:Line(...)
Hello Antonio, Only as a reminder. Thanks in advance Otto
oWnd:SaveToJPG() instead of oWnd:SaveToBmp()
Hi Antonio,Can we have a oWndH:SaveToJPG() that does the same as oWnd:SaveToBmp() but saves the screen in JPG format. I know we can save the BMP file from oWnd:SaveToBmp() and than read and save as JPG, but that takes to long. I'd rather would like to have oWnd:SaveToJPG save'ed it directly to JPG.Patrick
oWnd:SaveToJPG() instead of oWnd:SaveToBmp()
Patrick,Maybe we could use "Shell.Explorer" for it. Going to do some tests.It may sounds crazy but the IE is able to manage all images formats <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
oWnd:Say() ->Transparent on Gradientfil?
Dear All, I need to use oWnd:Say() on Gradientfil() area and need to Transparnet Backgroup. How can I do it? Regards, Dutch
oWnd:Say() ->Transparent on Gradientfil?
Hello Dutch, [img:14uoguvl]http&#58;//www&#46;pflegeplus&#46;com/pictures/transtext5&#46;jpg[/img:14uoguvl] [img:14uoguvl]http&#58;//www&#46;pflegeplus&#46;com/pictures/transtext6&#46;jpg[/img:14uoguvl] [code=fw:14uoguvl]<div class="fw" id="{CB}" style="font-family: monospace;"><br />...<br />...<br />@  <span style...
oWnd:SetMenu
Antonio, ¿Como puedo 'quitar' el menú de una window? Dicho de otra manera, si establezco un menú con: oWnd:SetMenu( oMenu ) No puedo quitarlo con: oWnd:SetMenu( NIL ) ¿Como podría hacerlo? Saludos y gracias, José Luis Capel
oWnd:Wsayrect()
This method from TWindow should also accept font, color, etc.! (as in Wsay!)
oWnd:Wsayrect()
Antonio, i have send to you a new version from WsayRect() for the next build!
oWnd:bKeyDown
I would like to find out if the control key is press. I tried like that but it doesn't work: Thanks in advance, Otto oWnd:bLClicked := { |y,x,flags | test() } func test if oWnd:bKeyDown() = VK_CONTROL else endif
oWnd:bKeyDown
I find a solution with: if GetKeyState( VK_CONTROL ) else endif
oWnd:bKeydown does not trigger when DEL key pressed
I want to have a save button activate when changes are made to fields on window. The line below works for most keys, but the Delete and Back keys are ignored. ::oWnd:bKeyDown = { | nKey | if( ! self:lSave .and. (( nKey > 31 .and. nKey < 223) .or. nKey = VK_BACK .or. nKey = VK_DELETE), self:togglesave(), ) } Is there...
oWnd:bKeydown does not trigger when DEL key pressed
Try assigning oGet:bChange codeblock. EMG
oWnd:bKeydown does not trigger when DEL key pressed
I was hoping that I did not need to do that on every get, but if I must I must.
oWnd:bKeydown does not trigger when DEL key pressed
Then try assigning oGet:bLostFocus codeblock. EMG
oWnd:bKeydown does not trigger when DEL key pressed
I'm sorry, but that seems like a similar issue. Every get will need to be touched with some routing to check for changes.
oWnd:bKeydown does not trigger when DEL key pressed
In both cases you can do something similar to this: [code:29n1ni4h]FOR i = 1 TO LEN&#40; oDlg&#58;aControls &#41; IF oDlg&#58;aControls&#91; i &#93;&#58;ClassName&#40;&#41; = "TGET" oDlg&#58;aControls&#91; i &#93;&#58;bLostFocus = &#46;&#46;&#46; ENDIF NEXT[/code:29n1ni4h] EMG
oWnd:bKeydown does not trigger when DEL key pressed
Gale, If you are using TDatabase (or TData) there is a method Modified() that checks the buffer data (in aBuffer) against the data on the disk to see if there have been any changes. If you are not using TDatabase, then you can store a copy of all the data in the dialog in an array before the edit, then check it again...
oWnd:bKeydown does not trigger when DEL key pressed
using bChange does not work either. When backspace or delete key pressed the bChange is not getting fired. Here is routine I use FOR nCounter := 1 TO LEN( oDlg:aControls ) IF oDlg:aControls[ nCounter ]:ClassName() = "TGET" .or. oDlg:aControls[ nCounter ]:ClassName() = "TCHECKBOX" if oDlg:aControls[ ...
oWnd:bKeydown does not trigger when DEL key pressed
James, I am trying to add a save button that shows when a change is made. I use tdatabase but that only works when you check it. If you change a get then tab to next get there is no visable indication data has changed. I was just wanting a button that would activate showing the user that changes have been made and ...
oWnd:bKeydown does not trigger when DEL key pressed
Gale, I just had an idea how you can test for changes without much code even if you are not using TDatabase. At the start of the dialog using the ON INIT clause call something like this: [code:35v3mfa0] &#46;&#46;&#46;on init originalData&#40; oDlg &#41; function originalData&#40; oDlg &#41; local i&#58;=0, aBu...
oWnd:bKeydown does not trigger when DEL key pressed
Sorry, I forgot to add my folders on a for next loop FOR nCounter := 1 TO LEN( oFld:aDialogs[ 1 ]:aControls ) IF oFld:aDialogs[ 1 ]:aControls[ nCounter ]:ClassName() = "TGET" .or. oFld:aDialogs[ 1 ]:aControls[ nCounter ]:ClassName() = "TCHECKBOX" if oFld:aDialogs[ 1 ]:aControls[ nCounter ]:bChange =...
oWnd:bKeydown does not trigger when DEL key pressed
Gale, Apparently you posted your last message while I was writing my previous reply. You can just check the oDBF:modified() method in the valid clause of each control. ...VALID if( oDBF:modified(), oSave:enable(),) James
oWnd:line/oWnd:bLClicked
Are these functions ready? Regards Otto oWnd:line() ACTIVATE WINDOW ON PAINT ON PAGERIGHT ON PAGELEFT ON RIGHT ON LEFT ON UP ON DOWN ON PAGEUP ON PAGEDOWN oWnd:brClick...
oWnd:line/oWnd:bLClicked
Otto, You can easily check them for yourself reviewing source\classes\window.prg and include\fwce.ch (search for ACTIVATE WINDOW). Thanks
oWnd:line/oWnd:bLClicked
METHOD Line does not seem to be there. Can we take the code form FWH? Regards Otto
oWnd:line/oWnd:bLClicked
Otto, With some of them, yes, you can take them from FWH, but with others you will find unresolved externals from Windows Mobile.
oWnd:line/oWnd:bLClicked
Hello Antonio, if I change some lines in window.prg how to compile and link? Thanks in advance Otto
oWnd:line/oWnd:bLClicked
The easiest way is to compile it as it were a PRG of your application. EMG
oWnd:line/oWnd:bLClicked
Hello Enrico, could you post an example of buildce.bat which include also windows.prg. Thanks in advance Otto
oWnd:line/oWnd:bLClicked
I don't have one at hand but basically you have to add [code:2ahaze1x]%hdir%\bin\harbour window&#46;prg /n /i&#46;&#46;\include;%hdir%\include /p %2 %3 > clip&#46;log[/code:2ahaze1x] and modify [code:2ahaze1x]%vcdir%\bin\clarm -TP -W3 -c /DARM /DUNICODE /I%hdir%\include /I&#46;&#46;\include %1&#46;c window&#46;c[/co...
oWnd:oClient := oPanel
Hello, is it possible to have oWnd:oClient := oPanel in combination with oPanel:nTop := 20 Thank you in advance Otto
oWnd:oClient := oPanel
I not understood can make a test sample ?
oWnd:oClient := oPanel
Hello Silvio, In the meantime I found a solution. But there is another problem. It seems we can't make resizeable windows without a border. Thank you and best regards Otto oWnd:bPainted = { || oPanel:nTop := 30 } [img:osv2ybei]https&#58;//mybergland&#46;com/fwforum/resize5&#46;jpg[/img:osv2ybei]
oWnd:oClient := oPanel
Otto, [quote:2ikcs7id]But there is another problem. It seems we can't make resizeable windows without a border.[/quote:2ikcs7id] it is possible <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37133&p=221895#p221895">viewtopic.php?f=3&t=37133&p=221895#p221895</a><!-- l ...
oWnd:oClient := oPanel
Hallo Uwe, danke. Das funkioniert leider nicht. Das Fenster ist rahmenlos aber die Größe kann nicht verändert werden. Liebe Grüße Otto
oWnd:oClient := oPanel
[quote="Otto":3s7afbgj]Hello Silvio, In the meantime I found a solution. But there is another problem. It seems we can't make resizeable windows without a border. Thank you and best regards Otto oWnd:bPainted = { || oPanel:nTop := 30 } [img:3s7afbgj]https&#58;//mybergland&#46;com/fwforum/resize5&#46;jpg[/img:3s7afbg...
oWnd:oClient := oPanel
Hello Silvio, I tried your code but with your code the DIALOG has a frame. If I add WS_POPUP style I have no Frame but can't resize the DIALOG. DEFINE DIALOG oDlg SIZE 880,600 ; PIXEL TRUEPIXEL RESIZABLE //FONT oFont // STYLE WS_POPUP Best regards Otto
oWnd:oClient := oPanel
wich is FRAME ?
oWnd:oClient := oPanel
Hello Silvio, regards Otto [code=fw:1brx24hu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">static</span> oDlg<br /><br /><span style="color: #B900B9;">//------------...