Search found 71 matches

by Eroni
Thu Aug 22, 2019 11:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using C# (and .NET) from FWH not working(?)
Replies: 33
Views: 4104

Re: Using C# (and .NET) from FWH not working(?)

Hi to all.
Is there predict to write the code from tdotnet to xharbour?
Regards.
by Eroni
Wed Jul 11, 2018 12:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: How I do work scroll bar in tEdit
Replies: 2
Views: 548

Re: How I do work scroll bar in tEdit

Thank you Antonio.
Now works fine.
by Eroni
Fri Jul 06, 2018 12:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How I do work scroll bar in tEdit
Replies: 2
Views: 548

How I do work scroll bar in tEdit

Dears, Anyone know how to make the scroll bar work in the tedit() class? // Testing Class TEdit that implements GETs without using a Harbour embedded GET #include "FiveWin.ch" //----------------------------------------------------------------------------// function Main()    local oDlg, cF...
by Eroni
Fri Dec 13, 2013 7:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tactivex problem to open html file - Solved
Replies: 1
Views: 495

Re: Tactivex problem to open html file - Solved

Function GetCurDir() returned "\" the most at the end, then the path of the file to open became invalid on certain occasions. Problem solved.
by Eroni
Thu Dec 12, 2013 1:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tactivex problem to open html file - Solved
Replies: 1
Views: 495

Tactivex problem to open html file - Solved

Good morning all, after upgrading to FWH 1209'm facing a problem opening an html file by tactivex class, the navigate method is returning error that the file does not exist. In some networks'm having this problem, not others, when accessed madly the problem does not occur. I'm compiling with Bcc582 ...
by Eroni
Mon May 27, 2013 9:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Error compiling tGet
Replies: 1
Views: 438

Error compiling tGet

Good evening everyone. I needed to customize the class tget, however when compiling an error is occurring, as follows: Source \ SWTget.prg (343) Warning W0004 codeblock parameter: 'X' declared but not used in function: 'SWTGET_NEW' Source \ SWTget.prg (446) Warning W0004 codeblock parameter: 'X' dec...
by Eroni
Tue Apr 09, 2013 12:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Function of FiveWin and with my same name
Replies: 11
Views: 1770

Re: Function of FiveWin and with my same name

nageswaragunupudi, Many thanks for your excellent explanation, I now understand in a general way the process of linker, was already examining the file .map, but your explanation cleared me well. I chose to change the names of functions conflicting with the FiveWin, however, has not managed to make i...
by Eroni
Fri Apr 05, 2013 11:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: Function of FiveWin and with my same name
Replies: 11
Views: 1770

Re: Function of FiveWin and with my same name

James Bott wrote:Maybe you can just change the folder name back to the original name.
Thank you, I already try.
by Eroni
Fri Apr 05, 2013 12:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Function of FiveWin and with my same name
Replies: 11
Views: 1770

Re: Function of FiveWin and with my same name

Thanks James, the functions are not conflicting with names commonly called, are the really the problem that has the same name. The surprising thing is that always worked well for a long time, I just changed the folder name and the project did not work and more. I started testing with the suggestion ...
by Eroni
Fri Apr 05, 2013 12:46 am
Forum: FiveWin for Harbour/xHarbour
Topic: Function of FiveWin and with my same name
Replies: 11
Views: 1770

Re: Function of FiveWin and with my same name

[quote="
Have you tried to build it using buildx.bat from FWH samples folder ?[/quote]

Yes, builldx.bat works ok, but I tested with few sources.

Thanks
by Eroni
Thu Apr 04, 2013 5:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Function of FiveWin and with my same name
Replies: 11
Views: 1770

Re: Function of FiveWin and with my same name

Antonio, thank you.

Exactly the way I use, see example of linking script below:

Image

Maybe can be a xmate problem?

Regards
by Eroni
Thu Apr 04, 2013 2:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Function of FiveWin and with my same name
Replies: 11
Views: 1770

Function of FiveWin and with my same name

Good afternoon, I have a lib I use to put my own functions But when you run the application, rather than performing my functions are performed FiveWin functions that have the same name, does anyone know why this? Use the xmate and always worked ok, my lib was always first on the list, before the Fiv...
by Eroni
Wed Apr 03, 2013 7:45 pm
Forum: All products support
Topic: Funcoes proprias
Replies: 1
Views: 2601

Funcoes proprias

Boa tarde, tenho uma lib que uso para colocar minhas proprias funcoes, porem ao executar ao inves de executar as minhas funcoes, sao executadas as funcoes do fivewin que tem o mesmo nome, alguem sabe o porque disso? Uso o xmate e sempre funcionou ok, agora so porque troquei o nome do projeto ficou a...
by Eroni
Mon Jan 07, 2013 5:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help with tfolderex
Replies: 5
Views: 1178

Re: Help with tfolderex

Uwe, Daniel, many thanks.

Eroni
by Eroni
Fri Jan 04, 2013 6:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Help with tfolderex
Replies: 5
Views: 1178

Re: Help with tfolderex

Uwe, Ok, I did not want to leave the preset amount of tabs, but thats ok, I will create an array with a maximum number possible, thanks for the tip.
It would be possible to navigate folderex like the screen below?
Image
Many thanks!