topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
BUG in Trbbtn | In ::New() of this class are the code
[code=fw:3tb8tx41]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">if</span> ! ::<span style="color: #000000;">oWnd</span>:<span style="color: #000000;">l2013</span></div>[/code:3tb8tx41]
When I use this button-class outside from ribbon e.g... |
BUG in Trbbtn | In the trbtn.prg, the condition is like this:
[code=fw:3kna8l6i]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">if</span> <span style="color: #000000;">(</span> ::<span style="color: #000000;">oWnd</span>:<span style="color: #000000;">IsKindOf</span><span style="color: #00... |
BUG msgitem (Antonio) | Joaquín,
Gracias! Por favor cambia asi el método MouseMove() de la Clase TMsgBar:
[code=fw:1nog9w82]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> MouseMove<span style="color: #000000;">(</span> nRow, nCol, nFlags <span style="color: #000000;">)</span> <... |
BUG msgitem (Antonio) | Hola,
En un mensaje anterior del que nadie comentó nada, dije que cuando asignaba un tooltip a un msgitem, ni salía el cursor dedo del ratón al ponerse
encima ni mostraba el tooltip.
Me he dado cuenta que es un bug en la clase msgitem. [b:10tyxx02]No funciona el tooltip, si no está definido una ACTION.[/b:10tyxx02]
... |
BUG on GETS with password | In the new 19/12 are no input to make on a REDEFINE GET with clausula password in the RC-file. Also the Picture-clausula are not respected!
With DEFINE GET... i do not know! |
BUG on GETS with password | [code=fw:rouqxcej]<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<span style="color: #000000;">(</span><span style="color: #000000;">)</sp... |
BUG on GETS with password | Thanks i will try. For now i have removed in the RC clausula "password", in my program i set oGet:lPassword to .T.. Now is functioning. |
BUG on GETS with password | Have a small example for testing with REDEFINE GET? Make a DEMO and post for download please.
Regards. |
BUG on GETS with password | Further tests show, that a REDEFINE GET with password will not functioning, if a ON CHANGE clausula is using (the length of the get-variable will be shorter and shorter and overwrite the text is impossible). Also a PICTURE-clausula is not respected! |
BUG on GETS with password | Hello karinha, now i found the reason for this problem.
In my routine to sign in a have a timer, which go to standard-user after 10 secs. On the password get i have a clausula ON CHANGE:
[code=fw:1jj5d9fw]<div class="fw" id="{CB}" style="font-family: monospace;">oTimer:<span style="color: #000000;">deactivate</span><... |
BUG on GETS with password | I didn't understand the need to use a Timer () when asking for a simple password.
Senha = Password.
<!-- m --><a class="postlink" href="https://i.imgur.com/49gl4LC.png">https://i.imgur.com/49gl4LC.png</a><!-- m -->
[img:3k27i9n2]https://i.imgur.com/49gl4LC.png[/img:3k27i9n2]
Regards, saludos. |
BUG on GETS with password | Karinha, the software is also using in a automode if after start nobody types in a password. After 10 secs the password-dialog ends and a predefined password is using. If inside the 10 secs a user types in a char, the timer stops and the user must type in the password. This problem is solved.
[color=#FF0000:3nc6cqgt]N... |
BUG on GETS with password | Mister Günther, in this case, it is better that you speak directly with Master Cristóbal. Please send an email to Master Cristóbal. He is the ideal person to verify this fact. Sorry I can't help anymore.
Regards. |
BUG on GETS with password | [quote="byte-one":1gogo2kr]Karinha, the software is also using in a automode if after start nobody types in a password. After 10 secs the password-dialog ends and a predefined password is using. If inside the 10 secs a user types in a char, the timer stops and the user must type in the password. This problem is solved.... |
BUG on GETS with password | We are looking into the points raised by you one by one.
[quote:3r1zei11]
In the new 19/12 are no input to make on a REDEFINE GET with clausula password in the RC-file
[/quote:3r1zei11]
The command REDEFINE GET never had the clause "PASSWORD" in any of the previous versions also. FWH1912 is not different from previo... |
BUG on GETS with password | All the other issues raised are addressed in the next version under release. |
BUG xBrowse - Antonio olhe isso por favor ! | Antonio,
Utilizando o código abaixo:
uBrw := TXBrowse():New( oDlp )
bStruc :={{"","Sim",0,CTOD(""),CTOD(""),0}}
uBrw:SetArray( bStruc )
uBrw:aCols[1]:cHeader := "Parcela"
ubrw:aCols[1]:nWidth := 50
uBrw:aCols[1]:cEditPicture := "999"
uBrw:aCols[1]:bClrEdit := uBrw:bClrStd
uBrw:aCols[1]:bOn... |
BUG xBrowse - Antonio olhe isso por favor ! | Hola AOKISANTOS:
El problema que planteas me tiene desconcertado, no por que se produzca, ya que es un error que conocía, sino porque tal como defines xBrouse en un recurso y sin borde, no debería producirse, salvo que hayas alterado el código original del xbrouse.prg. (y creo que sí)
En principio este problema se pr... |
BUG xBrowse savestate restorestate | Tengo el siguiente problema: [code:3i6ql3m3]
#include "fivewin.ch"
#include "xbrowse.ch"
function Main2()
local oDlg, oBrw, cSaveState, cPath := "c:\"
cSaveState := GETPVPROFSTRING( "BrowseArray", "SaveState", "", cPath + "prueba.ini" )
msginfo( cSaveState )
... |
BUG xBrowse savestate restorestate | Antonio, Es un problema que da fastidio a mis clientes, ya que todo mi programa ahora usa xbrowse, y salva/recupera las posiciones de cada columna.Se logra entender cual es el problema o pongo imagenes?gracias |
BUG xBrowse savestate restorestate | siempre una imagen habla mas que mil palabras... <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
BUG xBrowse savestate restorestate | Abro la ventana con el browse:[url=http://img261.imageshack.us/my.php?image=img1kl2.jpg:29mg1bot][img:29mg1bot]http://img261.imageshack.us/img261/6537/img1kl2.th.jpg[/img:29mg1bot][/url:29mg1bot]Cambio la columna 10 y la meto entra la 6 y la 7:[url=http://img266.imageshac... |
BUG xBrowse savestate restorestate | cambia el metodo RestoreState( cState )por este... espero se solucione tu problema[code:2y6tujy7]
METHOD RestoreState( cState ) CLASS TXBrowse
local oCol
local aMoved, aNaturalOrder
local cCol
local nLen, nOrder, nWidth, nFor, nAt, nHeight
local lHide,cHeader,j
if Empty( cState )
... |
BUG xBrowse savestate restorestate | Daniel,muchas gracias, lo acabo de probar y funciona <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->Ahora voy a fijarme cuales son las modificaciones que tu hiciste, serían de proponer a Antonio, porque es un bug en la clase original.Saludos y nuevamente gracias |
BUG xBrowse savestate restorestate | Daniel, visto el código escrito me quedó clarísimo.ahora lo pruebo mas a fondo, pero te diría que quedó perfecto.saludos |
BUG xBrowse savestate restorestate | siempre a la orden cualquier cosa mi messenger es <!-- e --><a href="mailto:danielgarciagil@cantv.net">danielgarciagil@cantv.net</a><!-- e --> |
BUG 1º Get + Valid do Folder... | Ao Sair de um Get da Dialog e Caindo no Folder, se o 1º Get do Folder estiver com um valid ele eh acionado Automaticamente, veja:
TestFold.prg
[code=fw:2f6xqx53]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span>... |
BUG 1º Get + Valid do Folder... | Coloquei Sim Joao.
Neste exemplo Observe q nem Botao tem.
Saluds, Ale |
BUG 1º Get + Valid do Folder... | sin embargo, no hay solución?
Saluds, Ale |
BUG 1º Get + Valid do Folder... | Você colocou o CANCEL UPDATE no Botão de Saida??
Experimente colocar CANCEL UPDATE em todos os botões do DIALOGO do Folder para ver.
Abs, |
BUG: COMBOBOX with style CBS_DROPDOWN | Here is a little test-program to show the Situation.
[code=fw:olp3k6vu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> test<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /><span style="color: #00C800;">local</span> o... |
BUG: COMBOBOX with style CBS_DROPDOWN | If using such Combobox and skip on a database, a userdefined field-text from a record are changed to the last selected text from the combobox in another record if the Combobox becomes Focus or clicking on the arrow. Also the colors from SetGetColorFocus() not using. |
BUG: COMBOBOX with style CBS_DROPDOWN | Gunther
Hope this thread helps some ..
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=24915&p=135522&hilit=combobox#p135522">viewtopic.php?f=3&t=24915&p=135522&hilit=combobox#p135522</a><!-- l -->
As far as the appearance .. the answer is in the thread above.
[code=f... |
BUG: COMBOBOX with style CBS_DROPDOWN | Thanks Rick, but not the font becomes different, just the free text (as CBS-DROPDOWN made possible to write free text) in [b:3a5xpw9k]this record[/b:3a5xpw9k] becomes (if i open the Combobox) the same value, in [b:3a5xpw9k]another record[/b:3a5xpw9k] was selected from the combobox-list and the free-text is erased. |
BUG: COMBOBOX with style CBS_DROPDOWN | Antonio, this is very important to me. But i found no solution for this.
[b:qjle2aze]Antonio, i had sent to you a privat E-Mail for updating my FWH but no answer!?[/b:qjle2aze] |
BUG: COMBOBOX with style CBS_DROPDOWN | Günther,
I have just seen your example and I am going to test it.
I have not received any emails from you, unless gmail move it to the spam folder... (edited: nothing in the spam folder also)
Please resend it, thanks |
BUG: COMBOBOX with style CBS_DROPDOWN | Thanks!
Antonio, i have sent it to <!-- e --><a href="mailto:alinares@fivetechsoft.com">alinares@fivetechsoft.com</a><!-- e -->! I resend it. |
BUG: COMBOBOX with style CBS_DROPDOWN | Günther,
Please resend me your email, as I have not received it.
Your example fails because the first value you place in the field does not match any of the values in the combobox.
Please try your example with some little modifications from me and you will see that it works fine <!-- s:-) --><img src="{SMILIES_PATH... |
BUG: COMBOBOX with style CBS_DROPDOWN | Günther,
Still haven't received your email. Please resend it to <!-- e --><a href="mailto:antonio.fivetech@gmail.com">antonio.fivetech@gmail.com</a><!-- e --> thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BUG: COMBOBOX with style CBS_DROPDOWN | Antonio, i think, style CBS_DROPDOWN lets me also another text to input (as it have a oGet-object), not only text from the list? |
BUG: COMBOBOX with style CBS_DROPDOWN | Günther,
Yes, good observation <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
With this little change in combobox.prg, your original example works fine:
METHOD Set( cNewItem ) CLASS TComboBox
...
if ValType( cNewItem ) == "N" .or. nAt != 0 .and. ::oGet == nil
...
In... |
BUG: COMBOBOX with style CBS_DROPDOWN | Antonio, this solution is unperfected. Please test this new code with more the 2 records. This shows the problem more exact. And please show that SetGetColorFocus() not functioning on this ::oGet.
[code=fw:1osa8ft0]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> ... |
BUG: COMBOBOX with style CBS_DROPDOWN | Günther,
Please try this change:
[code=fw:38q0mh9c]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> LostFocus<span style="color: #000000;">(</span> hWndGetFocus <span style="color: #000000;">)</span> <span style="color: #00C800;">CLASS</span> TComboBox<br /... |
BUG: COMBOBOX with style CBS_DROPDOWN | Antonio, now all is OK!!! Thanks. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Only a second place in Combobox.prg is also to update:
[code=fw:j1jy8zha]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> VarGet<spa... |
BUG: COMBOBOX with style CBS_DROPDOWN | Günther,
Already included for the next FWH build, many thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Great feedback from you, thanks |
BUG: COMBOBOX with style CBS_DROPDOWN | Antonio, all FW-users profit from the team!
And at least: Please show that SetGetColorFocus() not functioning on this ::oGet. |
BUG: COMBOBOX with style CBS_DROPDOWN | Hi Antonio,
there are still problem with dropdown combobox.
When the dropdown combo hasn't the focus the values displayed is incorrect. See image 1
Only if I press the mouse button on the combo the right value appears. See image 2
Any ideas ?
Image 1 [img:16hhb540]http://www.softwarexp.co.uk/beta/im... |
BUG: COMBOBOX with style CBS_DROPDOWN | Marco, has the Combobox clausula "UPDATE" ? |
BUG: COMBOBOX with style CBS_DROPDOWN | Yes of course |
BUG: COMBOBOX with style CBS_DROPDOWN | Can see no problems...!!?? |
BUG: COMBOBOX with style CBS_DROPDOWN | Marco,
have you applied the combobox fixes that I have published on this thread ? thanks |
BUG: COMBOBOX with style CBS_DROPDOWN | Colin, Marco,
I modified Colin's code this way:
[code=fw:2o5w4rma]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> Set<span style="color: #000000;">(</span> cNewItem <span style="color: #000000;">)</span> <span style="color: #00C800;">CLASS</span> TComboBox<... |
BUG: COMBOBOX with style CBS_DROPDOWN | Hi Colin,
solved with your code. Thank you very much.
Antonio, could you pls.add the Colin's fix to the next FWH release ? Thank you. |
BUG: COMBOBOX with style CBS_DROPDOWN | Yes, I'll try to prepare a self-contained sample to show you the problem asap. Thanks |
BUG: COMBOBOX with style CBS_DROPDOWN | Hi Marco
I had the same problem with comboboxes - not showing the correct value
[code=fw:3sem908j]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">METHOD</span> Set<span style="color: #000000;">(</span> cNewItem <span style="color: #000000;">)</span> <span style="c... |
BUG: COMBOBOX with style CBS_DROPDOWN | Antonio, with the last changes "COMBOBOX from code" is now ok but on "REDEFINE COMBOBOX" the ::oGet is created in all cases (tested with a characterlist) also on pure CBS_DROPDOWNLIST.
I found the [code=fw:33u2wnnn]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">if</span> lAnd<... |
BUG: COMBOBOX with style CBS_DROPDOWN | Antonio, please check my last post.
What function can i (we) use to gain the information from the RC-file that a Combobox has a decidedly style ??? |
BUG: COMBOBOX with style CBS_DROPDOWN | Günther,
See these defines:
#define CBS_DROPDOWN 0x0002
#define CBS_DROPDOWNLIST 0x0003
So you could use:
nAnd( GetWindowLong( ::hWnd, GWL_STYLE ), CBS_DROPDOWNLIST ) == CBS_DROPDOWNLIST
Don't use CBS_DROPDOWN in the above line, because CBS_DROPDOWN is contained in CBS_DROPDOWNLIST:
CBS_DROPDOWN ==> 0... |
BUG: COMBOBOX with style CBS_DROPDOWN | From what moment on i can use GetWindowLong( ::hWnd, GWL_STYLE )->(::hWnd is existent)? Can we transfer the definition from the ::oGet in method init()? |
BUG: COMBOBOX with style CBS_DROPDOWN | Günther,
From this moment on:
::Create( "COMBOBOX" ) // Method New()
the control has been created and ::hWnd should be valid. |
BUG: COMBOBOX with style CBS_DROPDOWN | When the Method Initiate() is invoked, the control already exists and ::hWnd should be valid too <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BUG: COMBOBOX with style CBS_DROPDOWN | Antonio, i had sent to your private email the Combobox.prg with all my changes. Additional please note this points:
1.) SetFocusColor() is not activ
2.) Picture-clausula should also represented on the Combobox, not only while editing. |
BUG: COMBOBOX with style CBS_DROPDOWN | Antonio
I have been watching this thread with interest .. One behavior that I have not seen discussed with CBS_DROPDOWN is the incremental search.
I like the fact that you can enter any text into the CBS_DROPDOWN and and the field accepts that text .. however ( as in my screenshot ) the incremental search does not ac... |
BUG: COMBOBOX with style CBS_DROPDOWN | Rick,
If we take FWH/samples/combos.prg as a reference, there are three combos. Which combo behavior is the right for you ? thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BUG: COMBOBOX with style CBS_DROPDOWN | Antonio
Combobox 2 ( cbs_dropdown ) does not search the array when you type in a value. In the screenshot .. I typed in the letter "T" into the CBS_Dropdown and T in the third combobox ( cbs_DropdownList) .. as you can see .. the behavior is quite different.
If the second combobox can incrementally seek the typed val... |
BUG: COMBOBOX with style CBS_DROPDOWN | Antonio ..
Just wanted to see if you had a chance to look at my results from the previous post?
Many Thanks!
Rick Lipkin |
BUG: COMBOBOX with style CBS_DROPDOWN | Rick,
I missed your previous post, don't know why, sorry <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
I am going to review your comments, thanks |
BUG: COMBOBOX with style CBS_DROPDOWN | Rick,
I have been doing some quick tests on combos.prg to see whats going on. I have not finished it yet, but this example helps to trace whats going on:
modified combos.prg
[code=fw:1honttgn]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// Showing the use of different styles... |
BUG: COMBOBOX with style CBS_DROPDOWN | This version behaves better:
[code=fw:1by8gz7r]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> SearchItem<span style="color: #000000;">(</span> nKey, oCbx <span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">local</... |
BUG: COMBOBOX with style CBS_DROPDOWN | An enhanced version:
[code=fw:2jzsy78d]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> SearchItem<span style="color: #000000;">(</span> nKey, oCbx <span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">local</span> nA... |
BUG: COMBOBOX with style CBS_DROPDOWN | Antonio
It appears to be working .. however, now that it incrementally finds "One", "Two" or "Three" .. if the search finds a match, it does not allow you to keep adding letters for a user defined entry.
I think you are VERY CLOSE!! <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /... |
BUG: COMBOBOX with style CBS_DROPDOWN | If we find a way to increase the size (of the internal buffer) of a Clipper's GET then we may be able to have it too... <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BUG: COMBOBOX with style CBS_DROPDOWN | A quick workaround would be to use wider items:
[code=fw:24oo6qlh]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">{</span> <span style="color: #ff0000;">"one "</span>, <span style="color: #ff0000;">"two "</span>, <span ... |
BUG: COMBOBOX with style CBS_DROPDOWN | Antonio
Thats fine .. generally I build my arrays on the length of the field anyway .. Do I need to include the SearchItem function in my code or is that something that can be added to your FWH Libs?
Thanks
Rick Lipkin |
BUG: COMBOBOX with style CBS_DROPDOWN | Rick,
We should place it inside Class TComboBox so there is no need to modify your sources
::oGet:bKeyChar is already used from the Class, so we need to implement a new method:
[code=fw:hbspkjpf]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> GetKeyChar<span styl... |
BUG: COMBOBOX with style CBS_DROPDOWN | Antiono
Thank you very much! .. it is about time for me to start up my FTDN subscription .. I appreciate your expertise and Help.
Rick Lipkin |
BUG: FONTS NOT RELEASED IN LATEST FWH | Hi,
Those fonts are not released:
-- FONT,-1710615546,TWINDOW:GETFONT(2995)->TWINDOW:NEW(960)->MAIN(657)
-- BRUSH,152049635,TRPANEL:REGISTER(779)->TRPANEL:NEW(50)->TRIBBONBAR:NEW(314)->MAIN(664)
-- FONT,-1811279512,TRICHEDIT:REDEFINE(403)->ALTASCLIENTE(1527)->->TXBROWSE:LDBLCLICK(5071)->TWINDOW:HANDLEEVENT(0)-... |
BUG: FONTS NOT RELEASED IN LATEST FWH | At the end of your app
Release ofontname |
BUG: FONTS NOT RELEASED IN LATEST FWH | Silvio,
I haven't defined any font, these are Fivewin's internal fonts. |
BUG: FONTS NOT RELEASED IN LATEST FWH | [quote="MOISES":2v54klc7]Silvio,
I haven't defined any font, these are Fivewin's internal fonts.[/quote:2v54klc7]
I do not get any message of resources not destroyed in any of my applications (for example FivEdit uses more than 20 fonts in the different controls).
It is usually an incorrect assignment of the font, fo... |
BUG: FONTS NOT RELEASED IN LATEST FWH | Cristóbal,
Can you please try to use a Ribbon and a RICHEDIT control?
I don´t define fonts, so it is an internal issue of Fivewin.
Thank you. |
BUG: FONTS NOT RELEASED IN LATEST FWH | It is possible that there is some control in which this problem occurs. Can you give a simple example to check? |
BUG: FONTS NOT RELEASED IN LATEST FWH | Sure.
This is a RTF sample:
[code=fw:308kk4ce]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"richedit.ch"</span><br /><br /><span... |
BUG: FONTS NOT RELEASED IN LATEST FWH | Please send me .rc file, thanks |
BUG: FONTS NOT RELEASED IN LATEST FWH | Sure, here is:
[code=fw:2f20f45q]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <windows.h><br /><br /><span style="color: #00D7D7;">#define</span> IDC_EDIT1 <span style="color: #000000;">101</span><br /><br />Test <span style="color: #0000ff;">DIALOG</sp... |
BUG: FONTS NOT RELEASED IN LATEST FWH | Moises, thanks, you are right
Please modify METHOD Redefine in TRichEdit CLASS
[code=fw:11p5ebrt]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><span style="color: #00C800;">... |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | On this type of editstyle we can input a free text in this col, but when i open and then only close the Combobox without select any item, this text are instantly overwritten with the first item from the list.
Another error when i Input TAB on the open listbox:
[quote:1pvi79zk]Error BASE/1005 Class: 'NIL' has no prope... |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | Günther,
I have fixed it this way. Search for LISTBOX inside xbrowse.prg and change this:
[code=fw:3r1mokce]<div class="fw" id="{CB}" style="font-family: monospace;"> @ <span style="color: #000000;">0</span>, <span style="color: #000000;">0</span> <span style="color: #0000ff;">LISTBOX</span> ::<span style="colo... |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | This seems a better implementation, as now we can use Enter to select an item:
[code=fw:2n5g8e72]<div class="fw" id="{CB}" style="font-family: monospace;"> @ <span style="color: #000000;">0</span>, <span style="color: #000000;">0</span> <span style="color: #0000ff;">LISTBOX</span> ::<span style="color: #000000;... |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | Antonio, editing now is OK! Thanks.
But two points are also to do:
1.) If the listbox are on bottom half in the xbrowse not the full list are shown on opening. The list is clipped in some cases!
2.) When i Input TAB on the opened listbox:
[quote:rjq3ve3k]Error BASE/1005 Class: 'NIL' has no exported method: CHANGE
... |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | Antonio, please look also on this last two Points!
Many thanks! |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | Günther,
Please go to line 11135 in xbrowse.prg and change this:
::oEditLbx:Move( nRow, nCol, nWidth, nHeight, .t. )
to
nRow = If( nRow + nHeight > ::nHeight, ::nHeight - nHeight, nRow )
::oEditLbx:Move( nRow, nCol, nWidth, nHeight, .t. ) |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | For the Tab error please modify this in line 11125:
[code=fw:37xdptnp]<div class="fw" id="{CB}" style="font-family: monospace;"> ::<span style="color: #000000;">oEditLbx</span>:<span style="color: #000000;">bKeyDown</span> := <span style="color: #000000;">{</span> | nKey | <span style="... |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | Antonio, this has no effect. Also your line-numbers are not from 13.3 ??
[quote:2brl59wf]Please go to line 11135 in xbrowse.prg and change this:
::oEditLbx:Move( nRow, nCol, nWidth, nHeight, .t. )
to
nRow = If( nRow + nHeight > ::nHeight, ::nHeight - nHeight, nRow )
::oEditLbx:Move( nRow, nCol, nWidth, nHeight, ... |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | Günther,
Look for ::oEditLbx:Move in xbrowse.prg, there is only one occurrence and change it there as explained.
I have not tested it myself, but I think it should work <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | Antonio, not the right effect! Only the last visible row claps the listbox to top. All other rows claps the listbox down with vertical scroll and would be pressed and pressed. In my opinion the following code is the point to Show!
[code=fw:1usjczrs]<div class="fw" id="{CB}" style="font-family: monospace;"> <span... |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | Günther,
If you try this example, with my changes, it shows fine:
gunther4.prg
[code=fw:2qjphklq]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span ... |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | Antonio, please use a list with more (10 or so) items and test it [b:23xhl5q4]not[/b:23xhl5q4] on the last visible row but one or two rows above! |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | Günther,
This seems to be a better fix:
nRow = If( nRow + nHeight > ::oBrw:nHeight, nRow - nHeight - ::oBrw:nRowHeight, nRow )
Still we should be able to avoid the bottom scrollbar too, thats pending
and yes, that section of code that you mentioned, does not seem to be needed anymore, thanks
[img:35vswcuk]http&... |
BUG: XBROWSE editstyle EDIT_GET_LISTBOX | Antonio it works! If also the vscroll are functioning, this is a perfect thing. Is it possibility, the listbox drawing over the size from the browse as it is also on normal dialogs? |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.