Search found 4679 matches: different

Return to advanced search

passing a value through a for..next loop

...              if n=3                  exit                  endif              Next the problem is n is allways 3 , so how I can make to pass the n different for each checkbox ?
by Silvio.Falconi
Thu May 09, 2024 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 4
Views: 114

Re: combobox color

... your Problem, but do you understand Ownerdraw ? it is much more complicate than using a bitmap to mark a Item in Combobox or LIstbox using different Font and Color
by Jimmy
Sun Apr 28, 2024 5:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 580

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

... -I@\..\include\windows\crtl;@\..\include\windows\sdk;@\..\include\dinkumware -O -O1 -OS -Ob -Oc -Ov -c -d -g0 -k- -v- -w -w! My bcc74 is quite different .. is it worth editing the folder name and use this Borland.cfg ?? -I"c:\borland\bcc74\include";"c:\borland\bcc74\include\dinkumware64";"c:\borland\bcc74\include\windows\crtl";"c:\borland\bcc74\include\windows\rtl";"c:\borland\bcc74\include\windows\vcl";"c:\borland\bcc74\\include\windows\sdk" ...
by Rick Lipkin
Thu Apr 25, 2024 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 250

New FTDN April 2024 (FWH 24.04)

... to provide better contrast. - From this version, new DATAs are added to enable the programmer to customize the appearance of the focus rect using different colors and penstyles. - New DATA nClrFocusRect. Programmer can use any solid color for drawing the focusrect. If the value -1 is assigned, ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 428

Re: Compiler with MSVC y HARBOUR

... work together to provide security features. 3. libcurl-x64.dll Purpose: libcurl is a free, client-side URL transfer library supporting a lot of different protocols (HTTP, HTTPS, FTP, etc.). It's commonly used in applications that need to communicate with other servers over the Internet or other ...
by Otto
Sat Apr 20, 2024 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 186

Re: colorize btnbmp with diagonal

... the lines is greater if the dialog is truepixel Is there a method to get the lines closer together? or maybe they are the same and I see them as different :D
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 337

Re: ADS with 64bit FWH Apps

Ok, I will not touch the current builds for now but will wait for different opinions.
by Enrico Maria Giordano
Tue Apr 16, 2024 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2350

Re: ADS with 64bit FWH Apps

Received, thank you. The 32bit files are identical to mine, so xHarbour 32 bit should be already ok. The 64bit files are different. Can you confirm that I have to use yours to build [x]Harbour? Do you want my files to check them there?
by Enrico Maria Giordano
Tue Apr 16, 2024 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS with 64bit FWH Apps
Replies: 24
Views: 2350

Re: colorize btnbmp with diagonal

... darling, but I wanted it automatically, I didn't want to insert the width and height of each button, if in a window I have 80 buttons all with different sizes, how many lines of source do you think I should write? ciertamente cariño, pero lo quería automáticamente, no quería insertar el ancho ...
by Silvio.Falconi
Mon Apr 15, 2024 11:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 337

Re: harbour/xharbour appear ADS functions error

With the new builds you haven't to generate the libs yourself as they are all provided in the builds. This prevent confusion between different libs versions.
by Enrico Maria Giordano
Mon Apr 08, 2024 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8581

Re: Question about wfReadUrl()

Enrico, Thank you so much for trying to help me. My website has 3 different url's, all showing the same website. Because some antivirus software is blocking some of my url's, I want to check which url is working fine. Usuaslly my url's are working ok with ...
by driessen
Fri Apr 05, 2024 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2836

Re: Problema super raro

Ok. This can be done in different ways. Let us now try the 1st method. FWH provides a cloud server for our testing. Let us use this server for our tests. Creating temporary table with data from the permanent table: oCn:Execute( "SELECT ...
by nageswaragunupudi
Sun Mar 24, 2024 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 2192

Re: WebView resize

... equivalent for a splitter, you can create a resizable split view using JavaScript and CSS. This would allow users to adjust the space allocated to different sections of the UI, similar to the SPLITTER in FiveWin. TEXplorerBar or Accordions: In a web context within WebView2, you can use Bootstrap's ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2131

Re: Fulltext-Search

Hello freinds, To search in different file types such as *.prg, *.html, and *.docx, you can combine multiple Get-ChildItem commands, each with a different filter, and merge the results with the pipeline operator (|). Best regards, Otto ...
by Otto
Mon Mar 18, 2024 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1285

Different sizes of dialog

...     WS_MINIMIZEBOX)   ICON oIcon Is there a fivewin method (no display 3.0) to recreate the dialogs at the same size if I use different monitors and computers?
by Silvio.Falconi
Wed Mar 13, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different sizes of dialog
Replies: 0
Views: 138
Next

Return to advanced search

cron