Search found 67 matches: studying

Return to advanced search

Re: Compiling TSButton with MinGW gcc

Rimantas, seems that nobody else is interested in TsBrowse/TsButton and MinGW... And Manuel disappears from time to time... But after studying the C code I managed to compile the TsBrowse C code. So, lets try to do this. First in bpaint.c change all references of _parclen, _parl, _parni, ...
by concentra
Wed Nov 09, 2011 10:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling TSButton with MinGW gcc
Replies: 12
Views: 2959

Some notes on MingW

MingW is a port of the infamous GCC from linux to windows. 1. These are some of the commands that I noted to manipulate library in the course of my studying it: ⋅ list object file names: ar -t <lib> ⋅ list public symbols within object files: nm -A <lib> ⋅ insert ...
by hua
Sat Oct 15, 2011 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some notes on MingW
Replies: 3
Views: 784

What does this do ?

Guys:

Studying xbrwin7.prg on the samples folder, what does this method do ?
Code: Select all  Expand view
oCol:oBrw:VGetPos()



Thank you.
by HunterEC
Tue Aug 16, 2011 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What does this do ?
Replies: 1
Views: 317

Re: OT: .DLL interface

... I have the compilers I need, the books yet unstudied, etc. etc. but I've always gotten around it. I decided enough was enough so now I'm actually studying at least the basics of C so I can actually work with the EXTEND API for xHarbour. Perhaps then I will get this working. Tim
by TimStone
Thu Oct 14, 2010 12:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: .DLL interface
Replies: 48
Views: 10780

xHarbour/BCC32/UE Studio Project build

... this forum is amazing. I have been working through several challenges, reading older posts, etc. and most of my questions have been answered. I am studying moving from xBuilder to UE Studio project with a very large application. I've reviewed the samples people posted and have my files configured ...
by TimStone
Thu Oct 07, 2010 12:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour/BCC32/UE Studio Project build
Replies: 9
Views: 1911

Re: xBrowse + ADS = Slow Motion!

... You do not have to 'OR' different 'CONTAINS'. One CONTAINS is enough for many AND and OR conditions. Syntax is similar on almost all RDMSs. Studying syntax from here http://devzone.advantagedatabase.com/dz/webhelp/Advantage10/index.html?master_contains.htm: Syntax CONTAINS(<field> ...
by frose
Fri Jul 09, 2010 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + ADS = Slow Motion!
Replies: 14
Views: 4044

Re: Get valid

Thank you Frank.
Your sample code is working well.
After inserting some logfile calls and studying of your code I understand your code. Very sophisticated. I will try to implement your logic into my own code.
Thanks again for your valuable help.
Best regards,
Otto
by Otto
Sun Mar 14, 2010 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get valid
Replies: 20
Views: 4794

Re: RibbonBar de FWH con apariencia Windows 7

... for blue color , How I can change the pattern of this bitmap OR How we can create with polygon functiond this bitmap ? For the effect 2010 I'm studying What I can make... any idea ?
by Silvio
Sat Dec 19, 2009 4:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RibbonBar de FWH con apariencia Windows 7
Replies: 63
Views: 11271

Re: New FWH 9.07

Mr Uwe I am studying the Ribbonbar code and trying some examples. Answer to your first question is that Transparent Groups and Buttons work on Image backgrounds also. But there seems to be a small issue, which I am sure FWH team ...
by nageswaragunupudi
Fri Jul 31, 2009 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 9.07
Replies: 12
Views: 2474

Re: Tooltip Office like

Hello Silvio, thank you for your offer. But studying the classes like window.prg and reading the MSDN Library I see that this is all very sophisticated. http://msdn.microsoft.com/en-us/library/bb760246(VS.85).aspx Win32 and COM Development User ...
by Otto
Tue Apr 28, 2009 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip Office like
Replies: 10
Views: 2674

Hi Mr. Otto !

My son about 21 years old, he studying in University, takes Information Technology..

Thank' for “Introduction to FiveWin” from James, I will tell him..

Regards
Fafi
by fafi
Sat Oct 11, 2008 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Thank's to Mr. Manuel Mercado and Mr. Antonio..
Replies: 7
Views: 1519

... := MARQSTYLE_HIGHLROWMS I do not know if this was implemented in version 8.05. You may try the above code and try. You will learn more from studying the source code of testxbrw3.prg ( The way I learnt ) Dear Nages, your tip works very fine! Thank you very much! Now, it's ok!
by JC
Mon Aug 18, 2008 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with MARQSTYLE_HIGHLROWRC?
Replies: 14
Views: 3505

... := MARQSTYLE_HIGHLROWMS I do not know if this was implemented in version 8.05. You may try the above code and try. You will learn more from studying the source code of testxbrw3.prg ( The way I learnt )
by nageswaragunupudi
Sat Aug 16, 2008 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with MARQSTYLE_HIGHLROWRC?
Replies: 14
Views: 3505

During runtime it is possible to assign a brush, change a brush or remove brush ( by assigning ocol:obrush := nil ). On studying the code, the intention is that even a codeblock can be assigned to oBrush so that different rows can be painted with different brushes. Example oBrush := ...
by nageswaragunupudi
Sat Apr 19, 2008 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Switch for the new oLbx:aCols[2]:oBrush := oBrush ?
Replies: 2
Views: 493

... to follow up on any proposed xml coding "standards" for such documents. Unfortunately, there is no easy answer. I have spent hundreds of hours studying this and I still feel like I know very little. >I do greatly appreciate the comments you are making, and the time and effort you are putting ...
by James Bott
Wed Apr 16, 2008 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12864
PreviousNext

Return to advanced search