Search found 65 matches: dialogue

Return to advanced search

Re: Fine tune Phi2 from Microsoft with your own data

... epics of Hinduism, which narrates the story of the Kurukshetra war, and the moral and spiritual dilemmas of the characters. The Bhagavad Gita is a dialogue between Lord Krishna, the supreme being, and Arjuna, a warrior prince, who is about to fight in the war. The Bhagavad Gita is considered to ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: Fontsizes in resources

Michel, For each SCREEN RESOLUTION, you must CREATE A DIFFERENT DIALOGUE and call the corresponding dialog for each SCREEN RESOLUTION.

Para cada RESOLUCIÓN DE PANTALLA, debe CREAR UN DIÁLOGO DIFERENTE y llamar al diálogo correspondiente para cada RESOLUCIÓN DE PANTALLA.

Regards, saludos.
by karinha
Sat Aug 19, 2023 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fontsizes in resources
Replies: 4
Views: 211

dialog opening difference in the monitor between 32/64 bit

... in both 32bit and 64bit versions with MinGW 8.5 - fivewin release 22.12 and use 2 monitors I have noticed that in the 32bit version if I open a dialogue from the second monitor this is opened in the second monitor whereas if I open a dialogue from the second monitor in the 64bit version the ...
by vensanto
Thu Aug 03, 2023 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dialog opening difference in the monitor between 32/64 bit
Replies: 4
Views: 459

Prompt Editor for ChatGPT

... the screenshot from above and provided 3 prompts to ChatGPT. I haven't made any changes to the code of ChatGPT, only combined the two questions: dialogue and table. No styling! BTW, Prompt-Editor is a mod harbour program designed to assist you in creating effective "prompts". Create ...
by Otto
Tue Jun 27, 2023 5:32 pm
 
Forum: mod_harbour
Topic: Prompt Editor for ChatGPT
Replies: 0
Views: 765

Re: nowait

... como estas haciendo la APERTURA de la Base de Datos, porque el ERRSYSW.prg esta diciendo que el AREA ABIERTA NO ESTÁ EN USO. And why does this DIALOGUE need to be NOWAIT? ¿Y por qué este DIÁLOGO necesita ser NOWAIT? Regards, saludos.
by karinha
Fri Mar 10, 2023 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nowait
Replies: 9
Views: 696

FiveWin to HTML

... with all the controls and redraw it on page. By examining the oDialog object I can see all the controls and their properties. And I also see the dialogue in appeal that was drawn in Borland. Is there an example of how to take each field and play in its coordinates in the same order as Fivewin ...
by Ari
Thu Nov 10, 2022 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin to HTML
Replies: 5
Views: 517

Dialog style

... Test1 if I use FiveWin 21.11. and xHarbour 1.2.3 http://www.smartprint.co.rs/Test2.jpg Test2 How can I get dialogue to look like Test1 by using Fivewin 21.11 an xHarbour 1.2.3?? Best regards, Miloš
by mtajkov
Sun Apr 10, 2022 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog style
Replies: 13
Views: 614

Re: End dialogue when lost focus

... right click, :aCols[4]:bRClickData := {||  ud_msginfo( cDescription) } . Now if I right click a row on xBrowse, the dialogue appears with the message. If I left-click anywhere outside the dialogue, it is closed. Perfect. But if when the dialogue appears and I immediately ...
by hua
Thu Dec 02, 2021 2:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: End dialogue when lost focus
Replies: 4
Views: 477

Re: End dialogue when lost focus

Thanks Natter and Cristobal.
I got the effect that I want by including oDlg:bNcActivate := {| lOnOff | iif (lOnOff ,, oDlg: End ())}

Once that's included I could remove the NOWAIT clause
by hua
Thu Dec 02, 2021 2:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: End dialogue when lost focus
Replies: 4
Views: 477

Re: End dialogue when lost focus

#include "Fivewin.ch"Function Main()   local oDlg     DEFINE DIALOG oDlg FROM 0,0 TO 300, 600               ;        STYLE WS_POPUP ;        COLOR CLR_BLACK, nRgb(255,255,238...
by cnavarro
Wed Dec 01, 2021 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: End dialogue when lost focus
Replies: 4
Views: 477

Re: End dialogue when lost focus

ACTIVATE DIALOG oDlg NOWAIT CENTERED ;
ON INIT oDlg:bNcActivate:={|lOnOff|iif(lOnOff,, oDlg:End())}
by Natter
Wed Dec 01, 2021 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: End dialogue when lost focus
Replies: 4
Views: 477

End dialogue when lost focus

... CENTERED                                  ;        ON INIT oDlg:bLostFocus := {|| oDlg:end()}  I expect this code to end the dialogue box if I click anywhere outside the dialogue box but it doesn't. Why? TIA
by hua
Wed Dec 01, 2021 3:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: End dialogue when lost focus
Replies: 4
Views: 477

Re: transparent on a say

Silvo I use gradient backgrounds and the SetDlgGradient() sets the global transparent variable This is how I color my dialogue boxes .. I have many different colors I have defined as functions .. here is just a Light Grey gradient .. an added feature of the SetGradient() function ...
by Rick Lipkin
Sat Apr 11, 2020 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: transparent on a say
Replies: 7
Views: 978

transparent on a say

I haven't used resources for a long time but tonight I was forced to create a small dialogue but being old and having signs of early senility, I don't remember exactly how transparency was assigned to the controls say I made REDEFINE SAY oSaySearch[1] Prompt "Cognome" ...
by Silvio.Falconi
Sat Apr 11, 2020 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: transparent on a say
Replies: 7
Views: 978

Re: Activar botón con oDlg:AEValWhen() (SOLUCIONADO)

Mr. Rao:

Please embed the dialogue in an MDI CHILD window

Regards
by Armando
Thu Jun 06, 2019 4:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Activar botón con oDlg:AEValWhen() (SOLUCIONADO)
Replies: 17
Views: 2422
Next

Return to advanced search