Search found 742 matches: adjust

Return to advanced search

Re: Filter on Xbrowse

Here you see A Xbrowse with bitmaps. Adjust the aBmp with your data. (a sample from Mr. Rao that I changed) #include "fivewin.ch"function Main()   static aBmp := { "c:\marc32\bitmaps\16x16\yes.bmp","c:\marc32\bitmaps\16x16\stop.bmp","c:\marc32\bitmaps\32x32\copy.bmp","c:\marc32\bitmaps\32x32\view.bmp" ...
by Marc Venken
Sat May 04, 2024 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 700

xbrowse (likely a custom table) whose contents change dynam

... listeners to the checkboxes. Manipulate the DOM: Based on which checkboxes are checked, modify the xbrowse's size and visibility of radio menus. Adjust xbrowse Layout: Modify the layout or size of the xbrowse according to which radio menus are visible. Dynamic Filter Interaction and Data Submission ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 60

Re: Silvo .. changes to your xMate environment

... invented his own fwxxxx function and the large file with all the words in the program, the problem is that it you always have to update and adjust while with i18n the end user can do it if they want.
by Silvio.Falconi
Tue Apr 30, 2024 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 334

Re: Brush

... CLR_WHITE, CLR_WHITE }, ; { 0.3, CLR_BLACK, CLR_BLACK }, .F. } ) @ 0, 0 BITMAP oImagem FILENAME cImagem ; SIZE 400, 600 OF ; oDlg PIXEL NO BORDER ADJUST ACTIVATE WINDOW oDlg CENTERED ; ON INIT SobreporImagem( oDlg ) Return NIL *------------------------------------------------------------------------------* ...
by oliveiros junior
Fri Apr 19, 2024 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 495

Re: WebView resize

... While there's no direct HTML 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 ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2130

XBROWSE with "fullwidth" autocols

Dear friends, I am working with XBROWSE and I wonder - is it possible to make the cols adjust to the available width. This is my code...I use AUTOCOLS. So please also allow me a second question. Is there a way to know how many cols are present in the specific XBROWSE? ...
by Ruth
Thu Feb 29, 2024 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE with "fullwidth" autocols
Replies: 2
Views: 153

Re: link error

I understand that we have different compilers, each user with their choice, this is excellent, but to compile a simple example, I need to adjust directories, because each version of BCC comes with different subdirectories for includes and libs, xharbour and harbour have their already known ...
by NWKL
Wed Feb 14, 2024 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 601

Re: REDEFINE BUTTON with custom font

Dear Mr. Gomez, thank you very much -> this is wonderful. I was able to implement it and adjust the font-sizes. https://mybergland.com/ruth/screen.jpg but now I still struggle with the box itself. Maybe it is possible to have the square form of the checkbox ...
by Ruth
Sat Feb 03, 2024 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 696

Re: DateTime calculation

... replace myDate with your actual date variable. The resulting unixTimestampMilliseconds will be in the format you can use in your URL. Make sure to adjust the code based on your actual Harbour date handling methods, as it may vary depending on the context of your project.
by Antonio Linares
Sat Jan 27, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 706

Re: nYoffset and nXoffset

... Now, when you print something, it will start from the offset position These methods use nXoffset and nYoffset to convert units of measurement and adjust the print position on the page. Thanks i saw when i use oprn:box and the coordinates are 0,0,2,20 It build a box more big of the Page On default ...
by Silvio.Falconi
Mon Jan 15, 2024 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 838

Re: nYoffset and nXoffset

... Now, when you print something, it will start from the offset position These methods use nXoffset and nYoffset to convert units of measurement and adjust the print position on the page.
by Otto
Sun Jan 14, 2024 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 838

Re: Conectarse con mariaDB

... // Process the result set while ((row = mysql_fetch_row(res)) != NULL) { printf("%s\t%s\n", row[0], row[1]); // Adjust column indices as needed } // Free the result set mysql_free_result(res); // Close the MySQL connection mysql_close(conn); return EXIT_SUCCESS; ...
by Antonio Linares
Mon Jan 01, 2024 2:55 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Conectarse con mariaDB
Replies: 4
Views: 10775

Back after 10 years due to illness [ Javier Lloris ]

... como hobby llevaran como logotipo el pingüino con la cascara en la cabeza. Se quedo por ajustar algunas cosas en los formularios. I was left to adjust some things in the forms. I forgot about pMedia 1.5 32bits, a program that combines how to play videos with WMP and how to play CDA using MCI, ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 393

Re: Transparent area becomes black when use BUTTON...ADJUST

... GDIP RIGHT SIZE 110,66  DEFINE BUTTON oBtnWhatsnew RESOURCE "WHATSNEWG","","","WHATSNEW"   OF oBar ;      ADJUST FLAT//  oBar:GoRight()  ACTIVATE WINDOW oWnd CENTERED //MAXIMIZEDreturn
by nageswaragunupudi
Wed Dec 06, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 878
Next

Return to advanced search