topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
BUENOS DIAS A TODOS | BUEN DIA FORO, SABEN TENGO MUCHAS DUDAS REFERENTE A COMO LLAMAR UN RC DE WORKSHOP DESDE MI PRG, ALGUIEN ME PODRIA GUIAR PASO A PASO PORFAVOR.
SALUDOS
RUBEN |
BUENOS DIAS A TODOS | Rubén: En el directorio samples de fivewin hay cantidad de ejemplos de Rc y el manejo de ellos en tus prgs. Si lees atentamente el código aprenderás el uso de este recurso y el resto de la gui de fivewin. Te va a servir más que si consiguieras un ejemplo aquí Saludos |
BUENOS DIAS A TODOS | GRACIAS HORACIO LO VOY A VERIFICAR
QUE TENGAS BUEN DIA |
BUENOS DIAS A TODOS | Espero, te ayude!
<!-- m --><a class="postlink" href="http://www.fivewin.com.br/exibedicas.asp?id=602">http://www.fivewin.com.br/exibedicas.asp?id=602</a><!-- m -->
<!-- m --><a class="postlink" href="http://www.fivewin.com.br/exibedicas.asp?id=601">http://www.fivewin.com.br/exibedicas.asp?id=601</a><!-- m -->
<!-- ... |
BUENOS DIAS A TODOS | [b:8md9ffv2][color=darkblue:8md9ffv2]GRACIAS KARINA LO VOY A VERIFICAR TAMBIEN.
SALUDOS
ATTE
RUBEN[/color:8md9ffv2][/b:8md9ffv2] |
BUFFER CONVERSION TO BITMAP | Is there any function to read a bmp byte by byte return file and convert to pixel and create the bitmap
This is a return of the biometrics image |
BUFFER CONVERSION TO BITMAP | This is the equivalent that exists in Delphi.
BUFFER CONVERSION TO BITMAP
FREECALL/DELPHI
Function RetornaBitMap(biometria : TDigital) : TBitMap;
var
srcBmp: TBitmap;
Color : TColor;
X,Y : Integer;
baite : Byte;
begin
try
srcBmp := TBitmap.Create;
srcBmp.Width := biometria.X;
srcBmp.Heig... |
BUFFER CONVERSION TO BITMAP | Marcelo,
Please check function CreateMemBitmap() here:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=230018#p230018">viewtopic.php?p=230018#p230018</a><!-- l --> |
BUFFER CONVERSION TO BITMAP | [quote="Antonio Linares":7y5jy642]Marcelo,
Please check function CreateMemBitmap() here:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=230018#p230018">viewtopic.php?p=230018#p230018</a><!-- l -->[/quote:7y5jy642]
Antônio
thanks |
BUG - KEY ALT HIDES | to test our programs teclo alt realize that when it hides all say, if I put transparency in the dialog (define_) it fixes, so the alt key not longer hide the controls. How to fix?
[code=fw:djd8vueg]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">Define</span> <span style="c... |
BUG - KEY ALT HIDES | Matheus,
What FWH version are you using ?
As far as I remember, that is a known bug that was fixed in a recent FWH version:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=123557#p123557">viewtopic.php?p=123557#p123557</a><!-- l --> |
BUG - KEY ALT HIDES | I Use FWH1302 <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> |
BUG - KEY ALT HIDES | Matheus,
Please remove the styles WS_CLIPSIBLINGS and WS_CLIPCHILDREN in your RC file, for that dialog. |
BUG CHECKBOX FWH 11.1212.01 | compiling the code below to FiveWin 11.12 and 12.01 using manifest files,
the CheckBox does not meet the conditions of the variables, and disappear, so you will show when hovering over them, in the version 7.11 works normal.
file alert.prg
[code=fw:20rkvzhg]<div class="fw" id="{CB}" style="font-family: monospace;"> <... |
BUG CHECKBOX FWH 11.1212.01 | Solution:
add this to source code, work fine.
function IsAppThemed()
return .F. |
BUG CHECKBOX FWH 11.1212.01 | Adding tabstop to the GROUP ID 300 and putting it before the checkboxes seems to work too. |
BUG COMBOBOX ????? | I need to have two COMBOBOXes TYPE
local aElemento :={"Testo","Immagine","Barcode"}
local aTipoData :={"Campo","Valore"}
local nvar:=1
local nVar:=2
@ 8, 5 Say "Tipo Elemento " SIZE 80,14 PIXEL OF oDlg TRANSPARENT
[b:1o3lhlww] @ 8, 75 COMBOBOX aGet[1] VAR nVar1 ITEMS aElem... |
BUG COMBOBOX ????? | [quote:29oe81g6]why don't you fix this bug?
[/quote:29oe81g6]
If there is a bug, we can fix.
There is no bug in the libs.
You please check your program. |
BUG COMBOBOX ????? | [quote="nageswaragunupudi":3dvf6bpw][quote:3dvf6bpw]why don't you fix this bug?
[/quote:3dvf6bpw]
If there is a bug, we can fix.
There is no bug in the libs.
You please check your program.[/quote:3dvf6bpw]
[img:3dvf6bpw]https://teddyboys8284.files.wordpress.com/2013/02/due.gif[/img:3dvf6bpw] |
BUG COMBOBOX ????? | good Mr Linossi teacher of Fwh |
BUG COMBOBOX ????? | Hello Silvio,
you assign a numeric variable to a character.
If you need the numeric, the position in the array you should use aGet[1]:nAt.
@ 8, 75 COMBOBOX aGet[1] VAR cItem1 ITEMS aElemento SIZE 50,90 PIXEL OF oDlg STYLE CBS_DROPDOWN ON CHANGE msginfo( aGet[1]:nAt )
Best regards,
Otto |
BUG COMBOBOX ????? | [quote="Massimo Linossi":3ntwj6sh][quote="nageswaragunupudi":3ntwj6sh][quote:3ntwj6sh]why don't you fix this bug?
[/quote:3ntwj6sh]
If there is a bug, we can fix.
There is no bug in the libs.
You please check your program.[/quote:3ntwj6sh]
[img:3ntwj6sh]https://teddyboys8284.files.wordpress.com/2013/... |
BUG COMBOBOX ????? | that is only a sample because numeric test not run ok
now I resolved with
nTipoData:= 1
@ 24, 5 Say "Dato da Stampare" SIZE 90,20 PIXEL OF oDlg TRANSPARENT
@ 22, 75 COMBOBOX aGet[2] VAR nTipoData ITEMS aDataPrint SIZE 50,90 PIXEL OF oDlg;
ON CHANGE ( IIF( nTipoData=2,;
... |
BUG COMBOBOX ????? | [code=fw:2fxqnxx7]<div class="fw" id="{CB}" style="font-family: monospace;">the parent <span style="color: #00C800;">class</span> has problems</div>[/code:2fxqnxx7]
There are no problems.
You just need to know how to use the class. |
BUG COMBOBOX ????? | [quote="nageswaragunupudi":20p99ot5][code=fw:20p99ot5]<div class="fw" id="{CB}" style="font-family: monospace;">the parent <span style="color: #00C800;">class</span> has problems</div>[/code:20p99ot5]
There are no problems.
You just need to know how to use the class.[/quote:20p99ot5]
I respect you and I don't want to ... |
BUG COMBOBOX ????? | Using Combobox:
1) With Numeric Variables:
When using numeric variables, we should NOT use CBS_DROPDOWN style.
Sample:
[code=fw:o75drpoh]<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="co... |
BUG COMBOBOX ????? | I allreay resolved see <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39547&p=236024#p236003">viewtopic.php?f=3&t=39547&p=236024#p236003</a><!-- l --> |
BUG COMBOBOX ????? | Hello Silvio,
Funny I am working right now on a similar program - but for mod harbour.
Same components: Font size, color picker, checkbox, icon selector.
Best regards
Otto
[img:125g9pmj]https://mybergland.com/fwforum/landing/clip5.jpg[/img:125g9pmj]
[img:125g9pmj]https://mybergland.com/fwforum... |
BUG COMBOBOX ????? | [quote="nageswaragunupudi"]Using Combobox:
1) With Numeric Variables:
When using numeric variables, we should NOT use CBS_DROPDOWN style.
Sample:
[code=fw:14w5reuc]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span>... |
BUG EN TExplorerBar | Saludos !
Antonio / Daniel Ejecunten este test y utilizen el scrrol para ir al final y despues contraen el ultimo panel vernan como el primer panel no se pinta correctamente
Se necesita la lib hbmisc para harbour / libmisc para xharbour
[code=fw:26b7nz9b]<div class="fw" id="{CB}" style="font-family: monospace;"><br... |
BUG EN TExplorerBar | Hola;
quise probar el sample. Pero no tengo la funcion aMonths, en que lib esta?
gracias |
BUG EN TExplorerBar | Mario
[quote="compubrion":x00vj0c8]Se necesita la lib hbmisc para harbour / libmisc para xharbour[/quote:x00vj0c8] |
BUG EN TExplorerBar | gracias! |
BUG EN TExplorerBar | Amigos;
Previamente al post de Daniel, probé haciendo:
aMeses1 := {"ENE", "FEB", "MAR","ABR","MAY","JUN","JUL","AGO","SEP","OCT","NOV","DIC"}
aMeses2 := ...
Y me sucedió que:
1) No responde al movimiento de la barra vertical mediante el scroll del mouse
2) Arrastro la barra hacia abajo, y pinta ok
3) Haco un click en ... |
BUG EN TExplorerBar | Saludos !
El BUG al que hago referencia, es en el repintado del panel, les muestro imagenes
[img:1hb0fbad]http://www.orimoga.com/imagenes/Dibujo1.jpg[/img:1hb0fbad]
Deslizo la barra de scrool al final de la ventana ( hasta abajo ) como muestra la imagen
[img:1hb0fbad]http://www.orimoga.co... |
BUG EN TExplorerBar | Visto el error, estamos trabajando para solucionarlo, gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BUG EN TExplorerBar | Arreglado. El Metodo CheckSroll() queda así:
[code=fw:31vwxldv]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> CheckScroll<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #00C800;">CLASS</span> TExplorerBar<br... |
BUG EN TExplorerBar | Gracias Antonio, por la pronta respuesta, se soluciona en parte.
Si usamos el mismo ejemplo que expongo y contraemos el segundo panel la barra de scroll desaparece y hace el repintado correctamente, pero si contraemos el ultimo panel no hace la misma operecaión. creo que aun falta afinarla un poco mas.
Saludos !
Cr... |
BUG EN TExplorerBar | Cruz,
Este es el ejemplo que he probado. Por favor, pruébalo. Aqui parece funcionar bien:
[code=fw:jjs0khw2]<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: #B900B9;">//-------------... |
BUG EN TExplorerBar | Antonio, te muestro las imagenes con tu ejemplo, fijate en la barra de scroll y los paneles activos, creo que alli esta el mal comportamiento de la clase
[img:6mc4m8b6]http://www.orimoga.com/imagenes/Dibujo4.JPG[/img:6mc4m8b6]
[img:6mc4m8b6]http://www.orimoga.com/imagenes/Dibujo5.JPG[/... |
BUG EN TExplorerBar | Faltaba comprobar si el último item estaba cerrado o abierto:
[code=fw:i5l8hmzk]<div class="fw" id="{CB}" style="font-family: monospace;"> nLastRow = ::<span style="color: #000000;">nVirtualTop</span> + oLastItem:<span style="color: #000000;">nTop</span> + ;<br /> ... |
BUG EN TExplorerBar | Saludos !
Ahora si trabaja como debe ser
Gracias <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Cruz Alfredo Oses |
BUG EN TWINDOW | Saludos !
Antonio haciendo pruebas, me he encontrado que al compilar este codigo
[code=fw:1vhnhpw0]<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: #0... |
BUG MARIADB SUPPORT FWH1906 | Hi,
We have this bug using mariaDB support on last FWH Build, i have user table with data encryption by MySql AES_ENCYPT() Function, on last version of FWH code retrieve data but gets all fields blank, i run query on Heidi or sqlyog or Tdolphin and works ok and get data on query.
[code=fw:2vu7xv7y]<div class="f... |
BUG MARIADB SUPPORT FWH1906 | We will check |
BUG MARIADB SUPPORT FWH1906 | We tested with this program and it is working as expected. This program uses FWH provided free demo server.
You can copy this program to fwh\samples folder and build with buildh.bat or buildx.bat for testing, without making any changes.
[code=fw:21px757e]<div class="fw" id="{CB}" style="font-family: monospace;"><span ... |
BUG MARIADB SUPPORT FWH1906 | Thanks your sample works fine, this is my table with fwh1802 works fine, i'm going to change data types and test, i'll inform about results
[code=fw:k7jdkwll]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />CREATE TABLE `usuarios` <span style="color: #000000;">(</span><br /> `USER` CHAR<spa... |
BUG MARIADB SUPPORT FWH1906 | Hi, after change on fields type now works fine. thanks.
[code=fw:3i4i4mb7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />CREATE TABLE `usuarios` <span style="color: #000000;">(</span><br /> `USER` TINYBLOB <span style="color: #00C800;">NULL</span> <span style="color: #00C800;">... |
BUG MARIADB SUPPORT FWH1906 | You can use either TINYBLOB and VARBINARY(n). Only depends on your taste. |
BUG ON GET BUTTON CLASS | the bitmap of the get is not into the get but on the top touch the top of the get
I try also with small size
[img:bn45atf3]http://img840.imageshack.us/img840/9434/getbtn.png[/img:bn45atf3]
[code=fw:bn45atf3]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0... |
BUG TSlider ( RESUELTO ) | Compañeros Buenas tardes:
Estoy haciendo un selector de colores RGB en base a 3 controles Slider, los cuales ya tengo casi terminado
[img:1q2689g9]http://k46.kn3.net/C/9/A/2/7/6/57C.bmp[/img:1q2689g9]
El problema es que no me esta calculando correctamente el metodo ON THUMBPOS la posicion correcta de... |
BUG TSlider ( RESUELTO ) | Finalmente lo resolvi no me gusto como pero lo resolvi, no entiendo porque se desfaza el valor de 17 a 18, tuve que hacer unas modificaciones matemáticas para que quedara como lo necesito:
[code=fw:2nqyhbwv]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#INCLUDE</span> <span st... |
BUG TSlider ( RESUELTO ) | Victor,
gracias por compartirlo <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BUG TSlider ( RESUELTO ) | Maestro Linares: Solo para complementar la información comentar que desde recursos al cambiar el tamaño del slider hay que recalcular aritméticamente la posición del selector, desde código no he probado si también tiene este fallo, habrá que revisar dicho control ya que en el foro muy poco encontré sobre quienesnlo us... |
BUG TWINDOWS Title | Sr.Antonio,
Com uma MDICHILD aberta, ao clicar em:
SET MESSAGE OF M->oWnd -> M->oWnd:oMsgBar:DateOn()
O sistema duplica, triplica o titulo da WINDOW principal. |
BUG TWINDOWS Title | UP! |
BUG TWINDOWS Title | sim,
constatado win8.1 64bit |
BUG TWINDOWS Title | Hola,
Proporciona a Antonio un pequeño ejemplo para que lo pueda probar. Gracias. |
BUG TWINDOWS Title | SGS,
This example is working fine here:
[code=fw:nojxswf8]<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;">static</span> oWnd<br /><br /><span style="color: #B900B9;">//---... |
BUG TWINDOWS Title | #include "FiveWin.ch"
static oWnd
//----------------------------------------------------------------------------//
function Main()
local oBar
SET _3DLOOK ON
DEFINE WINDOW oWnd TITLE "TEST MDIChilds BUG TITLE" MDI
DEFINE BUTTONBAR oBar _3D OF oWnd
DEFINE BUTTON OF oBar ACTION child()
SET MESSA... |
BUG TWINDOWS Title | [code=fw:3nt2kj0r]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// Controlling focus from one window to another</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">STATI... |
BUG TWINDOWS Title | up! |
BUG TWINDOWS Title | Sr Antonio, o exemplo foi postado! |
BUG TWINDOWS Title | Hola
podrias proporcionar una imagen, a mi me funciona bien tu ejemplo |
BUG TWINDOWS Title | <!-- m --><a class="postlink" href="https://imageshack.com/i/mu3ynbj">https://imageshack.com/i/mu3ynbj</a><!-- m -->
#include "FiveWin.ch"
static oWnd
//----------------------------------------------------------------------------//
function Main()
local oBar
SET _3DLOOK ON
DEFINE WINDOW oWnd TITLE "TEST MDIChild... |
BUG TWINDOWS Title | Imagem postada. |
BUG TWINDOWS Title | Hola
tu ejemplo funciona perfecto aqui... lo probé con la verision 13.8
[url:ofr3bnvb]http://sitasoft.net/fivewin/samples/test1.zip[/url:ofr3bnvb] |
BUG TWINDOWS Title | Sr. Daniel,
Acabei de testar o exemplo postado pelo Senhor e o problema continua.
1 Abra uma MDICHILD
2 fique clicando na data da MSGBAR. |
BUG TWINDOWS Title | Teste este exemplo no \samples com o seu FWH, aqui em FWH13.06 funciona normal.
[code=fw:1ptjap48]<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 />extern GetTextWidth<br /><br /><span style="color:... |
BUG TWINDOWS Title | Acabei de testar o seu EXEMPLO KARINHA. E o problema aparece claramente na versão 13.08. |
BUG TWINDOWS Title | [quote="SGS":tfhsg8v9]Sr. Daniel,
Acabei de testar o exemplo postado pelo Senhor e o problema continua.
1 Abra uma MDICHILD
2 fique clicando na data da MSGBAR.[/quote:tfhsg8v9]
Logro ver el problema, por los momentos puedes desactivar lInfoRes
oWnd:oMsgBar:lInfoRes = .F. |
BUG TWINDOWS Title | [quote="SGS":238h6xnx]Acabei de testar o seu EXEMPLO KARINHA. E o problema aparece claramente na versão 13.08.[/quote:238h6xnx]
Si aparece el error, Karinha, para reproducir usa MAXIMIZED en el activate del MDICHILD
[code=fw:238h6xnx]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000f... |
BUG TWINDOWS Title | Posible solucion
en el archivo msgbar.prg
cambiar
[code=fw:26bkkhkt]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> LDblClick<span style="color: #000000;">(</span> nRow, nCol, nKeyFlags <span style="color: #000000;">)</span> <span style="color: #00C800;... |
BUG TWINDOWS Title | muito obrigado Sr. Daniel. |
BUG TWINDOWS Title | Gracias Daniel. |
BUG en FWH8 ( BUTTON y BUTTONBMP ) | Hola Antonio:
No se si en versiones posteriores a la FWH8 de diciembre del 2008 este pequeño defecto esta solucionado, es sobre las teclas aceleradoras en los botones, ya sean BUTTON o BUTTONBMP te comento:
- En Windows XP y Windows 7:
Para que muestre la raya debajo del caracter que hemos definido para la tecla ace... |
BUG en TRadMenu ( Radmenu.prg ) y FIX | Buenas,
Bueno al parecer toda la vida de fivewin existio este bug y nadie se ha dado cuenta <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P --> , el tema es que cuando se deshabilita via clausula bWhen algun Item de un RADIO, el sistema a traves de las teclas GO_DOW/GO_UP sigue... |
BUG en TRadMenu ( Radmenu.prg ) y FIX | Querido Hernan,
Implementado para FWH 10.2.
Gracias como siempre! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
BUG en TRadMenu ( Radmenu.prg ) y FIX | [quote="Antonio Linares":2qb8i1gh]Querido Hernan,
Implementado para FWH 10.2.
Gracias como siempre! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:2qb8i1gh]
A tus ordenes, ya sabes <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happ... |
BUG en xBrowse | Hola antonio:
No se si en versiones posteriores a la version de FWH/FWHX 8.12 28/December/2008 esta solucionado este pequeño bug, en caso contrario, me explico:
Cuando creas un xBrowse con 2 lineas en la cabecera, cuando das al boton derecho que aparece el menu de que campos de cabecera se quien ver en el xBrowse, ap... |
BUG en xBrowse | este es el codigo que crea el menu con las columnas del browse
[code=fw:1nzzylne]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">METHOD</span> SetColumns<span style="color: #000000;">(</span> nRow, nCol, nFlags <span style="color: #000000;">)</span> <span styl... |
BUG en xBrowse | Gracias carlos muy amable:
Cuando lo pruebe te comento.
un saludo
JLL |
BUG in SaveToBmp() / Antonio | If i save the window with oWin:SaveToBmp(cFile), the saved bitmap are splitted, when i display it with a graphic-viewer! This is only, the size from the window are greater!? |
BUG in SaveToBmp() / Antonio | Gunther
i did support about this point in spanish forum, already include to next fivewin build
[url:1agml90j]http://forums.fivetechsupport.com/viewtopic.php?p=105955#p105955[/url:1agml90j]
is necesary modify .C file compile and replace into fiveHC.lib |
BUG in SaveToBmp() / Antonio | Daniel, can you post me the required changes in the .c-files? I catch also with a problem to save the bitmap as jpg. But only on XP the app is blocked in some cases. |
BUG in SaveToBmp() / Antonio | Günther
change for .C Files
Tip: for build fivehc.lib you need harbour, no matter if you use xharbour
[size=150:1a2tfmog][b:1a2tfmog]dib.c[/b:1a2tfmog][/size:1a2tfmog]
[b:1a2tfmog]add[/b:1a2tfmog]
[code=fw:1a2tfmog]<div class="fw" id="{CB}" style="font-family: monospace;">char * DibToStr<span style="color: #000000... |
BUG in SaveToBmp() / Antonio | Thanks Daniel! All is wonderfull. Also the error in XP is gone. |
BUG in TToast!? | If i use the DATA bReturn this codeblock will never calling. I see in the source of this class that ::end() is using and not :destroy(), also the method :destroy() with the bReturn-codeblock is ignored! |
BUG in TToast!? | Please explain what you need and the purpose of using TToast |
BUG in TToast!? | I will at end of my programm show a TToast-alert with a delay of 5 seconds. But the ending from my program waits not to the end from the TToast. So i pack the code from ending the program in the bReturn-codeblock but no call to this codeblock is executed! |
BUG in TToast!? | Dear Günther, this run ok, for me
MsgStop is show at end
[code=fw:3hrkba0d]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> oMsg := TToast<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #000000;">NewToast</span><span style="color... |
BUG in TToast!? | Which version of fw do you use? |
BUG in TToast!? | FWH 18.04
I see, you use TToast():NewToast(….) i use TTost():New(….) |
BUG in TToast!? | I am using NewToast() but no ok. If i use ttoast on start from the program in the clausula ON INIT with a bReturn the program freezes! |
BUG in TToast!? | [quote="byte-one":fpxzb976]I am using NewToast() but no ok. If i use ttoast on start from the program in the clausula ON INIT with a bReturn the program freezes![/quote:fpxzb976]
Not use TToast at ON INIT |
BUG in TToast!? | This code run ok for me also, and bReturn is run at end
[code=fw:17umc0i7]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">Function</span> HazAlert1<span style="color: #000000;">(</span> oWnd, lLines, lBmp, lMnu <span style="color: #000000;">)</span><br /><br ... |
BUG in TToast!? | [quote="cnavarro":3ay86tjd][quote="byte-one":3ay86tjd]I am using NewToast() but no ok. If i use ttoast on start from the program in the clausula ON INIT with a bReturn the program freezes![/quote:3ay86tjd]
Not use TToast at ON INIT[/quote:3ay86tjd]
I tested using TToast in clause ON INIT and run OK also |
BUG in TToast!? | Günther, try with this sample and tell me
[code=fw:1slryag4]<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 /><br /><br /><span style="color: #00C800;">Static</span> oWnd<br /><span style="color: #0... |
BUG in TToast!? | Cristobal, i have changed the code. Now it seems to functioning. Please see.
[code=fw:1tqxzokt]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> Destroy<span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #00C800;">C... |
BUG in TToast!? | Ok, it is another possibility that I will have to evaluate, but it seems that it can work without problems
I will keep you informed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.