Hi,
Thank you, I actually found the sample as well. Had to modify the refresh method in checkbox.prg though, as most of that class is not aware of that style.
Alex
Search found 172 matches
- Tue Oct 23, 2012 1:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Checkbox with three states
- Replies: 2
- Views: 610
- Tue Oct 23, 2012 12:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Checkbox with three states
- Replies: 2
- Views: 610
Checkbox with three states
Is there a way to get a checkbox with three states, On, Off, and as before? This is as used in windows explorer for read only checkbox in properties etc.
Thanks,
Alex
Thanks,
Alex
- Wed Jul 25, 2012 11:02 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Extend modal dialog aero glass
- Replies: 1
- Views: 528
Extend modal dialog aero glass
Hi,
I'd like to extend the glass effect on a modal splash screen dialog. Code project has some c++ code but this doesn't help me much. Has anyone attempted this?
Thanks,
Alex
I'd like to extend the glass effect on a modal splash screen dialog. Code project has some c++ code but this doesn't help me much. Has anyone attempted this?
Thanks,
Alex
- Wed May 30, 2012 6:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS : DbSetFilter VS SQL Statement?
- Replies: 6
- Views: 2803
Re: ADS : DbSetFilter VS SQL Statement?
We are doing queries on dbf/cdx files without a dictionary. The only thing to notice is that any condition like "Where Name = 'Smith'" needs an index on Name without a condition The process is basically: #include "ads.ch" Adsconnect("c:\pathtodata") select 0 if adscreat...
- Thu May 24, 2012 9:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Windows 7 taskbar button progress bar
- Replies: 20
- Views: 6375
Re: Windows 7 taskbar button progress bar
Just a bump on this in case anyone has done this by now.
- Wed May 16, 2012 5:31 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Bad Email Dreams ...
- Replies: 53
- Views: 17273
Re: Bad Email Dreams ...
For several years I have used SMTP so my clients can send emails. It works fine for me, and for many others, but on too many, it won't work. My guess is their service provider blocks the response, so the program never actually sends the email. Tim, Do you have any kinds of logs from the smtp sessio...
- Mon May 07, 2012 9:50 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New FWH 12.04
- Replies: 11
- Views: 2313
Re: New FWH 12.04
Hi Antonio,
Any news on the 64bit libs for MingW?
Thanks,
Alex
Any news on the 64bit libs for MingW?
Thanks,
Alex
- Thu Apr 19, 2012 10:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: 64bit MingW libs?
- Replies: 0
- Views: 352
64bit MingW libs?
Hi Antonio,
Have you managed to build them yet? I have successfully built my app against 32 bit. XCC compiler has a gpf in the linker, and msvc from c++ visual studio 10 is not cooperating yet
Thanks,
Alex
Have you managed to build them yet? I have successfully built my app against 32 bit. XCC compiler has a gpf in the linker, and msvc from c++ visual studio 10 is not cooperating yet
Thanks,
Alex
- Sun Apr 15, 2012 6:31 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 12.03 Mingw gcc linking errors
- Replies: 21
- Views: 4773
Re: FWH 12.03 Mingw gcc linking errors
Antonio, I've gotten around it for now by adding -ldflag=-Wl,--allow-multiple-definition Now to get my resources in... Have like the following BMP_3DSET BITMAP { '42 4D F6 00 00 00 00 00 00 00 76 00 00 00 28 00' '00 00 10 00 00 00 10 00 00 00 01 00 04 00 00 00' '00 00 80 00 00 00 12 0B 00 00 12 0B 0...
- Sat Apr 14, 2012 5:16 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 12.03 Mingw gcc linking errors
- Replies: 21
- Views: 4773
Re: FWH 12.03 Mingw gcc linking errors
Right now I'm watching a movie with my kids. Time to relax now Antonio
- Sat Apr 14, 2012 4:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 12.03 Mingw gcc linking errors
- Replies: 21
- Views: 4773
Re: FWH 12.03 Mingw gcc linking errors
There are some between the hbct lib and fivehg libs. I will try and get rid of them, but I'm used since my Blinker days that the first linked lib got priority
- Sat Apr 14, 2012 3:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 12.03 Mingw gcc linking errors
- Replies: 21
- Views: 4773
Re: FWH 12.03 Mingw gcc linking errors
Ok, I've got a lot of multiple definitions, which is causing hbmk2 to fail. Can I switch this off somehow?
- Sat Apr 14, 2012 2:20 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 12.03 Mingw gcc linking errors
- Replies: 21
- Views: 4773
Re: FWH 12.03 Mingw gcc linking errors
forgot to ask for c++ compiler, which the library i think comes from
- Sat Apr 14, 2012 2:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 12.03 Mingw gcc linking errors
- Replies: 21
- Views: 4773
Re: FWH 12.03 Mingw gcc linking errors
Ok, that didn't work. Any idea where I can find the current libstdc++.a?
- Sat Apr 14, 2012 12:53 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 12.03 Mingw gcc linking errors
- Replies: 21
- Views: 4773
Re: FWH 12.03 Mingw gcc linking errors
Antonio,
I got an error that stdc++ could not be found. If i remove that lib from the link, tutor02 and rbdesign work, but webexp has the same problem with actx.cpp.
I will try and link with the older ming which has libstdc++.a
I got an error that stdc++ could not be found. If i remove that lib from the link, tutor02 and rbdesign work, but webexp has the same problem with actx.cpp.
I will try and link with the older ming which has libstdc++.a