topic
stringlengths
1
63
text
stringlengths
1
577k
Bug xbrowse - help- me
use fwh 7.01 <!-- m --><a class="postlink" href="http://img255.imageshack.us/img255/1310/seta1cb3.jpg">http://img255.imageshack.us/img255/1310/seta1cb3.jpg</a><!-- m --> <!-- m --><a class="postlink" href="http://img150.imageshack.us/img150/7351/seta2fz5.jpg">http://img150.imageshack.us/img150/7351/seta2fz5.jpg</a>...
Bug xbrowse - help- me
THANKS ROSSINE, YOU IS SHOW !!! AOKISANTOS
Bug xbrowse Header
Bug xbrowse click header from test: STATIC FUNCTION NewDialog( oWnd ) local oDlg, oBrw,cod:=10,oget DEFINE DIALOG oDlg RESOURCE "TEST" OF oWnd REDEFINE GET oget var cod id 4001 of odlg picture "999999" valid bod(cod) oBrw := TXBrowse():New( oWnd ) oBrw:CreateFromResource( 101 ) oBrw:SetArra...
Bug xbrowse Header
up!!!
Bug xbrowse Header
Sera que é só eu que tenho este problema???
Bug xbrowse header
Amigos, no exemplo abaixo tirado do c:\fwh802\samples\testxbrw, se logo na entrada clicar no header, o sistema vai mostrar a mensagem e em seguida o header vai ficar louco. STATIC FUNCTION NewDialog( oWnd ) local oDlg, oBrw,cod:=10,oget DEFINE DIALOG oDlg RESOURCE "TEST" OF oWnd REDEFINE GET oget var co...
Bug xbrowse header
UP!
Bug xbrowse header
UP!!
Bug. XBROWSE y SaveState()
Existe un bug a la hora de guardar/restaurar el estado de un xbrowse. La cuestión es que no deja correctamente el orden de las columnas, y las va desplazando. Ejemplo sobre testxbr3.prg modificado. 1.- Selecciona, windows, RDD,Selected Cols. 2.-Una vez que se abre la MDI, mueve la columna Last, y colocala delante de...
Bug. XBROWSE y SaveState()
Please replace the Method RestoreState( cState ) in the xbrowse.prg with this code: [code=fw:q8xpj8sk]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//--------------------------------------------------------------</span><br /><span style="color: #00C800;">METHOD</span> RestoreSt...
Bug. XBROWSE y SaveState()
Muchas horas perdidas buscando porque diablos me pasaba eso y con esto se soluciono. Gracias nageswaragunupudi, espero que ya este corregido en versiones mas recientes.
Bug. XBROWSE y SaveState()
[quote:1pbabmrc]espero que ya este corregido en versiones mas recientes.[/quote:1pbabmrc] Yes.
Bug...Fwh1010 + TGif...
¿Cómo resolver esto: Fwh 1010 + Vc2008 + Harbour FiveHCm.lib(FWGIF.obj) : error LNK2019: símbolo externo _GetWindowLongPtr sin resolver al que se hace referencia en la función _FW_WndProc@16 Saluds, Ale
Bug...Fwh1010 + TGif...
estou com mesmo problema <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
Bug...Fwh1010 + TGif...
Please add this code to your app: [code=fw:3tz58m5t]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <windows.h><br /><br />#ifndef _WIN64<br /><br />LONG_PTR WINAPI GetWindowLongPtr<span style="col...
Bug...xBrowse( FwH 906 907 )
Hola Antonio; ...por favor, revise el método SetRdd de xBrowse( FwH 906 y 907 ), esto es erróneo :  If ( "ADS"$( ::cAlias )->( RddName() ) .or. 'ADT' $ ( ::cAlias )->( RddName() ) ) [color=#BF0000:1unnpykh].and. ;         ( ::cAlias )->( LastRec() ) > 200[/color:1unnpykh] sería la correcta : If ( "ADS"$( ::cAlias...
Bug...xBrowse( FwH 906 907 )
Ale, Corregido, gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Bug? cGetDir() on utf8
Hi Mr.Rao Any news?
Bug? cGetDir() on utf8
[code=fw:1b8zlgj9]<div class="fw" id="{CB}" style="font-family: monospace;"><br />        HB_SetCodePage<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"UTF8"</span><span style="color: #000000;">&#41;</span><br />        HB_CDPSELECT<span style="color: #000000;">&#40;</span><span style="color: #...
Bug? cGetDir() on utf8
As I don't understand Chinese, try this model. [code=fw:h6ljvgew]<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: #00D7D7;">#define</span> BIF_NONEWFOLDERBUTTON &nbsp;0x200<br /...
Bug? cGetDir() on utf8
[quote="karinha":59zttm6o]As I don't understand Chinese, try this model. [code=fw:59zttm6o]<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: #00D7D7;">#define</span> BIF_NONEWFOL...
Bug? cGetDir() on utf8
you can try this cDirTmp:=OemToAnsi(HB_UTF8ToStr(cGetDir()))
Bug? cGetDir() on utf8
[quote="Natter":289iozgz]you can try this cDirTmp:=OemToAnsi(HB_UTF8ToStr(cGetDir()))[/quote:289iozgz] There are two problems!! 1. Title is showing garbled characters. 2. The initial directory is not expanded [img:289iozgz]https&#58;//i&#46;imgur&#46;com/oYLXYRQ&#46;jpg[/img:289iozgz]
Bug? cGetDir() on utf8
The present implementation has limitations in Unicode support. If the user selects a folder containting Unicode characters, the function returns the Unicode test correctly. Limitations: 1) Title of the dialog can not be Unicode. This is provided in next version. Sencond title, inside the dialog can be Unicode even...
Bug? cGetDir() on utf8
I have solved this problem! [img:250hifvf]https&#58;//i&#46;imgur&#46;com/AbfidG4&#46;jpg[/img:250hifvf]
Bug? cGetDir() on utf8
Can you please share with us how did you solve this problem?
Bug? cGetDir() on utf8
[quote="nageswaragunupudi":261liuz4]Can you please share with us how did you solve this problem?[/quote:261liuz4] Give me some rewards, ex: free update once! <!-- s:mrgreen: --><img src="{SMILIES_PATH}/icon_mrgreen.gif" alt=":mrgreen:" title="Mr. Green" /><!-- s:mrgreen: -->
Bugs in Samples\Tgraph\test.prg
Has anyone have a working copy of the Samples\Tgraph\test.prg ? When running it, and you try to open a graph or define a new one, it crashes. Thank you.
Bugs in Samples\Tgraph\test.prg
Hello HunterEC,I compiled sample : TEST.prg with no problems.There have been no errors ( it shows a column-graphic ).RegardsUwe <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
Bugs in Samples\Tgraph\test.prg
Uwe:My Test.prg has a this timestamp: June 05, 2003 8:53AM. Can you email yours ? Thank you.
Bugs in Samples\Tgraph\test.prg
Hello,No changes. The Timestamp is the same.I wanted to send a complete working-dir with exe and rmk.The Email Returns with delivery-problem.I don't know what's wrong.The Make-file :[code:3dxhm837] #Borland make sample, &#40;c&#41; FiveTech Software 2005 HBDIR=d&#58;\xharbour BCDIR=d&#58;\bcc55 FWDIR=d&#58;\fwh &#46...
Bugs in Samples\Tgraph\test.prg
Uwe:Please send it to this address: [color=blue:36at2gy5]morenoec2007@hotmail.com[/color:36at2gy5] Thank you.
Bugs in TButtonBmp
1. There are the line [code=fw:d1am8s5p]<div class="fw" id="{CB}" style="font-family: monospace;">fwlog empty<span style="color: #000000;">&#40;</span> ::<span style="color: #000000;">clayout</span> <span style="color: #000000;">&#41;</span>, ! Empty<span style="color: #000000;">&#40;</span> ::<span style="color: #0000...
Bugs in TButtonBmp
1) done. 2) Working for me with and without GDIP btn:loadbmp( newfile ), btn:refresh()
Bugs in TButtonBmp
Thanks, but i use a resource, not a file. Without GDIP is functioning perfect. I use a 16x16 bitmap.
Bugs in TButtonBmp
I tried with this code [code=fw:29e21t1f]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; @ <span style="color: #000000;">100</span>, <span style="color: #000000;">90</span> BUTTONBMP <span style="color: #0000ff;">PROMPT</span> <span style="color: #ff0000;">"Text"</span> + CRLF + <span style="color: #...
Bugs in TButtonBmp
Try with REDEFINE?? If i not change with :loadbitmap() the the bitmap is shown normal. I will tomorrow use a other bitmap.
Bugs in TButtonBmp
Can you please provide a simple rc file with dialog and some fwh bitmaps?
Bugs in TButtonBmp
I found that this is only if GDIPLUS [b:2wp2fvtc][u:2wp2fvtc]and[/u:2wp2fvtc][/b:2wp2fvtc] SkinButtons() are using!!! In my program i am using Skinbuttons(). If i switch off the skins all is ok!
Bugs in TButtonBmp
Any news about this? The bug is in the functions of skinbuttons(), but i have not the complete Code. Antonio?
Bugs in TButtonBmp
As of now, skinbuttons are compatible only with the legacy paint behavior. Actually skinbuttons replaces the paint method of the button. While the paint method of buttons is greatly enhanced ( any kind of images, auto-resizing of images and also new styles of alignments) the skinbuttons paint method still handles the ...
Bugs in TButtonBmp
[quote="nageswaragunupudi":vxyuizvq]As of now, skinbuttons are compatible only with the legacy paint behavior. Actually skinbuttons replaces the paint method of the button. While the paint method of buttons is greatly enhanced ( any kind of images, auto-resizing of images and also new styles of alignments) the skinbut...
Bugs in TButtonBmp
Good evening Richard, PLS test this example. With XHARBOUR it works fine. With HARBOUR it doesn't work well(fail), it's something for the FiveTech Team(Rao) to check. Buenas noches Richard, PLS prueba este ejemplo. Con XHARBOUR funciona bien. Con HARBOUR no funciona bien (falla), es algo que debe verificar el equipo d...
Bugs in TButtonBmp
[quote="karinha":1s0xzd5d]Good evening Richard, PLS test this example. With XHARBOUR it works fine. With HARBOUR it doesn't work well(fail), it's something for the FiveTech Team(Rao) to check. Buenas noches Richard, PLS prueba este ejemplo. Con XHARBOUR funciona bien. Con HARBOUR no funciona bien (falla), es algo que ...
Bugs in TButtonBmp
Mr. Richard How can I reproduce your problem at my end so that I can understand what is happening?
Bugs in TButtonBmp
[quote="nageswaragunupudi":l9p2b2h8]Mr. Richard How can I reproduce your problem at my end so that I can understand what is happening?[/quote:l9p2b2h8] Mr.Rao I found problem. Problem code below: [code=fw:l9p2b2h8]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Function...
Bugs in TGgiplus
[code=fw:2l4ap0j0]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> <span style="color: #00C800;">New</span><span style="color: #000000;">&#40;</span> cFile , cResname <span style="color: #000000;">&#41;</span> <span style="color: #00C800;">CLASS</span> GDIBmp<br />.<...
Bugs in TGgiplus
Have anyone see this? (programmer from tgdi-class)
Bugs in TGgiplus
Günther, is it working fine for you with your changes ?
Bugs in TGgiplus
It is included for the next version Thanks
Bugs in TGgiplus
Thanks all!
Bugs in TGgiplus
Strange i use fwh gen release and i use drawimage on my slotmachine application and it seems run ok perhaphs i change it but i not remember
Bugs in TGgiplus
In case there will be changes a image is displayed normally from TOP, LEFT but in GDI+ reverse -> LEFT, TOP As well maybe checking out why deleted on RESIZE ( happens on BUTTONACTION ) ?. best regards Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
Bugs in TGgiplus
Mr Antonio and Mr Cristobal I suggest we may follow standard FWH convention of nTop, nLeft ... etc
Bugs in TGgiplus
[quote="nageswaragunupudi":nina93b1]Mr Antonio and Mr Cristobal I suggest we may follow standard FWH convention of nTop, nLeft ... etc[/quote:nina93b1] Mr Rao, these are the change updated [code=fw:nina93b1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> <span style="color: #B900B9;">//-------...
Bugs in TGgiplus
I created a little testtool to add multiple images. there is a problem : 1. Image added ON PAINT 2. and 3. image added on button-action changing the background, only the image painted with button 2 stays visible. The transparent-painting is OK. is there a possible solution to keep ALL images visible ? The same happens...
Bugs in TGgiplus
Uwe, try this I do not know if I understand your problem [code=fw:2dxe4krb]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000...
Bugs in TGgiplus
Cristobal, it comes close to the solution I'm looking for. Windows-resize and multiple image-painting is working now. Still I have to do some finetuning and I will add a new Download-link thank You very much best regards Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s...
Bugs in TGgiplus
I'm working on making a proportional resize the images to resize we do in Windows, but so far without success Regards
Bugs in TGgiplus
[quote="ukoenig":3bv8ezv0]Cristobal, it comes close to the solution I'm looking for. Windows-resize and multiple image-painting is working now. Still I have to do some finetuning and I will add a new Download-link thank You very much best regards Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" t...
Bugs in TGgiplus
Christobal, I completed the TESTTOOL Now RESIZE and BACKGROUND-change works perfect. Tomorrow I will add a new DOWNLOAD [img:38h2abt0]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Gdiplus8&#46;jpg[/img:38h2abt0] Thank You very much for Your help best regards Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif...
Bugs in TGgiplus
Antonio, in this context i point to a bug in HB_FUNC( ROUNDRECT ) // hDC, nLeftRect, nTopRect, nRightRect, nBottomRect, nEllipseWidth, nEllipseHeight, hPen ) There are also changed left and top bzw. right and bottom [code=fw:akxqehr1]<div class="fw" id="{CB}" style="font-family: monospace;">  BOOL bResult = RoundRect...
Bugs in TGgiplus
Mr Günther The existing code exactly matches the syntax given along with the function and also gives the correct results. Will you please recheck? Incidentally this is not related to GDI+
Bugs in TGgiplus
Mr. Rao, not GDI+ but we should follow (as you above said) the FWH-syntax nTop, nLeft ... etc also in normal GDI!? Please call rectangle(...) an roundrect(...) [b:245x38ae]with same parameters in same order[/b:245x38ae]! Should be same direction and size, but is different!
Bugs in TGgiplus
[quote="byte-one":2htyvwcn]Mr. Rao, not GDI+ but we should follow (as you above said) the FWH-syntax nTop, nLeft ... etc also in normal GDI!? Please call rectangle(...) an roundrect(...) [b:2htyvwcn]with same parameters in same order[/b:2htyvwcn]! Should be same direction and size, but is different![/quote:2htyvwcn] P...
Bugs in latest Harbour
Harbour doesn't recognize the following operator: [code=fw:82eqmcfj]<div class="fw" id="{CB}" style="font-family: monospace;">^^</div>[/code:82eqmcfj] Compiling the following sample [code=fw:82eqmcfj]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">STATIC</span> n<br /><br /><b...
Bugs in latest Harbour
Impossible. You are wrong. Test function is not defined in your prg sample OR Delete /n flag in compiling line
Bugs in latest Harbour
This is a sample of the bug: [code=fw:18wgxglj]<div class="fw" id="{CB}" style="font-family: monospace;">Microsoft Windows <span style="color: #000000;">&#91;</span>Versione <span style="color: #000000;">10.0</span><span style="color: #000000;">.10586</span><span style="color: #000000;">&#93;</span><br /><span style="...
Bugs in latest Harbour
Try with clipper and xharbour compiler. After write here results. Remember they are simple warnings.
Bugs in latest Harbour
I can't try with Clipper. With xHarbour I correctly get: [code=fw:2evlpu5v]<div class="fw" id="{CB}" style="font-family: monospace;">E:\XHARBOUR>SET HARBOURCMD=/a /es2 /gc0 /m /n /q /w3<br /><br />E:\XHARBOUR>harbour test<br />xHarbour <span style="color: #000000;">1.2</span><span style="color: #000000;">.3</span> Int...
Bugs in latest Harbour
My try with harbour r1512050958 it's ok. [code=fw:2mlqnxra]<div class="fw" id="{CB}" style="font-family: monospace;"><br />C:\P>\hb32\bin\harbour test.prg /a /es2 /gc0 /m /n /w3<br />Harbour <span style="color: #000000;">3.2</span>.0dev <span style="color: #000000;">&#40;</span>r1512050958<span style="color: #000000;">...
Bugs in latest Harbour
I just tried with [code=fw:2g19p3je]<div class="fw" id="{CB}" style="font-family: monospace;">Harbour <span style="color: #000000;">3.2</span>.0dev <span style="color: #000000;">&#40;</span>r1601101942<span style="color: #000000;">&#41;</span></div>[/code:2g19p3je] Same problem. <!-- s:-( --><img src="{SMILIES_PATH}/...
Bugs in latest Harbour
Enrico, Already reported to the Harbour developers group: [url:3uba1m6u]https&#58;//groups&#46;google&#46;com/forum/#!topic/harbour-devel/DEFqWDk-jgQ[/url:3uba1m6u]
Bugs in latest Harbour
Thank you! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> EMG
Bugs in latest Harbour
And what about [code=fw:3gdum2sk]<div class="fw" id="{CB}" style="font-family: monospace;">^^</div>[/code:3gdum2sk] operator? EMG
Bugs in latest Harbour
Enrico, Please post here a small example so Harbour devs review it too, thanks
Bugs in latest Harbour
Here it is: [code=fw:2c154vpm]<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: #000000;">&#41;</span><br /><br />&nbsp; &nbsp; ? <span style="color: #000000;">1</span> ^^ <span style="color: #000000...
Bugs in latest Harbour
Enrico, Przemek already answered us... <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Bugs in latest Harbour
And what has he answered? EMG
Bugs in latest Harbour
Please read the thread, I posted the url <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Bugs in latest Harbour
Master Antonio se puede hacer asi, ó no? [code=fw:2voqjjhq]<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 />MEMVAR x<br /><br /><span style="color: #00C800;">FUNCTION</span> MAIN<span style="color:...
Bugs in latest Harbour
Antonio, ops, sorry, I missed the url! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Anyway, I used both /n and /w3, as in my sample up in this thread. EMG
Bugs in latest Harbour
João, Yo entiendo que debería ser asi: Function Cube( n ) Return n ** 3
Bugs in latest Harbour
master, in xHarbour: [img:er3pblwy]http&#58;//i&#46;imgur&#46;com/4pDEaqV&#46;png[/img:er3pblwy]
Bugs in latest Harbour
Master xHarbour con *: [img:94wvik0h]http&#58;//i&#46;imgur&#46;com/yhdfUFg&#46;png[/img:94wvik0h] ???? Cual és el correcto? Gracias, saludos.
Bugs in latest Harbour
João, In xHarbour ^^ has this meaning: [quote:1k6a44sw]<x> ^^ <y> - bit xor[/quote:1k6a44sw] [url:1k6a44sw]https&#58;//github&#46;com/harbour/core/blob/master/doc/xhb-diff&#46;txt[/url:1k6a44sw]
Bugs in latest Harbour
It looks like SET HARBOURCMD does not work like you expect. I get the same error if I use [code=fw:2b2hdr6r]<div class="fw" id="{CB}" style="font-family: monospace;">C:\HARBOUR>SET HARBOURCMD=/a /es2 /gc0 /m /n /q /w3 <br />C:\HARBOUR>harbour test<br />&nbsp;</div>[/code:2b2hdr6r] It compiles ok if I use [code=fw:2b2...
Bugs in latest Harbour
I confirm, HARBOURCMD is broken in Harbour, even in the latest nightly build. As an example: SET HARBOURCMD=-a -es2 -gc0 -ie:\harbour\include -n -q -w3 The switch -i in HARBOURCMD is ignored (while the other switches seem to work). But this work instead: harbour test -ie:\harbour\include <!-- s:-( --><img src="{SMI...
Bugs: TGet bchange /Outlook/ suggestion to .ch
Antonio, I upgrade to FWH 2.7 to use with xHB comercial due to the _hbstack bug and I found any fixed bugs from 2.6 that came back. I'll be glad if you can review this issues: AnsiUpper() function: In any cases AnsiUpper generate a GPF (I tested under XP) and our app crash (but in any way stay running because the...
Bugs: TGet bchange /Outlook/ suggestion to .ch
Maurilio, We have not modified AnsiUpper() at all. It just makes a call to Win32 AnsiUpper() function. Its a one line source code function.
Bugs: TGet bchange /Outlook/ suggestion to .ch
Maurilio, We have just tested samples\TestOutL.prg and it works ok. Could you please test it ? Are you using some classes with modifications of your own ?
Bugs: TGet bchange /Outlook/ suggestion to .ch
Maurilio, > bChange don't consider last character typed in oGet object. In other words the buffer is updated with one character of "delay" > Fixed. Thanks! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Bugs: TGet bchange /Outlook/ suggestion to .ch
Maurilio, > We suggest change Self to This into .ch files Its a good suggestion, but we can't implement it or we will break many users source code.
Bugs: TGet bchange /Outlook/ suggestion to .ch
Maurilio, > A little suggestion to .ch too: Include clause PICT like Clipper: [ <pict:PICT,PICTURE> <cPicture> ] > Implemented, thanks!
Bugs: TGet bchange /Outlook/ suggestion to .ch
Maurilio, > Another suggest to .ch: DEFAULT command: Excellent suggestion. Implemented. Many thanks! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Bugs: TGet bchange /Outlook/ suggestion to .ch
[quote="Antonio Linares":aefzz47c] We have just tested samples\TestOutL.prg and it works ok. Could you please test it ? Are you using some classes with modifications of your own ?[/quote:aefzz47c] No, I´m using original class. The problem occur when we click any button by first time. In 1st time, the action isn´t laun...
Build 16.01 Menu Problem
After I switched to build 16.01, I have noticed the problem shown below. Menu items are nested as you see. This problem occurs only on Win XP machines. [img:1wkdws33]https&#58;//imagizer&#46;imageshack&#46;us/v2/234x103q90/923/XmAwlQ&#46;png[/img:1wkdws33] Win 7 and Win 10 there is no problem [img:1wkdws33]https&#58;...
Build 16.01 Menu Problem
With Buid 1 or Build 2?
Build 16.01 Menu Problem
Build 2 (February 2016)
Build 16.01 Menu Problem
With all styles? ( non style, 2007, 2010, 2013, 2015 )?