topic
stringlengths 1
63
| text
stringlengths 1
577k
⌀ |
---|---|
64 bit WDBU | Hello,
I use EMAGdbu from Enrico Maria Giordano [url:elr6vaff]http://www.emagsoftware.it/gratis.htm[/url:elr6vaff] It's a good alternative, but in Italian.
Regards |
64 bit WDBU | José Luis,
Very good choice, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
[url:2vek58vf]http://code.google.com/p/fivewin-contributions/downloads/detail?name=EmagDbu238.zip&can=2&q=[/url:2vek58vf] |
64 bits. | It seems that many of the new computers are installed with 64bits windows. My program won't run. Any body experiencing this problem.
How do I complile in 64 bits? |
64 bits. | Harvey,
16 bits applications are not supported in Windows 64 bits.
In Windows 64 you can only use 64 and 32 bits applications. |
64 bits. | Antonio
My app is 32bit thanks to fwh.
I'll get the error message and forward it tomorrow. Thanks for the quick reply. |
64 bits. | Got the program working in 64bits...Beautiful appearance. Working fine. |
64-bits | Hello,
Are there any plans for a 64-bits version of FWH and xHarbour ?
Thanks. |
64-bits | Michel,
FiveTech provides a FWH 64 bits version since several years ago <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
64-bits | Antonio,
Thanks a lot for your answer.
Do you have any idea how about xHarbour ? |
64-bits | Michel,
there was a 64-bit version of xHarbour and Harbour some years ago. I have a version dated from 2005. But I don´t know, if there is any progress in development. |
64-bits | Michel, Stefan,
We have not published many FWH64 updates as there are very few users of it, as 32 bits applications are fully compatible with 32 and 64 bits Windows versions. Both Harbour and xHarbour are supported.
Anyhow there are some circunstances where it may be interesting to build a 64 bits version. We can easily build an updated FWH64 versión any moment. We wish there were more users of it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
64-bits | Antonio,
Thanks a lot for your answer.
I was just wondering about 64-bits. More and more customers of mine are using Windows 7 64-bits or Windows 2008 (or 2010) server 64-bits. I sometimes got the question if my application is 64-bits. |
64-bits | Michel,
64 bits are not a real advantage except for commercial reasons as there is a common belief that 64 bits is more advanced than 32 bits, or in those cases where the application needs to manage more than 2 GB of memory, usually in multimedia apps. |
64-bits | Antonio,
Thanks a lot for your explaining answer.
So we don't have to bother 64-bits in the near future.
My applications run fine on Windows 64-bits, but I only put this topic because of the questions from my customers on this matter.
As far as I am concerned, the subject is closed at the moment. Thanks. |
64bit Font original code be changed-Solved | Dear Antonio, Mr.Rao
Look 2017 build Application screen shot?
Win10 and Win11 no problem?
[img:in0mqm5y]https://i.postimg.cc/7P76wQ21/1.jpg[/img:in0mqm5y]
Look 2206 build Application screen shot
Win10 and Win11 problem.
[img:in0mqm5y]https://i.postimg.cc/MGKxB9HL/2.jpg[/img:in0mqm5y]
Same as full source code?
I use it below:
[code=fw:in0mqm5y]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFontGraph <span style="color: #0000ff;">NAME</span> <span style="color: #ff0000;">"MS Sans Serif"</span> <span style="color: #0000ff;">SIZE</span> <span style="color: #000000;">0</span>,<span style="color: #000000;">-10</span><br /> </div>[/code:in0mqm5y] |
64bit Font original code be changed-Solved | Tgraph Need to Redeclare the variable When use FWH2206
But FWH170x NO Redeclare the variable and work fine.
[code=fw:36441zhb]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oGraph:<span style="color: #000000;">aFont</span><span style="color: #000000;">[</span>x<span style="color: #000000;">]</span> := TFont<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span><span style="color: #ff0000;">"MS Sans Serif"</span>,<span style="color: #000000;">0</span>,<span style="color: #000000;">-12</span>,.F.,.f.,<span style="color: #000000;">0</span>,<span style="color: #000000;">0</span>,,.F.,.F.,.F.<span style="color: #000000;">)</span><br /> </div>[/code:36441zhb] |
64bit Font original code be changed-Solved | Dear Richard,
Have you solved it ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
64bit Font original code be changed-Solved | [quote="Antonio Linares":2h9aiggu]Dear Richard,
Have you solved it ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:2h9aiggu]
Dear Antonio,
Look it below:
[code=fw:2h9aiggu]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oGraph:<span style="color: #000000;">aFont</span><span style="color: #000000;">[</span><span style="color: #000000;">1</span><span style="color: #000000;">]</span> := TFont<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span><span style="color: #ff0000;">"Arial Unicode MS"</span>,<span style="color: #000000;">0</span>,<span style="color: #000000;">-12</span>,.f.,.f.,<span style="color: #000000;">0</span>,<span style="color: #000000;">0</span>,,.f.,.f.,.f.<span style="color: #000000;">)</span> <span style="color: #B900B9;">// Title</span><br />oGraph:<span style="color: #000000;">aFont</span><span style="color: #000000;">[</span><span style="color: #000000;">2</span><span style="color: #000000;">]</span> := TFont<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span><span style="color: #ff0000;">"Arial Unicode MS"</span>,<span style="color: #000000;">0</span>,<span style="color: #000000;">-12</span>,.F.,.f.,<span style="color: #000000;">0</span>,<span style="color: #000000;">0</span>,,.F.,.F.,.F.<span style="color: #000000;">)</span> <span style="color: #B900B9;">// xFont</span><br />oGraph:<span style="color: #000000;">aFont</span><span style="color: #000000;">[</span><span style="color: #000000;">3</span><span style="color: #000000;">]</span> := TFont<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span><span style="color: #ff0000;">"Arial Unicode MS"</span>,<span style="color: #000000;">0</span>,<span style="color: #000000;">-12</span>,.F.,.f.,<span style="color: #000000;">0</span>,<span style="color: #000000;">0</span>,,.F.,.F.,.F.<span style="color: #000000;">)</span> <span style="color: #B900B9;">// yFont </span><br />oGraph:<span style="color: #000000;">aFont</span><span style="color: #000000;">[</span><span style="color: #000000;">4</span><span style="color: #000000;">]</span> := TFont<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span><span style="color: #ff0000;">"Arial Unicode MS"</span>,<span style="color: #000000;">0</span>,<span style="color: #000000;">-10</span>,.F.,.f.,<span style="color: #000000;">0</span>,<span style="color: #000000;">0</span>,,.F.,.F.,.F.<span style="color: #000000;">)</span> <span style="color: #B900B9;">// Legends</span><br />oGraph:<span style="color: #000000;">aFont</span><span style="color: #000000;">[</span><span style="color: #000000;">5</span><span style="color: #000000;">]</span> := TFont<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span><span style="color: #ff0000;">"Arial Unicode MS"</span>,<span style="color: #000000;">0</span>,<span style="color: #000000;">-12</span>,.F.,.f.,<span style="color: #000000;">0</span>,<span style="color: #000000;">0</span>,,.F.,.F.,.F.<span style="color: #000000;">)</span> <span style="color: #B900B9;">// Subtitle</span><br />oGraph:<span style="color: #000000;">aFont</span><span style="color: #000000;">[</span><span style="color: #000000;">6</span><span style="color: #000000;">]</span> := TFont<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span><span style="color: #ff0000;">"Arial Unicode MS"</span>,<span style="color: #000000;">0</span>,<span style="color: #000000;">-12</span>,.F.,.f.,<span style="color: #000000;">0</span>,<span style="color: #000000;">0</span>,,.F.,.F.,.F.<span style="color: #000000;">)</span> <span style="color: #B900B9;">// xTitle</span><br />oGraph:<span style="color: #000000;">aFont</span><span style="color: #000000;">[</span><span style="color: #000000;">7</span><span style="color: #000000;">]</span> := TFont<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span><span style="color: #ff0000;">"Arial Unicode MS"</span>,<span style="color: #000000;">0</span>,<span style="color: #000000;">-12</span>,.F.,.f.,<span style="color: #000000;">0</span>,<span style="color: #000000;">0</span>,,.F.,.F.,.F.<span style="color: #000000;">)</span> <span style="color: #B900B9;">// yTitle</span><br />oGraph:<span style="color: #000000;">aFont</span><span style="color: #000000;">[</span><span style="color: #000000;">8</span><span style="color: #000000;">]</span> := TFont<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span><span style="color: #ff0000;">"Arial Unicode MS"</span>,<span style="color: #000000;">0</span>,<span style="color: #000000;">-12</span>,.F.,.f.,<span style="color: #000000;">0</span>,<span style="color: #000000;">0</span>,,.F.,.F.,.F.<span style="color: #000000;">)</span> <span style="color: #B900B9;">// Values</span><br /> </div>[/code:2h9aiggu] |
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 <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Thanks,
Alex |
64bit linux server | Hi Harbour Users.I made a program by 32Bit xHarbour and I tried to run it under the ubuntu Linux 64bit Server, but the program was not running.So I directly tried to compile and run it under the 64bit Server, but the harbour in itself was not running under the 64Bit Server.How can I run the program under the 64Bit Server?I am writing to ask for your help.oknbs. |
64bit linux server | I would suggest you, as a test, to copy the calculator from Ubuntu 32 bits and try it in Ubuntu 64 bits. |
64bit linux server | Thank you for your answer.The ubuntu 32 bit caculator and harbour language aren't operated under the ubuntu 64 bit.oknbs. |
64bit linux server | We will ask it in the Ubuntu forums |
64bit linux server | I just installed a Ubuntu 8.04 workstation and tried to run my application but it wouldn't run.Not only that but I got the message "No such file or directory" even though it appears on the ls listing with me as owner and I have rwx rights. I don't have all the tools with me to rebuild on this platform but will try when I can. The problem does seem more fundamental. And it applies to a little utility I wrote that uses xHarbour but not FLinux as it doesn't require any GUI. So its not a FiveLinux issue per se. But if program has to be compiled as 64 bit application we would need 64 bit versions of the libraries Antonio supplies.xProgrammer |
64bit linux server | I just installed 8.04 Ubuntu i386 workstation (32 bit) on another box and xHarbour /FiveLinux executables appear to be running fine on that.Looks like a 64 bit issue - but the error message doesn't really fit.Doug(xProgrammer) |
64bit linux server | ubuntu Linux( 7.0x ~ 8.04 ) i386 => Running OKubuntu Linux 64bit All => Running Errorfedora Linux i386 ( 6,7,8,9 All ) => Running OKfedora Linux x86_64 ( 6,7,8,9 All ) => Running OKRadHat Linux Enterprise 4 or 5 i386 => Running OKRadHat Linux Enterprise 4 or 5 x86_64 => Running OKfedora or RadHat 64bit Linux is required more than glibc 2.4 oknbs. |
64bit linux server | I have been on the Ubuntu forums and it seems that the problem is that the existing executable is looking for 32 bit libraries. So in order to run one (in theory at least) has to install the 32 bit libraries on the 64 bit box or recompile the application to 64 bit and have all libraries also compiled 64 bit.The latter option would mean that we would need 64 bit libraries from Antonio. |
64bit linux server | We could build a 64 bits version, of both Harbour and FiveLinux too. |
64bit linux server | Hi Antonio> We could build a 64 bits version, of both Harbour and FiveLinux too.(and xHarbour?). That would be great. I didn't realise the can of worms I was opening when I installed Ubuntu 8.04 64 bit workstation. But it seemed like a good idea at the time given that the new box had twin quad core CPUs.But more and more people will be going 64 bit as people update their hardware.ThanksDoug(xProgrammer) |
64bit linux server | Doug,Yes, both Harbour/xHarbour (should) provide a way to building them in 64 bits. Then we just need to recompile FiveLinux and we get ready for 64 bits |
65000 mensajes y creciendo! :-) | Felicitar a toda la comunidad de FiveWinners:Hoy hemos sobrepasado los 65000 mensajes en estos foros! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
65000 mensajes y creciendo! :-) | Se dice rápido, pero tela 65000 y subiendo. |
65000 mensajes y creciendo! :-) | Felicitaciones Maestro...y todos nosotros por mantener viva esta ilusiónSaludosRuben Fernandez |
65000 posts and growing! :-) | Just to say congratulations to all the FiveWinners community:Today we crossed the 65000 posts on these forums! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
65000 posts and growing! :-) | Congratulation!!!!!!!!!!!!! |
65000 posts and growing! :-) | Master Congratulation !!!Fivewin, the force <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Saludos,Rossine. |
65000 posts and growing! :-) | [quote="Antonio Linares":19n79oq2]Just to say congratulations to all the FiveWinners community: Today we crossed the 65000 posts on these forums! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:19n79oq2]Congrats Antonio! <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->Patrick |
65000 posts and growing! :-) | Ok.. now you need a 32bit counter (no more 16 bit) <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->Congrats,Roberto Parisi |
65000 posts and growing! :-) | Roberto,yes, right! <!-- s:-D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":-D" title="Very Happy" /><!-- s:-D --> |
7.11 omsgbar:setmsg() different behavior | Hi,
in our tests with 7.11 omsgbar:setmsg(ctext) is not enough any more to display message on message bar. We had to add omsgbar:display() to get text shown. With 7.01 just :setmsg(ctext) was enough.
Is this intended behavior?
Taavi. |
7.11 omsgbar:setmsg() different behavior | Taavi,
Are you using the 2007 clause ?
Please notice that this is an important fix that we have recommended to apply to FWH 7.11:
[code:1ypju2zn]
METHOD SetMsg( cText ) CLASS TMsgBar
DEFAULT ::cMsg := ""
if ::l2007
::cMsg = cText
::Refresh()
return nil
endif
::GetDC() // here!!!
[/code:1ypju2zn] |
7.11 omsgbar:setmsg() different behavior | >Are you using the 2007 clause ?
Yes
>Please notice that this is an important fix that we have recommended to >apply to FWH 7.11:
Yes, we have this fix and application is stable. The only problem is that with 2007 clause text will not be displayed until sysrefresh() or msgbar:display()
No problem, we already added omsgbar:display() to our text output procedure but if omsgbar:settext() should display text, then there is some problem with it.
Taavi. |
7.11 omsgbar:setmsg() different behavior | Taavi,
> but if omsgbar:settext() should display text
Do you mean oMsgBar:SetText() or oMsgBar:SetMsg() ? |
7.11 omsgbar:setmsg() different behavior | [quote="Antonio Linares":23vq0hlv]Taavi,
> but if omsgbar:settext() should display text
Do you mean oMsgBar:SetText() or oMsgBar:SetMsg() ?[/quote:23vq0hlv]
Sorry, oMsgbar:SetMsg()
Taavi |
70000 mensajes y creciendo! :-) | Felicitar a toda la comunidad de FiveWinners: Hoy hemos sobrepasado los 70000 mensajes en estos foros! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
70000 posts and growing! :-) | Just to say congratulations to all the FiveWinners community: Today we crossed the 70000 posts on these forums! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
70000 posts and growing! :-) | The sky is the limit for Fivewin <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Congratulations Maestro and all <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
70000 posts and growing! :-) | Thanks for yours and the others help. |
70000 posts and growing! :-) | Antonio:Your effort, dedication & great customer support makes you a winner. Kudos <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Gustavo |
750 iconos y material de diseño gráfico liberados por Google | Queridos amigos,
750 iconos liberados por Google:
[url:3n5htqsb]https://github.com/google/material-design-icons/releases/download/1.0.0/material-design-icons-1.0.0.zip[/url:3n5htqsb]
Saludos |
750 iconos y material de diseño gráfico liberados por Google | Gracias Felix! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
750 iconos y material de diseño gráfico liberados por Google | Felix
++++1 |
750 iconos y material de diseño gráfico liberados por Google | Muchas gracias Felix |
75000 mensajes y creciendo... | Que gran comunidad de amigos <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
75000 posts and growing... | What a great community of friends <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
75000 posts and growing... | Many congratulations to you, Antonio.
Thanks a lot for all the efforts that you and all our FWH-friends are doing.
A great job from you all.
Thank you so much. |
8 x DIALOG | hi,
i have a working Xbase++ Version and a HMG Version and now i want to make a FiveWin Version.
FiveWin have this Syntax
[code=fw:1opheqfa]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">WINDOW</span> oWnd<br /> ...<br /><span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">WINDOW</span> oWnd</div>[/code:1opheqfa]
now i like to have 8 x DIALOG ... but i like to create them in a Loop
[code=fw:1opheqfa]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">FUNCTION</span> CreateForms<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><span style="color: #00C800;">Local</span> i,iMax := <span style="color: #000000;">8</span><br /><span style="color: #00C800;">Local</span> cForm<br /><br /> <span style="color: #00C800;">FOR</span> i = <span style="color: #000000;">1</span> <span style="color: #0000ff;">TO</span> iMax<br /> cForm := <span style="color: #ff0000;">"Form_"</span>+strzero<span style="color: #000000;">(</span>i, <span style="color: #000000;">2</span><span style="color: #000000;">)</span><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> &cForm <span style="color: #0000ff;">FROM</span> nTop, nLeft <span style="color: #0000ff;">TO</span> nBottom, nRight<br /> <span style="color: #B900B9;">// add Object to Array</span><br /> AADD<span style="color: #000000;">(</span>a_Forms, &cForm<span style="color: #000000;">)</span><br /> <span style="color: #00C800;">NEXT</span><br /><span style="color: #00C800;">RETURN</span> <span style="color: #00C800;">NIL</span></div>[/code:1opheqfa]
Problem : i do NOT want to ACTIVATE WINDOW, just show it
i did this
[code=fw:1opheqfa]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">FOR</span> i := <span style="color: #000000;">1</span> <span style="color: #0000ff;">TO</span> iMax<br /> cForm := a_Forms<span style="color: #000000;">[</span>i<span style="color: #000000;">]</span><br /> <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> &cForm<br /> <span style="color: #00C800;">NEXT</span></div>[/code:1opheqfa]
but only 1 DIALOG appear until i close it and next appear <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
so how to get a Concept like this working under FiveWin <!-- s:idea: --><img src="{SMILIES_PATH}/icon_idea.gif" alt=":idea:" title="Idea" /><!-- s:idea: -->
please help a FiveWin Newbie, thx |
8 x DIALOG | it's not my business, but why do you want to create 8 dialogs, what's the use? |
8 x DIALOG | Try
[code=fw:we58p1gz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> &cForm NOMODAL</div>[/code:we58p1gz]
EMG |
8 x DIALOG | next Question
[code=fw:wopdq1gn]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">FOR</span> i = <span style="color: #000000;">1</span> <span style="color: #0000ff;">TO</span> iMax<br /> cForm := <span style="color: #ff0000;">"Form_"</span>+strzero<span style="color: #000000;">(</span>i, <span style="color: #000000;">2</span><span style="color: #000000;">)</span><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> &cForm ;<br /> <span style="color: #0000ff;">FROM</span> nTop, nLeft <span style="color: #0000ff;">TO</span> nRight, nBottom<br /><br /> <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> &cForm NOMODAL</div>[/code:wopdq1gn]
if i add FROM i got "Main" DIALOG only so what i'm doing wrong <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
p.s. nTop, nLeft, nRight, nBottom have valid Value |
8 x DIALOG | [quote="Enrico Maria Giordano":38jvuz1j]
[code=fw:38jvuz1j]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> &cForm NOMODAL</div>[/code:38jvuz1j]
[/quote:38jvuz1j]
YES, that seems to work, THX |
8 x DIALOG | hi,
[quote="Silvio.Falconi":fqn4277f]it's not my business, but why do you want to create 8 dialogs, what's the use?[/quote:fqn4277f]
i just try out how FiveWin Syntax work.
i'm used to OOP Code where it is no Problem to get 8 Instanze
now with #xCommand Syntax i have to use Macro ... it is like Cl*pper
Question : What about TDialog() <!-- s:idea: --><img src="{SMILIES_PATH}/icon_idea.gif" alt=":idea:" title="Idea" /><!-- s:idea: -->
is it the same like DEFINE DIALOG <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> |
8 x DIALOG | next try
[code=fw:2vacln30]<div class="fw" id="{CB}" style="font-family: monospace;"> oForm := TDialog<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span></div>[/code:2vacln30]
without any Parameter i got 8 x Dialog <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
[code=fw:2vacln30]<div class="fw" id="{CB}" style="font-family: monospace;"> oForm := TDialog<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span> nTop, nLeft, nBottom, nRight<span style="color: #000000;">)</span></div>[/code:2vacln30]
if i try nTop, nLeft, nBottom, nRight nothing appear <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: -->
[code=fw:2vacln30]<div class="fw" id="{CB}" style="font-family: monospace;"> oForm := TDialog<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span> nTop, nLeft, nBottom, nRight,;<br /> ,,,,,,,, lPixels,,<span style="color: #000000;">)</span></div>[/code:2vacln30]
if i try it with lPixels it crash <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> |
8 x DIALOG | now with OOP
as CLASS TDialog inherit FROM TWindow i use
[code=fw:2a8xjmds]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oForm := TDialog<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> oForm:<span style="color: #0000ff;">Activate</span><span style="color: #000000;">(</span> ,,,,, lModal,,<span style="color: #000000;">)</span><br /><br /> <span style="color: #B900B9;">// Superclass Method</span><br /> oForm:<span style="color: #000000;">SetSize</span><span style="color: #000000;">(</span>nRight,nBottom,.T.<span style="color: #000000;">)</span><br /> oForm:<span style="color: #000000;">SetPos</span><span style="color: #000000;">(</span> nTop, nLeft <span style="color: #000000;">)</span><br /> </div>[/code:2a8xjmds]
now i got my 8 x Dialog <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
but i have more Question :
how to disable Titlebar with min/max/close button <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: --> |
8 x DIALOG | Try with the clause
[code=fw:39l0hi7t]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">STYLE</span> WS_POPUP</div>[/code:39l0hi7t]
EMG |
8 x DIALOG | hi,
[quote="Enrico Maria Giordano":1ay2y99a]Try with the clause
[code=fw:1ay2y99a]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">STYLE</span> WS_POPUP</div>[/code:1ay2y99a]
EMG[/quote:1ay2y99a]
thx for Answer.
i have Problem when have any parameter at "create" than no Dialog appear <!-- s:o --><img src="{SMILIES_PATH}/icon_surprised.gif" alt=":o" title="Surprised" /><!-- s:o -->
perhaps while i have a Main Dialog with SIZE 0,0 before create those 8 x DIALOG
that's why i change to OOP Style.
in c:\fwh\source\classes\DIALOG.PRG i found DATA nStyle so i change it with you advice
[code=fw:1ay2y99a]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">FOR</span> i = <span style="color: #000000;">1</span> <span style="color: #0000ff;">TO</span> iMax<br /> oForm := TDialog<span style="color: #000000;">(</span><span style="color: #000000;">)</span>:<span style="color: #00C800;">New</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><span style="color: #B900B9;">// before activate </span><br /> oForm:<span style="color: #000000;">nStyle</span> := WS_POPUP<br /> oForm:<span style="color: #0000ff;">Activate</span><span style="color: #000000;">(</span> ,,,,, lModal,,<span style="color: #000000;">)</span><br /><span style="color: #B900B9;">// after activate </span><br /> oForm:<span style="color: #000000;">SetPos</span><span style="color: #000000;">(</span> nTop, nLeft <span style="color: #000000;">)</span><br /> oForm:<span style="color: #000000;">SetSize</span><span style="color: #000000;">(</span>nRight,nBottom,.T.<span style="color: #000000;">)</span><br /><br /> AADD<span style="color: #000000;">(</span>a_Forms, oForm<span style="color: #000000;">)</span><br /> nLeft += nRight + <span style="color: #000000;">2</span><br /> <span style="color: #00C800;">NEXT</span> </div>[/code:1ay2y99a]
now i got my 8 x Dialog an can begin to "paint" (ON PAINT) |
8 x DIALOG | hi.
now i have TrayIcon for Main and a new Question : how can i "disable close" by Keyboard ESC <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
those 8 x Dialog don't need to "react" on something only "ON PAINT".
i want to "close" all Dialog from TrayIcon-Menu. |
8 x DIALOG | [code=fw:4uruizcn]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">INIT</span> oDlg:<span style="color: #000000;">bValid</span> := <span style="color: #000000;">{</span> || !GetKeyState<span style="color: #000000;">(</span> VK_ESCAPE <span style="color: #000000;">)</span> <span style="color: #000000;">}</span></div>[/code:4uruizcn]
EMG |
8 x DIALOG | hi,
[quote="Enrico Maria Giordano":10c6k27r][code=fw:10c6k27r]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">ON</span> <span style="color: #0000ff;">INIT</span> oDlg:<span style="color: #000000;">bValid</span> := <span style="color: #000000;">{</span> || !GetKeyState<span style="color: #000000;">(</span> VK_ESCAPE <span style="color: #000000;">)</span> <span style="color: #000000;">}</span></div>[/code:10c6k27r][/quote:10c6k27r]
THX, that was the missing Part.
now i got Sample working right ... but i have used my "old" Code with DllCall()
i can't simple replace it with FiveWin CreateRectRgn() / CombineRgn() while "something" is different so Result is different.
if you like more Detail please read this Thread [url:10c6k27r]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=38228[/url:10c6k27r]
thx all for help |
8.03 Fix Request | Antonio,
Would it be possible for you to add the tOutlook fix you suggested to me in the next release?
see here for details of the problem/fix:
<!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=9728&highlight=">http://fivetechsoft.com/forums/viewtopi ... highlight=</a><!-- m -->
Many Thanks
Pete |
8.03 Fix Request | Pete,
Yes, its already added for 8.03 |
8.03 version. button drag. image box point. | 8.03 Version upgrade.
Drag := .t. -> error?
The Mouse 'oBut:Drag=.t.' this error is born at click hour
[code:7bp4k7ya]
@ 10, 10 BUTTONBMP oBut PROMPT "12" OF oWndT SIZE 40, 40 PIXEL FONT oFont3
oBut:lDrag:= .t.
[/code:7bp4k7ya]
[img:7bp4k7ya]http://bongku.net/drag_error.jpg[/img:7bp4k7ya] |
8.03-ON DBLCLICK of REDEFINE clause is not active | Dear Antonio,
I've upgraded to FWH 8.03 right now.
REDEFINE XBROWSE .. ;
ON DBLCLICK (....)
ON DBLCLICK of REDEFINE clause is not active.
Regards,
Dutch |
8.03-ON DBLCLICK of REDEFINE clause is not active | Dutch,
Fixed, thanks.
Please download 8.03 again in five minutes <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
8.04 and oWnd:end( ) | There was no resolution to this problem actually posted.
An SDI window ( main ), after closing the application, gets an error ( Windows Vista ) that says the application has stopped working and its checking for a solution.
Of course, it is a true message, but it was an intentional close and thus it should not appear.
This is a new behavior in 8.04. It worked fine in 8.03.
I did try the oWnd:PostMsg(WM_CLOSE) suggestion but that also generates the same error message from Vista
Tim |
8.04 and oWnd:end( ) | Tim,
Are you using xHB commercial ? |
8.04 and oWnd:end( ) | [quote="Antonio Linares":s3ly02xb]Tim,
Are you using xHB commercial ?[/quote:s3ly02xb]
Antonio, I use xharbour 1.0.0 (official - not from CVS) and I still get the same error.
Can you produce version of FVH 8.04 for xHarbour 1.0.0?
I can't use xHarbour from CVS, becouse my SQLLIB (called Mediator) doesn't work with newest xharbour.
Best regards
R. |
8.04 and oWnd:end( ) | Robert, Tim,
Yes, we are going to produce a FWH 8.04 build with the previous xHarbour that we used for FWH 8.03. Not the cvs current one. |
8.04 and oWnd:end( ) | Antonio,
I'm using the last "stable" build ... xHarbour Nov 2007. I do have access to the more recent builds but there have been suggestions of problems, and there is always the warning that they are betas with bugs to be expected. I know that the Nov. build has bugs ... what doesn't, but it was the last stable release and it has served me fairly well.
Thanks. I did put in that nil function you wanted but that doesn't help.
Tim |
8.04 and oWnd:end( ) | Antonio - with FWH 8.03 you used xHarbour 1.1.0 (beta).
My opinion is to produce FW software with official stable version (1.0.0-november 07).
Why:
Becouse third-party libraries are produced this way.
I want to buy next FTDN, but I know that differences beetwen FWH and my libraries will grow.
I asked producers of Mediator about using CVS. They answer was easy - we support ONLY stable official versions. If next stable version will be publish, they'll do new version of library.
Regards
R. |
8.04 and oWnd:end( ) | To All
Reading from the xHarb NG .. it appears that a recent CVS build had the GPF on exit ..
It has been fixed.
RIck Lipkin |
8.04 and oWnd:end( ) | Robert,
Both Harbour/xHarbour current SVN/CVS source code are highly stable, with just some few little exceptions when a bug is introduced (and uses to be fixed real soon).
We can't wait five or more months to deliver a new Harbour/xHarbour build as along that time there are lots of fixes, enhancements, and new features.
This time we had the bad luck to get a bug, but as Rick has commented, it has already been solved. |
8.04 and oWnd:end( ) | [quote="Antonio Linares":wqy8dpsp]
This time we had the bad luck to get a bug, but as Rick has commented, it has already been solved.[/quote:wqy8dpsp]
Did you upload new version (oWND:End() bug free) FWH 8.04 on FTDN server?
R. |
8.04 and oWnd:end( ) | Robert,
Yes, we have just uploaded a new FWH 8.04 build and a new xHarbour build too, thanks! |
8.04 and oWnd:end( ) | Mr Antonio
[quote="Antonio Linares":5qbskymg]Robert,
Yes, we have just uploaded a new FWH 8.04 build and a new xHarbour build too, thanks![/quote:5qbskymg]
Is this xHarbour the latest CVS ? Is the FWH 8.04 built with the latest CVS of xHarbour ? |
8.04 and oWnd:end( ) | OK ...
I downloaded the latest build of 8.04
I have xHarbour.com November build ( last stable release )
Now, the application GPF's on startup.
I did a complete rebuild ! |
8.04 and oWnd:end( ) | Nageswararao,
>
Is this xHarbour the latest CVS ? Is the FWH 8.04 built with the latest CVS of xHarbour ?
>
Yes <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
8.04 and oWnd:end( ) | Tim,
Please try to use the new FiveHMX.lib that you have rebuilt and FiveHCM.lib from 8.03, thanks |
8.04 and oWnd:end( ) | [quote="Antonio Linares":gx1117np]Tim,
Please try to use the new FiveHMX.lib that you have rebuilt and FiveHCM.lib from 8.03, thanks[/quote:gx1117np]
I'm waiting for answer from Tim too. I got the same error.
I came back to FTDN 8.03 (for me the best stable version of FWH with xHarbour 1.0.0). |
8.04 and oWnd:end( ) | Robert,
Are you using xHB commercial ? |
8.04 and oWnd:end( ) | [quote="Antonio Linares":379l2522]Robert,
Are you using xHB commercial ?[/quote:379l2522]
No.
I use xHarbour 1.0.0 from FTDN, last one which works with my sql library.
But I got the same error.
There were some topics about problem with SQL libraries, when xHarbour 1.1.0 occurs. I guess it's going on with xHarbour from CVS. So I decided to use 1.0.0. This is last month of my FTDN, so I know that next one I have to buy will be when official stable version of xHarbour will be released. |
8.04 and oWnd:end( ) | Robert,
> But I got the same error.
Could you please provide me a PRG sample to reproduce the error here ? Thanks, |
8.04 and oWnd:end( ) | Antonio,
I simply re-downloaded the FWH install after you noted it had been rebuilt, and then I did a rebuild of my application ( complete ).
I did not rebuild any libraries.
I'm using xHarbour commercial (Nov. stable build) with your latest FWH 8.04.
I did revert to FWH 8.03 and there are no problems.
Tim |
8.04 and oWnd:end( ) | Tim,
Could you provide a sample PRG to generate the error ? Thanks, |
8.04 and oWnd:end( ) | Built using FWH 8.04 and xHarbour(.com) Nov 2007
Under Vista, this program dies on startup and generates a Vista GPF message:
#include "fivewin.ch" //
#INCLUDE "wcolors.CH"
#include "common.ch"
#DEFINE HELP_FINDER
#DEFINE HKEY_LOCAL_MACHINE 2147483650
#DEFINE INTERNET_FLAG_PASSIVE 0x08000000
FUNCTION main( nMode )
// SET options
SET _3DLOOK ON
SET DELETED ON
SET EPOCH TO 1950
SET CENTURY ON
SETHandleCount( 220 )
SET EXCLUSIVE OFF
SetBalloon(.t.)
// Fonts Master definition
DEFINE FONT oMfont NAME "MS Sans Serif" SIZE 0, -10 BOLD
// Now open the window and apply settings
DEFINE WINDOW oWnd FROM 1,1 TO 768,1024 PIXEL TITLE "Test Open"
oWnd:oFont := oMfont
WNDCENTER( oWnd:hWnd ) // Center the window on the screen
// Establish the message bar
SET MESSAGE OF oWnd TO "(c) Test 2008" 2007 NOINSET DATE KEYBOARD FONT oMfont
oWnd:oMsgBar:nHeight := oMFont:nHeight( ) * 1.08 + 12
// Activate the window
ACTIVATE WINDOW oWnd VALID MsgYesNo( "Do you want to quit ? ", "Exiting Test")
// Close and release
SET 3DLOOK OFF
RETURN ( NIL )
function __ClsActive() ; return nil |
8.04 and oWnd:end( ) | Tim,
Probably this line:
function __ClsActive() ; return nil
is the one that generates the GPF.
Could you please ask xHB.com to provide you a working __ClsActive() code ? Thanks |
8.04 and oWnd:end( ) | [quote="Antonio Linares":3rcu653o]Probably this line:
function __ClsActive() ; return nil
is the one that generates the GPF.[/quote:3rcu653o]
Antonio, Tim,
The line genetating the GPS is
oWnd:oFont := oMfont
Regards
Manuel Mercado |
8.04 and oWnd:end( ) | Manuel,
Just a simply DATA assignment ? Thanks for your feedback, |
8.04 and oWnd:end( ) | [quote="Antonio Linares":1fxe9jjj]Just a simply DATA assignment ?[/quote:1fxe9jjj]
I don't know, but if you comment that line, the gps goes away.
Regards
Manuel Mercado |
8.04 and oWnd:end( ) | [quote="Antonio Linares":1bebc59r]Tim,
Probably this line:
function __ClsActive() ; return nil
is the one that generates the GPF.
Could you please ask xHB.com to provide you a working __ClsActive() code ? Thanks[/quote:1bebc59r]
It is not necessary to create dummy function __ClsActive, If xbrowse.prg is complied with xharbour 1.0.0, __ClsActive is not referred to at all. __ClsActive is called by TOleAuto class used in toExcel method. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.