Search found 2908 matches: screen

Return to advanced search

Re: Brush

... codes I made as an example (the second is used here on the forum), in the first the background image is the way I need it, taking up 3/4 of the screen, but the second image is not transparent. In the second, the image occupies the entire screen and the image becomes transparent. Att., Oliveiros ...
by oliveiros junior
Fri Apr 19, 2024 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 248

Re: How to put a horizontal scroll bar at the bottom of xBrowse

... .. I am looking for a horizontal scroll bar across the bottom of my browser ( xbrowse ) since I have several columns that are out of range of the screen and I just want to be able to scroll across the bottom like we do on the Verticle scroll bar Thanks Rick Lipkin
by Rick Lipkin
Tue Mar 05, 2024 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to put a horizontal scroll bar at the bottom of xBrowse
Replies: 6
Views: 335

Re: Controls behave different in Window as in Dialog

It is code for testing :wink: The webcam screen can be bigger, but it will always go to the left top position The idea is to use a webcam/camera with USB on top of the Robotarm. In case of Dialog, I get a error : Error Twebcam, Load driver error, ...
by Marc Venken
Sat Feb 24, 2024 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 155

FWH Gradiens .. seem slower FWH 2310 - RAO

Rao As you know I use Functions to paint my screen Gradients .. for some reason the DarkGreyGrad() functions paints much slower than the LightGreyGrad) FUnction ... especially with FWH2310 ... older versions of FWH are not effected ... //--------------------Func ...
by Rick Lipkin
Sat Feb 24, 2024 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH Gradiens .. seem slower FWH 2310 - RAO
Replies: 2
Views: 177

Re: FW_SaveImage

... box to the desired size (oDld:Move()). Further, moving this dialog according to the specified algorithm, I received the device context of the screen. It used to work, now it doesn't.
by Natter
Fri Feb 16, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 452

Re: Problem with FiveWin and PDF995 on Windows 11.

... oPrn Name cReport File cFile to cPrinter oPrn:lUseHaruPDF := .t. Creates a perfectly great PDF, but during the process it pops up the preview screen and immediately takes it down. Can I eliminate the popup of the screen, it seems it would be distracting to the user. Thanks,
by byron.hopp
Tue Feb 13, 2024 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1220

Re: RC to PRG generator

... sometimes I still have issues arise. In my case, I often give the dialogs unique names, especially if I will have multiple ones on the same screen. For example, when using folders, I have a master dialog, and each folder has its own dialog. So, you may wish to include an option to assign ...
by TimStone
Mon Feb 12, 2024 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1204

Re: RC to PRG generator

... You need to integrate bootstrap. However, the layout must result from the RC file. After the conversion, it should look similar to the initial screen. I only added the code to demonstrate how it's done with bootstrap. Best regards, Otto <!DOCTYPE html><html><head>    ...
by Otto
Mon Feb 12, 2024 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1204

Re: Switching my setup program to webview2

... and then transforming it with a html/JS program - reading it out after calling from the development tools. However, the result is worse than using screen recognition. Best regards, Otto 1) Yes, I can recognize the text in the image. It shows a window of software named "XWINHOTEL - WHSetup" ...
by Otto
Sat Feb 10, 2024 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 411

Switching my setup program to webview2

... can go wrong, as the setup is not the most critical program. I am beginning to implement this approach now. Regards, Otto 1) First, I start with a screenshot of the existing program and have ChatGPT rebuild the screen in HTML. https://mybergland.com/fwforum/1alt.jpg 2) I didn't program ...
by Otto
Sat Feb 10, 2024 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 411

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... The results were exactly like on my own computer. In other words, when the theme is installed, "UTF8 GET" is constantly written on the screen.
by Horizon
Tue Feb 06, 2024 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54322

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... before, it says always "ANSI GET". I have deleted all my obj and deleted tget and control prg in my mak file. compiled again. My first screen is login page. When I start to run my application, it say "ANSI GET" first, after than when i press any character (1, A, Ğ), it changes ...
by nageswaragunupudi
Sun Feb 04, 2024 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54322

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... before, it says always "ANSI GET". I have deleted all my obj and deleted tget and control prg in my mak file. compiled again. My first screen is login page. When I start to run my application, it say "ANSI GET" first, after than when i press any character (1, A, Ğ), it changes ...
by Horizon
Sun Feb 04, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54322

Re: Mark field as required

You can do this:
@ 0,0 SAY "Test *" of oDlg//Monospaced font
@ 0, 6 GET of oDlg
oDlg:aControls[1]:SayText() //color the "*" symbol red

it works well, but it may need to be updated :SayText when moving the window off/on the screen
by Natter
Sun Feb 04, 2024 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mark field as required
Replies: 23
Views: 1779

Re: REDEFINE BUTTON with custom font

... 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 also a little bit bigger? ...
by Ruth
Sat Feb 03, 2024 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 685
Next

Return to advanced search