Search found 317 matches: selecting

Return to advanced search

Re: change size dialog selecting noption folder

Dear Silvio,

I have not tested it yet

I just gave you a hint that maybe it is related :-)
by Antonio Linares
Fri Mar 15, 2024 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

Re: change size dialog selecting noption folder

Dear Silvio, In FWH 24.02 we removed a call to ::Resize() from Class TWindow Method Activate() We have restored it providing it the right parameters: ::Resize( 0, ::nWidth, ::nHeight ) If you are using FWH 24.02 please restore that line fixed as above, thanks Surely we will publish a revised FWH 24...
by Silvio.Falconi
Fri Mar 15, 2024 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

Re: change size dialog selecting noption folder

Dear Silvio, In FWH 24.02 we removed a call to ::Resize() from Class TWindow Method Activate() We have restored it providing it the right parameters: ::Resize( 0, ::nWidth, ::nHeight ) If you are using FWH 24.02 please restore that line fixed as above, thanks Surely we will publish a revised FWH 24....
by Antonio Linares
Fri Mar 15, 2024 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

change size dialog selecting noption folder

I have a dialog I have a folder on this dialog I have a buttonbar at the bottom of odlg I would like to make the dialog smaller when the end user selects tab number 3 and tab number 6 I made a small test Problem is when press folder tab the dialog is resized but sometimes the oBar is hided or became...
by Silvio.Falconi
Thu Mar 14, 2024 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

New FTDN February 2024 (FWH 24.02)

... * New: example switch.prg and switch.rc * New: function EnumResourceNames() allows you to list the resources names that you have in your EXE selecting a specific type. It supports the use a codeblock to let you do what you may need to do with the names. Please review samples\rctoprg.prg for ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 205

Re: Have the parameters Selecting a printer

The values you're looking for, such as PaperWidth, PaperHeight, TopMargin, LeftMargin, PageBreak, Orientation, XOffSet, and YOffSet, are typically part of a printer's Device Mode (DevMode) structure. This structure contains information about a printer's capabilities and print job configuration. This...
by Otto
Mon Jan 15, 2024 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 694

Re: Have the parameters Selecting a printer

What are these values used for in your program? I think you always have to set your desired/required values before printing. NO it's wrong !!! as I already told you in another topic when the end user selects the printer the computer changes some vital parameters for printing among which xOffset and...
by Silvio.Falconi
Mon Jan 15, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 694

Re: Have the parameters Selecting a printer

What are these values used for in your program?
I think you always have to set your desired/required values before printing.
by Otto
Mon Jan 15, 2024 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 694

Have the parameters Selecting a printer

local aPrn := GetPrinters()

Can I automatically have the following parameters of the printer I am going to use?

nPageWidth
nPageHeight
nXOffSet
nYOffSet
nPort
by Silvio.Falconi
Mon Jan 15, 2024 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have the parameters Selecting a printer
Replies: 4
Views: 694

Re: Inserting a string with CRLF into a single-line TGet.

... reliably with Unicode gets. We are looking into it. 2. This works if the user pastes by pressing Ctrl-V. Does not work if the user pastes by selecting "Paste" menu option in the popup context menu. This needs modification of HandleEvent method of TGet class. Hope this works for ...
by nageswaragunupudi
Mon Dec 11, 2023 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 896

Re: Inserting a string with CRLF into a single-line TGet.

... by itself is a simple one line code. The user copies some text from some other window or application or a webpage by pressing Ctrl-C or by selecting Copy from the context And as a programmer you do not know what text the user will copy. And when the user wants to paste in the Get, he presses ...
by nageswaragunupudi
Mon Dec 11, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 896

Re: xBrowse + Tree sample does not work.

not only should xbrowse do it automatically but the settree() should set the field (of the array or db) to do the grouping, maybe selecting it from a combobox "normal", "tree" and also make the search work with GET oGet VAR cSeek and COMBOBOX oBrw:oSortCbx example in ...
by Silvio.Falconi
Fri Jul 28, 2023 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + Tree sample does not work.
Replies: 6
Views: 647

change dialog size from a combobox

selecting an option from a combobox the dialog must be resized according to the instructions inserted in the Change_dialog() function because according to the option the end user must insert some controls instead of others. ...
by Silvio.Falconi
Tue Apr 11, 2023 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change dialog size from a combobox
Replies: 0
Views: 188

Re: Callback Server

... access the Synology DSM SMS API, which can be granted by going to "Control Panel" > "Notification" > "SMS" and selecting the user in the "Users" tab. You can also specify a maximum number of SMS messages that the user is allowed to send per day, if ...
by Otto
Fri Mar 10, 2023 7:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 666
Next

Return to advanced search