Search found 755 matches: easier

Return to advanced search

Re: Problem with alignment in SAY command

... so you can see what all is possible. Just for the solution, you can also directly click on it in the resource editor, which I think is even easier when someone uses resources. https://mybergland.com/fwforum/right.jpg Joao, I often still think about the joint work on the appointment ...
by Otto
Fri Mar 01, 2024 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 840

Re: COMBOBOX

... to always see the latest implementation of a command line. I use resources exclusively because the alignment on a complex dialog is much easier. I use the following resource to see the latest implementation of RC commands ( syntax ): https://learn.microsoft.com/en-us/windows/win32/menurc/introduction-to-resources ...
by TimStone
Tue Feb 27, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 302

Re: Problem with FiveWin and PDF995 on Windows 11.

It is not only easier but also desirable to depend on FWH for generation of PDFs Very easy: If you are using TPRINTER PRINT oPrn FILE "test.pdf" This will create "test.pdf" instead of showing preview or print ...
by nageswaragunupudi
Tue Feb 13, 2024 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: Easier WebView use

Muy interesante, estamos atentos ...
by Enrrique Vertiz
Sat Feb 10, 2024 1:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Easier WebView use
Replies: 3
Views: 453

Re: Easier WebView use

I hope webview can be improved quickly... it's looking very promissue ;)
by vilian
Fri Feb 09, 2024 1:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Easier WebView use
Replies: 3
Views: 453

Re: Easier WebView use

Very good, congratulations on the progress.
by sygecom
Tue Feb 06, 2024 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Easier WebView use
Replies: 3
Views: 453

Easier WebView use

We are working to simplify the WebView use, so it can be used the FWH way :-) #include "FiveWin.ch"function Main()   local oWnd, oWebView, oContent, oLink1, oLink2   DEFINE WINDOW oWnd SIZE 2000, 1200   @ 0, 0 WEBVIEW oWebView OF oWnd HTML "file://" + hb_DirBase()...
by Antonio Linares
Tue Feb 06, 2024 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Easier WebView use
Replies: 3
Views: 453

Re: link between PRG and RC

... to find FiveWin developers organizing their work in different ways. As a general rule, the better you organize and structure your project, the easier it will be to mantain it. This can be easily achieved using child folders from a parent folder. This is a good structure to use: Folder MyApp ...
by Antonio Linares
Mon Jan 29, 2024 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1704

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... we could exchange our experiences here. There are so many little pitfalls, and it can be tedious to tackle them all on your own. It would be much easier together. I can't help but think of how often I stumble upon casesensitivity issues in JavaScript. Wishing you a lovely Sunday. Best regards, ...
by Otto
Sat Jan 27, 2024 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Re: add a line in the print report

... badly, those who are ready to trample on others for their own interests and those who do not care about other people's feelings. an advice It is easier to convey a new idea than to eliminate a deep-rooted belief. If you directly attack the deep-rooted idea, you paradoxically end up strengthening ...
by Silvio.Falconi
Tue Dec 12, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 545

Re: random sentences generator

Dear Otto, In this example you can visually review how we organize the tokens, so its easier to understand how it works :-) llml.prg #include "FiveWin.ch"static hTokens := {=>}function Main()   local n   Tokenizer( ...
by Antonio Linares
Fri Dec 01, 2023 5:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 713

Re: check on get

... during this time. The last full moon in 2023 was on November 26th. Unfortunately, I discovered this connection too late in life. Many things are easier in dealing with people when you are aware of this. Don't take posts too seriously during this time and don't get drawn into arguments. Thank ...
by Otto
Wed Nov 29, 2023 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3939

Re: Help splitting up a character address string

... the only user of harbourino but I am already getting some good hits. This approach, facilitated by Harbourino, makes your code more organized and easier to maintain. Each function or module can be kept in separate files, making the codebase cleaner and more modular. #include "fivewin.ch"function ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Re: Advantage Database Server

... may be a limitation of its design or the underlying system architecture. You noted that using object-oriented programming (OOP) syntax may make it easier to migrate to a different backend or database engine.
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3652

Re: SetDlgGradient

...       ;      WS_CAPTION, WS_SYSMENU, WS_MINIMIZEBOX )  Above is how I code the gradients and use them as function wrappers to make the coding easier .. Rick Lipkin
by Rick Lipkin
Fri Sep 29, 2023 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetDlgGradient
Replies: 10
Views: 802
Next

Return to advanced search