Hello Massimo,
Many for your attention.
Change the sample: "\harbour\contrib\gtwvg\tests\wvgdyndialogs.prg"
Search for function: "DlgSlideShow"
change this:
nStyle := DS_SETFONT + WS_VISIBLE + WS_POPUP + WS_CAPTION +
WS_SYSMENU + WS_THICKFRAME + WS_MINIMIZEBOX
for:
nStyle := DS_SETFONT + WS_VISIBLE + WS_POPUP + WS_CAPTION +
WS_SYSMENU + WS_THICKFRAME // + WS_MINIMIZEBOX
Compile and execute this sample e go the option:
- Modeless Dialogs
- Slide Show . Modeless
When appears the window, double-click the top edge and you will see
that there appears to minimize and maximize buttons, this is what I
need, I want not resize the window.
Excuse me if I'm not being clear :)
Best Regards,
Rossine.
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
A+
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-users+unsubscribe@googlegroups.com
Web: http://groups.google.com/group/harbour-users
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Op 21-6-2012 7:26, Massimo Belgrano schreef:
...
2012/6/20 Pritpal Bedi <bedipr...@gmail.com
<mailto:bedipritpal.s@gmail.com>>
...Hi!
So have a look at harbour/contrib/hbqt/tests/demoqt.prg
This directory/file does not exist in my Harbour distribution. Where can I download it?
Kind regards, hans lodder
Pritpal Bedi
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Hi Massimo!
Thank you! I found it. My misunderstanding was that I have the MiniGUI extended Edition, and I could not find it in there.
Kind regards, hans
Op 22-6-2012 15:26, Massimo Belgrano schreef:
Is integral part with official harbour distribution nigtly edition<http://sourceforge.net/projects/harbour-project/files/binaries-windows/nightly/harbour-nightly-win.exe/download>
or source
<http://sourceforge.net/projects/harbour-project/files/source/nightly/harbour-nightly-src.zip/download>
or last official release
is is the folder where you have installed
c:\hb32\contrib\qt\test
<mailto:hans.lodder@requirements-management.nl>>
<mailto:bedipritpal.s@gmail.com><mailto:bedipritpal.s@gmail.__com <mailto:bedipritpal.s@gmail.com>>>
...
So have a look at harbour/contrib/hbqt/tests/__demoqt.prgUnsubscribe: harbour-users+unsubscribe@__googlegroups.com
Hi!
This directory/file does not exist in my Harbour distribution. Where
can I download it?
Kind regards, hans lodder
Pritpal Bedi
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
<mailto:harbour-users%2Bunsu...@googlegroups.com>
Web: http://groups.google.com/__group/harbour-users
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Yes can be used under linux with very little adaption
My system uses Clipper 5.2, TLIB and Blinker, but I can see no way to
build this under Harbour.
Nor can I build even the simplest example!
Maybe it's because I have no idea how to work the IDE - [or indeed any IDE!]
This is easy.
1. Install nightly build.
2. From Windows explorer, open folder "bin" on installed parh.
3. Click on hbIDE.exe
4. Drop harbour/tests/hello.prg onto hbIDE.
5. Click on toolbar button "Build Source"
6. You are done.
Report here your very initial findings on Harbour.
Pritpal Bedi
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
Hi
Sure you cannot.
> My system uses Clipper 5.2, TLIB and Blinker, but I can see no way to
> build this under Harbour.
You need either source code of TLIB or replace functions
called from TLIB with Harbour native functions.
For Harbour you do not need BLIKER as it uses linker
from the C compiled you deploy to link Harbour appln.