Search found 160 matches: combinations

Return to advanced search

Re: Talking to your apps

Solved! Now it works for all compilers combinations: #include "FiveWin.ch"function Main()   local oDlg, oGet, cText := Space( 30 )   DEFINE DIALOG oDlg   @ 1, 1 GET oGet VAR cText  ...
by Enrico Maria Giordano
Fri Apr 05, 2024 2:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3857

Re: Talking to your apps

According to my tests, the program works fine only with these compilers combinations:

- Harbour MSC32
- Harbour BCC64
- xHarbour BCC32
- xHarbour BCC64
by Enrico Maria Giordano
Tue Apr 02, 2024 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3857

Re: Talking to your apps

It should work with both 32 and 64 bit. But here it only works with some combination of compilers (MSC, BCC, Harbour, xHarbour) and bits (32, 64), not for all the combinations.
by Enrico Maria Giordano
Sat Mar 30, 2024 9:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3857

Re: SetClipboardData to UTF-8

... == cPaste  return nil This is working correctly for me on many Unicode language texts. Once this runs ok for you, please test with many different combinations of text and provide your valuable feedback. Note: Hereafter please use the above functions
by nageswaragunupudi
Thu Jun 29, 2023 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetClipboardData to UTF-8
Replies: 14
Views: 1039

Re: Combinaciones de letras

... A alguien se le ocurre como encarar este algoritmo? Desde ya muchas gracias. Saludos, From your posting, what you are looking for are not just combinations but all permutations of ( 3 of 7 ) + ( 4 of 7 ) + ( 5 of 7 ) + ( 6 of 7 ) + ( 7 of 7 ) characters. If each character in the source string ...
by nageswaragunupudi
Thu Dec 22, 2022 8:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combinaciones de letras
Replies: 12
Views: 1003

Re: Combinaciones de letras

... de chatGPT https://chat.openai.com/chat lo siguiente: write a C program that given a word will provide all the three letters or more combinations y ha respondido esto :-) #include <stdio.h>#include <string.h>// Function to print all possible combinations of three or more ...
by Antonio Linares
Tue Dec 06, 2022 10:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combinaciones de letras
Replies: 12
Views: 1003

edit a cell of a xbrowse

... https://i.postimg.cc/bJ7NSTws/matrix.png at the beginning I create an xbrowse with three columns and one row the rows are the combinations of the matrix and I can edit any cell,insert a number and then press return problems arise when I add rows or columns the columns can be ...
by Silvio.Falconi
Thu Jun 09, 2022 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a cell of a xbrowse
Replies: 12
Views: 694

Re: System info, Tips & Tricks, scharing project info

Marc, The more a problem is that using several combinations and so calling the function several times (ex. 10 calls) It seems that the program is going to freeze. I hardly ever have been thinking of releasing objects, fonts, etc. and have no clue ...
by James Bott
Sun Jan 16, 2022 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1452

Re: System info, Tips & Tricks, scharing project info

... speed is not that important, because I simply can ask my wife to stop working on the CPU for 5 mins )))) The more a problem is that using several combinations and so calling the function several times (ex. 10 calls) It seems that the program is going to freeze. I hardly ever have been thinking ...
by Marc Venken
Sun Jan 16, 2022 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1452

Re: Spell CHecker

I have tried all combinations of clicks, right, left, single, double. It sees the word misspelled but offers no dictionary options are displayed.
by TimStone
Tue Nov 16, 2021 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Spell CHecker
Replies: 15
Views: 1990

Re: xImage - problem with < MOVE >

... infos on any position to the main-image and save as new :?: It would be perfect to make it possible to add some free text. It is easy to make any combinations. 1. select the main image from the browser -> jpg-directory 2. select and add other needed parts from the png-directory. resize, rotate, ...
by ukoenig
Sun Apr 04, 2021 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage - problem with < MOVE >
Replies: 5
Views: 966

Highlight cel in xbrowse when xbrowse is allready running

... this need to be changed in code every time for a new setting : Can this be done like this ? A xbrowse that I popup in order to let it changes the combinations Cel Colorset Condition email { CLR_BLACK, MY_LIGHTGREEN } if data->active .and. data->online .and. data->count > 5 send { CLR_BLACK, ...
by Marc Venken
Fri Feb 19, 2021 4:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Highlight cel in xbrowse when xbrowse is allready running
Replies: 1
Views: 241

Re: Enhanced Sharpness of XBROWSE Looks

... you. Is it hardcoded or Resource ? Some dialogs are designed in Resources and some are Hardcorded. Ultimately the design layout and the color combinations used in the dialog plays very important roll in its presentation. These screens are redesigned fom my 16 Bit Clipper Application. You too ...
by RAMESHBABU
Mon Oct 05, 2020 1:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhanced Sharpness of XBROWSE Looks
Replies: 7
Views: 995

Re: Possible to run 2 or 3 browser synchronously ?

tested and works to cover all possible combinations of 3 browser : oBrw1:lColChangeNotify  := .t.oBrw1:bGotFocus         := { || Sync( 1, oBrw1, oBrw2, oBrw3 ) }oBrw1:bChange           := { || If( oBrw1:lFocused, Sync( ...
by ukoenig
Fri Oct 11, 2019 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to run 2 or 3 browser synchronously ?
Replies: 10
Views: 3001

Re: Missing form in GDIPLUS ?

Uwe,
you're able to create a rect as this :

Image

I need it for the oldest Slot I made ( I 'm making one for easter)

the line above is only a sample
I have 25 combinations
type
1 aaaaa
2 bbbbb
3 ccccc
4 cbabc ->>> the line above
by Silvio.Falconi
Sat Mar 23, 2019 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing form in GDIPLUS ?
Replies: 5
Views: 871
Next

Return to advanced search