topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
CLASS TBitmap ( Solved ) | HI,
SOmeone can help me with this,
How add method OnMouseOver and OnMouseOut to this class;
Thanks. |
CLASS TBitmap ( Solved ) | Lailton,
[code=fw:hlqhnegw]<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> TME_LEAVE <span style="color: #000000;">2</span><... |
CLASS TBitmap ( Solved ) | Antonio,
It´s work FINE !!!!
Gracias. <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> |
CLASS TDbOdbcDirect metodo Eof() | En la clase TdbOdbcDirect el metodo Eof es :
[code:3id1h4ar]METHOD Eof() INLINE ( (::cAlias)->(RecCount()) == (::cAlias)->(Recno()) .and. ::hStmt == 0 )[/code:3id1h4ar]
Es un tema de concepto, en xBase Eof era verdadero un... |
CLASS TDbOdbcDirect metodo Eof() | Buffff, para que esto funcionase habria que cambiar tambien el metodo Skip, y tendria repercusiones sobre la descarga asincrona de los datos.
Visto lo visto + vale dejarlo como esta. |
CLASS TDbOdbcDirect metodo Eof() | Hola Biel,
Estas modificaciones las tengo funcionando 100x100 en mis aplicaciones desde hace tiempo:
[code:29uwdhz3]METHOD Eof() INLINE ( (::cAlias)->(Eof()) .and. ::hStmt == 0 )
METHOD Skip( nRecs ) CLASS TDbOdbcDirect
local nTotal, nRecno... |
CLASS TDbOdbcDirect metodo Eof() | Hola Jose Luis,
me alegra no ser el único al que le parezca interesnate cambiar el metodo Eof.
Aunque en el post puse "mejor dejarlo tal cual esta", la verdad es que no pude resistirme a cambiarlo. En el metodo skip no lo deje igual que el tuyo(me faltaba probar con open asincrono), el lunes lprobare tal cual lo tienes... |
CLASS TGrid() for FiveWin | hi,
CLASS TGrid() for FiveWin
i have begin to made Class TGrid() which use Listview like Explorer
it use Style
[code=fw:2ckvbuid]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#define</span> LVS_ICON <span style="color: #000000;">0</span><br /><span style="color: #00D7D... |
CLASS TGrid() for FiveWin | I like your work! |
CLASS TGrid() for FiveWin | Dear Jimmy,
great work!
looking forward to test it, thank you so much! |
CLASS TGrid() for FiveWin | There is a lookalike TAlbum class of FiveWin in the sample \fwh\samples\album.prg.
This TAlbum class was not included in the main FWH library as it was not considered so important, but any user can take it from the samples folder and use it.
[url=https://imageshack.com/i/poLLpZezp:ono3bd0l][img:ono3bd0l]https&... |
CLASS TGrid() for FiveWin | hi Antonio,
[quote="Antonio Linares":12oidapi]looking forward to test it, thank you so much![/quote:12oidapi]
don´t expect too much ... i´m still a Fivewin and "C" Newbie
under Xbase++ i have use my "own" Listview Control so i know the Way
under HMG / MiniGUI Extended Version i saw how they use HB_FUNC() and Listview ... |
CLASS TGrid() for FiveWin | hi,
[quote="nageswaragunupudi":3mdtqzza]There is a lookalike TAlbum class of FiveWin in the sample \fwh\samples\album.prg.
[/quote:3mdtqzza]
WOW impressive <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
...
Imagelist() is "limited" to 256 x 256 and normal used for ... |
CLASS TGrid() for FiveWin | The point I am trying to make is that with FWH's builtin capabilities we can do anything with images without any limitations. |
CLASS TGrid() for FiveWin | hi,
you know that Listview can handle 100 Million Element ... which other Control can handle so much <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
as there is only 1 Sample using Listview-Group i think Fivewin User does not know what Listview can do and how fast... |
CLASS TGrid() for FiveWin | Dear Jimmy,
Here you have an example
[code=fw:yn1h8ezz]<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 style="color: #000000;">(</span><span s... |
CLASS TGrid() for FiveWin | hi Antonio ,
[quote="Antonio Linares":lt28ek2b]Here you have an example[/quote:lt28ek2b]
thx for Sample, i will study it |
CLASS TGrid() for FiveWin | hi,
i got it so far that i can show a working 32 Bit Demo
as i can not upload here in Fivewin Forum i have upload to Dropbox ... hope it work
[url:3jw350li]https://www.dropbox.com/s/lub163c92lio5gx/TGRID01.zip?dl=0[/url:3jw350li]
download and save it as ZIP File
---
how to start :
[code=fw:3jw350li... |
CLASS TGrid() for FiveWin | [quote="Antonio Linares":33o97w4z]Here you have an example
[code=fw:33o97w4z]<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: #00C800;">function</span> Main<span style="color: #000000;">(... |
CLASS TGrid() for FiveWin | hi,
CLASS TGrid() Source CODE with HB_FUNC()
this is 1st "basic" Sample how to use Listview.
Sample have 2 x CLASS
[quote:6nbv297p]CLASS TExplorer FROM TGrid
CLASS TGrid FROM TControl[/quote:6nbv297p]
1st CLASS is Demo to use Explorer Style
2nd CLASS will be "general" for all Type and "other" CLASS
! Note : a lot H... |
CLASS TGrid() for FiveWin | Can't seem to find album.prg in FWH19.12
[quote="nageswaragunupudi":24o8k9fa]There is a lookalike TAlbum class of FiveWin in the sample \fwh\samples\album.prg.
[/quote:24o8k9fa] |
CLASS TGrid() for FiveWin | [quote="hua":elik0ouh]Can't seem to find album.prg in FWH19.12
[quote="nageswaragunupudi":elik0ouh]There is a lookalike TAlbum class of FiveWin in the sample \fwh\samples\album.prg.
[/quote:elik0ouh][/quote:elik0ouh]
Yes, it was not in fwh1903. This was created sometime later at the request of some users.
You may be a... |
CLASS TGrid() for FiveWin | Thank you very much Rao <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
[quote="nageswaragunupudi":nni78wn8]There is a lookalike TAlbum class of FiveWin in the sample \fwh\samples\album.prg.
Yes, it was not in fwh1903. This was created sometime later at the request o... |
CLASS TGrid() for FiveWin | hi,
next Step : Dual-Explorer with TABs
[img:3lv8cgw3]https://i.postimg.cc/jdxGd64y/Dual-Explorer.png[/img:3lv8cgw3] |
CLASS TGrid() for FiveWin | next Step : "on-fly" Multi TAB
[img:l05lepcl]https://i.postimg.cc/GmSTBNQN/Multi-Dual-Explorer.gif[/img:l05lepcl]
p.s. "where" to upload Source <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
... too big to post Modul as CODE in Forum |
CLASS TGrid() for FiveWin | Dear Jimmy,
great work, congratulations! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
You could create a free GitHub repo an share it. If you give us your permission we may include it as part of FWH, if so,
just email it to me and we will include it |
CLASS TGrid() for FiveWin | hi,
for "quick" TGrid i want to use LVN_GETDISPINFO Notify Event
for this i have take HMG HB_FUNC() to use with Fivewin which are for Unicode / ANSI
it does compile for ANSI without Warning but for Unicode i got
[quote:2pro641c]Warning W8065 .\\HB_FUNC.PRG 1090: Call to function 'AnsiToWide' with no prototype in f... |
CLASS TGrid() for FiveWin | Dear Jimmy,
At the top of your C code place this line:
LPWSTR AnsiToWide( LPSTR cAnsi ); |
CLASS TGrid() for FiveWin | hi Antonio,
[quote="Antonio Linares":391aucbe]At the top of your C code place this line:
LPWSTR AnsiToWide( LPSTR cAnsi );[/quote:391aucbe]
thx for Answer.
still got Warning
[quote:391aucbe]Warning W8075 .\\HB_FUNC.PRG 1092: Suspicious pointer conversion in function HB_FUN_SETGRIDQUERYDATA[/quote:391aucbe]
but i hav... |
CLASS TGrid() for FiveWin | Dear Jimmy,
What code do you have at line 1092 ? |
CLASS TGrid() for FiveWin | hi Antonio,
have change
[code=fw:1u9x1s86]<div class="fw" id="{CB}" style="font-family: monospace;"> LPWSTR lpText = AnsiToWide<span style="color: #000000;">(</span> <span style="color: #000000;">(</span> char * <span style="color: #000000;">)</span> hb_parc<span style="color: #000000;">(</span> <spa... |
CLASS TGrid() for FiveWin | very good |
CLASS TGrid() for FiveWin | hi,
have clean up CODE and Upload to Github
[url:2oxx1j85]https://github.com/AugeOhr/TGRID[/url:2oxx1j85]
Source is for Fivewin 22.07 and BCC7 32 Bit or MSVC 64 Bit Environment
! Note :
no Icon / Bitmap include (might make Copyright Problem)
---
latest News :
have add Sample "virtual" GRID ( Property.PRG ... |
CLASS TGrid() for FiveWin | BUG in HB_FUNC( LV_GETCHECKSTATE )
[code=fw:e173k47j]<div class="fw" id="{CB}" style="font-family: monospace;"> hb_retl <span style="color: #000000;">(</span> ListView_GetCheckState<span style="color: #000000;">(</span>hWnd<span style="color: #000000;">-1</span>, nRow<span style="color: #000000;">)</span... |
CLASS TGrid() for FiveWin | hi,
since 1st Release i have make a lot to get "Dark-Mode" Style
i have change Menu, Button and use Ownerdraw (*1) for Combobox.
[img:2mnx56v5]https://i.postimg.cc/RC1Zjrr6/Dual-Grid-Black.jpg[/img:2mnx56v5]
but TGrid-Column Header was still WHITE so i need Customdraw (*2)
[img:2mnx56v5]https://i&... |
CLASS TGrid() for FiveWin | hi,
have upgrade CLASS TGrid Demo at Gubthub
[url:x9wnin4j]https://github.com/AugeOhr/TGRID[/url:x9wnin4j]
since Release 1 i have try different Control e.g. TFolder() / TFolderEx() or Tbutton() / BtnBMP()
you can enable them in Config.INI or use Start Parameter
[code=fw:x9wnin4j]<div class="fw" id="{CB}" sty... |
CLASS TGrid() for FiveWin | Hello Jimmy,
I downloaded the project from GitHub and copied it here:
c:\fwh\samples\TGRID-main\.
Then I start go.bat.
But I get these errors.
I think I am missing components here.
Can you please describe exactly how to start.
Thanks and best regards
Otto
[code=fw:3jp1mpr2]<div class="fw" id="{CB}" style="font-famil... |
CLASS TGrid() for FiveWin | hi Otto,
i have download TGRID-main.zip and compile / link Source and got working EXE <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
just use GO.BAT (BCC 32 Bit) or GO64.BAT (MSVC 64 Bit)
! Note : you have to DELETE all Resource in DUALGRID.RC which are only DUMMY ... |
CLASS TGrid() for FiveWin | Jimmy, Thank you.
I still can't create the exe with go.bat. But my main installation is xHarbour. Maybe that's the reason.
I will recreate exactly your installation on another PC.
But I have looked at the EXE.
A great work. Thank you very much. I think with this commander you can automate many tasks with simple exten... |
CLASS TGrid() for FiveWin | Dear Jimmy,
This seems to be missing:
c:\BCC7\bin\brc32.exe -r DUALGRID.rc
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Error DUALGRID.rc 34 32: Cannot open file: RES\BOLOV.ICO
Please add it to the repo in github, many thanks |
CLASS TGrid() for FiveWin | hi Otto,
[quote="Otto":duzlmkgw]But my main installation is xHarbour. Maybe that's the reason.[/quote:duzlmkgw]
i do not work with xharbour, only harbour.
as i know you need to include xhb.hbc for xharbour
but i can´t "test" it while have no xharbour |
CLASS TGrid() for FiveWin | hi Antonio,
[quote="Antonio Linares":2a6ym3tb]This seems to be missing:
c:\BCC7\bin\brc32.exe -r DUALGRID.rc
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Error DUALGRID.rc 34 32: Cannot open file: RES\BOLOV.ICO
Please add it to the repo in github, many t... |
CLASS TGrid() for FiveWin | Dear Jimmy,
It is working great. Very good work <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
CLASS TGrid() for FiveWin | some more Tips
when start DualGrid it will create Config.INI
when edit Config.INI you can change Pos/Size of [MAINWINDOW]
under [COUNTRY] use "your" Language/Codepage
default Windows Icon Size are 32 / 16 but that is very small on big Screen
you can change it to 32 / 256 and "use Image" in Menu for big Thumbs in "Ic... |
CLASS TGrid() for FiveWin | Dear Enrico, may I ask, as I know you are a xHarbour power user if you can test to compile.
Thank you in advance
Otto |
CLASS TGrid() for FiveWin | Yes, what is the latest updated link to download it? |
CLASS TGrid() for FiveWin | Is this?
[url:2cqjv3nz]https://github.com/AugeOhr/TGRID[/url:2cqjv3nz]
If yes, first problem:
[code=fw:2cqjv3nz]<div class="fw" id="{CB}" style="font-family: monospace;">DUALGRID.PRG<span style="color: #000000;">(</span><span style="color: #000000;">91</span><span style="color: #000000;">)</span> Err... |
CLASS TGrid() for FiveWin | Dear Enrico,
thank you.
I am trying on a PC where I have Harbour installed.
As I am not so experienced with compiler setup, I just wanted to know if I have an easy fix.
Thank you very much,
Otto |
CLASS TGrid() for FiveWin | hi,
[quote="Enrico Maria Giordano":homf375j]If yes, first problem:
[code=fw:homf375j]<div class="fw" id="{CB}" style="font-family: monospace;">DUALGRID.PRG<span style="color: #000000;">(</span><span style="color: #000000;">91</span><span style="color: #000000;">)</span> Error F0029 Can<span style="color: #ff0... |
CLASS TGrid() for FiveWin | [quote="Jimmy":30dd3lrf]oooh ... i did not know hat xharbour does not have "hbthread.ch"
how does xharbour use Thread <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> [/quote:30dd3lrf]
I do not know. I have never used threads.
[quote="Jimmy":30dd3lrf]i have EXCLUDE... |
CLASS TGrid() for FiveWin | [quote="Enrico Maria Giordano":2u1v4zye][quote="Jimmy":2u1v4zye]This is not true:
[code=fw:2u1v4zye]<div class="fw" id="{CB}" style="font-family: monospace;">TGRID.PRG<span style="color: #000000;">(</span><span style="color: #000000;">1010</span><span style="color: #000000;">)</span> Warning W0001 Ambiguous re... |
CLASS TMdiFolder ( a la atención de Leandro ) | Buenas tardes Leandro ( y buenas tardes a todos )
[url=https://postimages.org/:3uyhaom3][img:3uyhaom3]https://i.postimg.cc/C5WtB9nK/TMdi-Folder.gif[/img:3uyhaom3][/url:3uyhaom3]
He convertido las funciones en una clase llamada TMdiChildFolder, que se apoya en otra TBtnBmpFolder.
Incluyo ahor... |
CLASS TMdiFolder ( a la atención de Leandro ) | Muy buen trabajo!
Muchas gracias por compartirlo <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
CLASS TMdiFolder ( a la atención de Leandro ) | Jesus wow, que buen aporte, excelente desarrollo.
En un rato intento compilar el ejemplo que publicaste.
Y luego en estos días te molesto para que me ayudes con la implementación en la aplicación principal.
Muchas gracias por tu tiempo.
De antemano gracias. |
CLASS TMdiFolder ( a la atención de Leandro ) | Buenos dias Leandro.
Ya lo tienes en tu correo.
Ahora la clase tiene dos nuevas variables :
[b:2sio7rqh]::nTopFolderPosition[/b:2sio7rqh] que te permite poner los folder a la altura que desees. Así puedes poner la ButtonBar o la RibbonBar en la parte superior
[b:2sio7rqh]::nTopGlobalFolderPosition[/b:2sio7rqh] qu... |
CLASS TMdiFolder ( a la atención de Leandro ) | disculpa mi ignorancia pero no entendí muy bien para que seria, me puedes mostrar un ejemplo de aplicación? |
CLASS TMdiFolder ( a la atención de Leandro ) | Ciao Silvio
Chiaro. Nessun problema. Ti dico.
Ogni folder è una finestra figlio MDI.
Invece di essere mostrata come una finestra di Windows, (con le sue vecchie icone di Windows di cui già conosci il problema perché ne hai discusso più volte in questo forum) viene mostrata ingrandita all'interno di un Frame.
Ha tutte ... |
CLASS TMdiFolder ( a la atención de Leandro ) | [quote="JESUS MARIN":1k8rh89j]Ciao Silvio
Chiaro. Nessun problema. Ti dico.
Ogni folder è una finestra figlio MDI.
Invece di essere mostrata come una finestra di Windows, (con le sue vecchie icone di Windows di cui già conosci il problema perché ne hai discusso più volte in questo forum) viene mostrata ingrandita all'i... |
CLASS TRichEdit | É possivel salva um documento HTML usando a classe TRichEdit.
Pegar o RTF e salvar em HTML
seria como SaveToHtml() é possivel ?
Ari |
CLASS TScrWnd | I use the CLASS TScrWnd in a window mdichild
this mdichil have also a buttonbar
when I click the scroll bar vertical and Horizontal it move also the buttonbar
How I can stop the buttonbar ? ?
this is the image of project <!-- m --><a class="postlink" href="http://yfrog.com/0uchildj">http://yfrog.com/0uchildj</a... |
CLASS TScrWnd | Better you ask the author of TScrWnd |
CLASS TScrWnd | I not Know Who was .... |
CLASS TToast vs. Shell_NotifyIcon | hi,
found CLASS TToast() and had look into Sample c:\fwh\samples\toastest.prg
it seems me like "Tray-Ballon" using Shell_NotifyIcon()
[img:3stllsz3]https://i.postimg.cc/R0wf67NX/Tray-Ballon.jpg[/img:3stllsz3]
but TToast have much more
Question : can i use TToast look like "Tray-Ballon" <!-- s:?: --... |
CLASS TToolBar FROM TControl | Buenasss, en esta clase la TToolbar como puedo saber cual es el botón que se ha pulsado??
Me explico es para desactivarlo hasta que el usuario salga de la opción y entonces volver a activarlo.
Graciassss. |
CLASS TToolBar FROM TControl | Angel,
Desde la propia acción del botón, desactívalo por la posición del boton:
... ACTION oToolBar:EnableButton( <nButton>, .f. ), ...codigo..., oToolBar:EnableButton( <nButton>, .t. ) |
CLASS TWindow METHOD GetRect() BUG | Hi all,
[code=fw:34bkk3vs]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">MsgInfo</span><span style="color: #000000;">(</span>Len<span style="color: #000000;">(</span>oDlg:<span style="color: #000000;">GetRect</span><span style="color: #000000;">(</span><span style="... |
CLASS TWindow METHOD GetRect() BUG | GetRect() method returns an array of 4 items. Please look inside window.prg. Probably you are using a modified version of TWindow.
EMG |
CLASS TWindow METHOD GetRect() BUG | Hi Enrico,
I have not using a modified version of TWindow.
I have look inside window.prg and should be 4 items.
But try this sample please,
[code=fw:32he4s7f]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><... |
CLASS TWindow METHOD GetRect() BUG | Sorry, my fault. GetRect() method returns a TRect object not an array.
EMG |
CLASS TWindow METHOD GetRect() BUG | Yes Enrico,
But i have seen: Trect class and GetRect() method are identical in 16bit fivewin and 32 bit fwh
I use GetRect() years ago ... and it was ok.
This sample work well in 16 bit and produce error in 32 bit.
[code=fw:1en2d864]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;"... |
CLASS TWindow METHOD GetRect() BUG | What is exactly the problem? Your sample seems to work fine here.
EMG |
CLASS TWindow METHOD GetRect() BUG | Application
===========
Path and name: E:\FWH\samples\testrect.exe (32 bits)
Size: 1,550,848 bytes
Time from start: 0 hours 0 mins 2 secs
Error occurred at: 01/30/12, 20:08:24
Error description: Error BASE/1081 Argument error: +
Args:
[ 1] = U
[ 2] = N 100
Stack Calls
===========... |
CLASS TWindow METHOD GetRect() BUG | As I said, it works fine here (FWH 11.11).
EMG |
CLASS TWindow METHOD GetRect() BUG | Also works fine here with FWH 12.01 <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
CLASS Tini():Get() | hi,
i try to use CLASS Tini()
[code=fw:1pu7jqty]<div class="fw" id="{CB}" style="font-family: monospace;">PROCEDURE SaveINIfile<span style="color: #000000;">(</span>nRow1,nCol1,nWidth1,nHeight1 <span style="color: #000000;">)</span><br /><span style="color: #00C800;">local</span> oIni<br /> oIni := TIni... |
CLASS Tini():Get() | Hello Jimmy,
Years ago we made a function to convert INI files into DBF files and the corresponding read/write functions.
Now with mod harbour it seems to me that dbf files are more ideal than ini files.
Here is the link to our post in the forum. We put the whole source code online at the time.
Maybe it will help y... |
CLASS Tini():Get() | Dear Jimmy,
This example is working fine. Please test it:
[code=fw:q519for7]<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 style="color: #000000;... |
CLASS Tini():Get() | Cuando lees valores numericos, hay que convertirlos con val, porque lo que guarda es un string siempre
[code=fw:14911h9p]<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: #B900B9;... |
CLASS Tini():Get() | César,
tienes toda la razón, muchas gracias por la observación <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
CLASS Tini():Get() | hi Antonio,
your Sample does "show" the Value but there is NO "CONFIG.INI" create <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
have found out that it need "Path" to work
does not work
[code=fw:23vy3ykl]<div class="fw" id="{CB}" style="font-family: monosp... |
CLASS Tini():Get() | You are right, it was kept in memory <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
CLASS Tini():Get() | Instead of
[code=fw:4n11z1t2]<div class="fw" id="{CB}" style="font-family: monospace;"> nRow1 := val<span style="color: #000000;">(</span>oIni:<span style="color: #0000ff;">Get</span><span style="color: #000000;">(</span> <span style="color: #ff0000;">"Dialog"</span>, <span style="color: #ff0000;"... |
CLASS fwTVCL for IP-TV | hi,
Media Player can not only use "Local" Files, it also can "Stream" from Internet
using VLC ActiveX i have create CLASS fwTVLC and use it in this Sample to play IP-TV
i have wrote this HMG App
[img:5ujn2wl2]https://hmgforum.com/download/file.php?id=11168[/img:5ujn2wl2]
btw. FiveWin Version does not use... |
CLASS fwTVCL for IP-TV | hi,
i was able now to compile/link 3 x Module under FiveWin 64 Bit using MSVC
[code=fw:3oph8udu]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#define</span> _WIN64<br />#ifdef _WIN64<br /> <span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FWVLC.PR... |
CLASS fwTVCL for IP-TV | Dear Jimmy,
go64.bat
[code=fw:2xczttp4]<div class="fw" id="{CB}" style="font-family: monospace;">call <span style="color: #ff0000;">"%ProgramFiles%<span style="color: #000000;">\M</span>icrosoft Visual Studio<span style="color: #000000;">\2</span>022<span style="color: #000000;">\C</span>ommunity<span style="color: #0... |
CLASS fwTVCL for IP-TV | hi Antonio,
sorry to ask again
[quote:1eqwukkl][vcvarsall.bat] Environment initialized for: 'x64'
Error BASE/1126 Argument error: STRTRAN (Quit)
Error BASE/1126 Argument error: STRTRAN
Called from STRTRAN(0)
Called from __HBMK(0)
Called from HBMK_LOCAL_ENTRY(0)
Called from __HBMK_FAKE_ENTRY(0)[/quote:1eqwukkl]
[cod... |
CLASS fwTVCL for IP-TV | Dear Jimmy,
What Windows version are you using and what Visual Studio Community version ? |
CLASS fwTVCL for IP-TV | hi Antonio,
it is 2022\Community on 64 Bit OS
BUILDh64.BAT work to build other App and File
[code=fw:3ff9wtgr]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #ff0000;">"%ProgramFiles%<span style="color: #000000;">\M</span>icrosoft Visual Studio<span style="color: #000000;">\2</span>022<s... |
CLASS fwTVCL for IP-TV | as Source is still under Construction it have some "onDummy()" DEBUG Code
fwTVCL.PRG
[code=fw:2api2fd5]<div class="fw" id="{CB}" style="font-family: monospace;">*+--------------------------------------------------------------------<br />*+<br />*+ Source Module => c:\fwh\<span style="color: #000000;">0</span>\IPTV\FWV... |
CLASS fwTVCL for IP-TV | continue
fwIPTV.PRG
[code=fw:35r1ssaf]<div class="fw" id="{CB}" style="font-family: monospace;">*+--------------------------------------------------------------------<br />*+<br />*+ Source Module => c:\fwh\<span style="color: #000000;">0</span>\IPTV\FWIPTV.PRG<br />*+<br />*+ Copyright<span style="color: #000000;"... |
CLASS fwTVCL for IP-TV | Dear Jimmy,
This is the first time that I see this hbmk2.exe error:
[quote:fppjm35r][vcvarsall.bat] Environment initialized for: 'x64'
Error BASE/1126 Argument error: STRTRAN (Quit)
Error BASE/1126 Argument error: STRTRAN
Called from STRTRAN(0)
Called from __HBMK(0)
Called from HBMK_LOCAL_ENTRY(0)
Called from __HBMK_F... |
CLASS fwTVCL for IP-TV | hi Antonio,
[quote="Antonio Linares":2p580l71]Could you please copy here the entire error ? How to reproduce it ?[/quote:2p580l71]
to produce Error use above Go64.BAT and test64.hbp under 64 Bit OS |
CLASS fwTVCL for IP-TV | BUG :
Position of VLCmenu is not correct when WINDOW is not maximize
change Code to this
[code=fw:3jfy91r2]<div class="fw" id="{CB}" style="font-family: monospace;">PROCEDURE VLCmenu<span style="color: #000000;">(</span> nRow, nCol, oParent, nIndex <span style="color: #000000;">)</span><br /><span style="color... |
CLASS fwTVCL for IP-TV | to make a test where is the activex ? |
CLASS fwTVCL for IP-TV | hi Silvio,
[quote="Silvio.Falconi":1ergik7f]to make a test where is the activex ?[/quote:1ergik7f]
VLC Homepage is
[url:1ergik7f]https://www.videolan.org/vlc/[/url:1ergik7f]
! Note : open Combobox and download 64 Bit Version if you want to use 64 Bit App
remember to download "Playlist" from HMG Forum with... |
CLASS modification | Dear Antonio,
This question from Jimmy is very important for me.
We need a blueprint for this.
[quote:22v0qc05]Hi Antonio,
How do I use those modifications with CLASS TCalendar()?
Do I make a copy of tcalenda.prg and include it in my App, or do I create a new CLASS FROM, or how do I build a new LIB with modified S... |
CLASS modification | chagpt not Know Harbour clipper fivewin , perhaps only Minigui
I tried many functions but it always gave me minigui code or code that looks like fivewin and harbur but in reality it's not and every time you have to tell it "I don't know this class" or "this function doesn't exist"
for a sample I ask this
can you cr... |
CLASS modification | Silvio,
Have you provided the classes and manual to ChatCPT?
This is important.
Best regards,
Otto |
CLASS modification | Silvio, DWSYSMENU??
Thanks.
Regards, saludos |
CLASS modification | Que tal?
[url:1kx6qk3w]https://imgur.com/nplXTwC[/url:1kx6qk3w]
[img:1kx6qk3w]https://i.imgur.com/nplXTwC.png[/img:1kx6qk3w]
Regards, saludos. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.