Search found 44 matches: textbox

Return to advanced search

Re: autoGPT for OpenAI

... text to ChatGPT. Requiring customers to have an API key with variable cost billing can be cumbersome. Here, I will simply enter the text into a textbox and then select the task from a combobox. Then, I will use a copy command to transfer the text to the clipboard. Best regards, Otto
by Otto
Thu May 04, 2023 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1472

Re: FIELD Selector for FiveWin ?

... I don't know fivewin, but I believe the syntax differs from minigui; the minigui syntax model for graphical objects is: define window define textbox cName row 10 col 10 width 50 height 20 end textbox end window Best regards, Otto C:\FWH\samples\dragdrop3.prg     // FiveWin - own ...
by Otto
Sat Jul 30, 2022 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIELD Selector for FiveWin ?
Replies: 6
Views: 1130

MODIFICAR UN CUADRO DE TEXTO DE UN EXCEL - SOLUCIONADO

Saludos necesito poder editar un cuadro de texto de una hoja de excel esto seria lo que se necesita hacer ActiveSheet.Shapes.Range(Array("TextBox 1")).Select Selection.ShapeRange(1).TextFrame2.TextRange.Characters.Text = _ "DECLARACION JURADA" & Chr(13) & "" ...
by CARLOS ATUNCAR
Fri May 20, 2022 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MODIFICAR UN CUADRO DE TEXTO DE UN EXCEL - SOLUCIONADO
Replies: 0
Views: 193

How run TextInBox

...     ENDPRINTER       oFont:End()return but it not create the box and print the text on one line https://i.postimg.cc/k4Jn1HB5/TEXTBOX.png how do I print a justified text (or rtf file) with printer class ?
by Silvio.Falconi
Thu May 14, 2020 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How run TextInBox
Replies: 4
Views: 578

Re: Error FiveWin/3 Cannot create Dialog Box

... dialogo rc? Cuando estamos desarrollando algunos controles pueden ser omitidos en su definición y otros no. Por ejemplo en el dialogo (rc) tenemos textbox, button, listbox, y un custom control xbrowse, en la definición de código el único que es obligatorio definirlo es el xbrowse, los texbox o ...
by carlos vargas
Fri Nov 08, 2019 8:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box
Replies: 4
Views: 958

Re: several questions about GET class

The get problem is large to solve , the initial code used the style let's say "textbox". oGet2:SetNumFormat("###0.##") Then he has tried to use the GEt style with pictures, but correct operation has not been achieved .. this code @ 110, 115 GET ...
by mastintin
Sun Jun 24, 2018 10:37 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: several questions about GET class
Replies: 14
Views: 5469

Re: Richedit how to highlight a defined word in memofields ?

Uwe,

Since you see now the position and the count of the colored word into the text, maybe a button above the textfield with the name : "NEXT"

Every time we click on it, the cursor could move to the next colored text insite the textbox. Just a idea, but sure not a need !!
by Marc Venken
Mon Mar 26, 2018 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit how to highlight a defined word in memofields ?
Replies: 36
Views: 8286

Re: FW user login to authenticate from windows active directory

I Forgot to mention, to test Vb script on excel, you need to create an userform name "userform1", then add 2 control textbox controls (textbox1 = username, textbox2 = password), then two commadbuttom and assign CommandButton1_Click(), CommandButtom2_Click(). the last thing to ...
by hebert_j_vargas
Mon Nov 16, 2015 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW user login to authenticate from windows active directory
Replies: 31
Views: 10041

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

... keeps the spaces/tabs at beginning of lines ⋅  It has the shortcut CTRL+G to go at line by number ⋅  It has In the file list a textbox to search quickly the file I think they are not complex requests... A very awesome feature would be if the dbg window does not close and I can ...
by AntoninoP
Wed Feb 18, 2015 12:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3.0 and 3.2 debugger F7 and F9 problems
Replies: 26
Views: 5108

Re: TEdit V TGet

... ALLTRIM( STR( cValue ) )        EndIf    EndIf           // Fill the TEXTBOX with the text given.    if ( HMG_LEN( cValue ) > 0 )        SetWindowText ( nControlHandle ...
by richard-service
Wed Dec 10, 2014 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEdit V TGet
Replies: 16
Views: 3316

Re: TEdit V TGet

... HMG, maybe you could review such function source code and give us a hand solving it :-) Thanks! Antonio, HMG use Window standard Control TEdit/Textbox. I don't know FWH TGet support it. /*---------------------------------------------------------------------------- HMG Source File --> ...
by richard-service
Wed Dec 10, 2014 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEdit V TGet
Replies: 16
Views: 3316

Re: TEdit V TGet

... I look new HMG331 Unicode IDE for build 32 and 64bit. Important point, not IDE. I mean this IDE read Chinese.UNI file( save as UTF-8 style ) and Textbox/Editbox support WinXP-Themes/input Chinese Unicode word/Control any key => Perfect .... I hope FWH can do it, I hope...
by richard-service
Tue Dec 09, 2014 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TEdit V TGet
Replies: 16
Views: 3316

Abrir combobox con tecla Enter

... a presionar enter y que se cierre dejando el elemento seleccionado en el combo y a la vez que pase el enfoque a otro control (por ejemplo un textbox). Será posible hacer esto, he buscado en el foro casos similares y no aparece nada Se agradece sugerencias Gracias. :)
by checo176
Sat Apr 05, 2014 1:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir combobox con tecla Enter
Replies: 7
Views: 756

Re: Combobox color

Antonio,

Antonio Linares wrote:Enrico,

Because Windows controls that painting and does not allows it. And you have authorized Windows to do it, telling it to use themes :-)


Yes, I know. But my question was, why I can change textbox colors and cannot change combobox ones?

EMG
by Enrico Maria Giordano
Mon May 27, 2013 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox color
Replies: 12
Views: 2092

Re: Combobox color

Antonio Linares wrote:Enrico,

If you are using themes then you are telling Windows to control the painting.


Yes, but why I can change textbox color, even with themes?

EMG
by Enrico Maria Giordano
Mon May 27, 2013 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox color
Replies: 12
Views: 2092
Next

Return to advanced search