Search found 255 matches: context

Return to advanced search

Re: WebView resize

... 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 Accordion component or a similar JavaScript/CSS implementation to create collapsible sections that ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2069

Re: FW_SaveImage

... expanded the dialog 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: 429

Re: Class TOpenAI_ChatGPT by Charles Kwon

... Regards, Charles KWON Dear friends, how wonderful :-) one question please ... could someone suggest to me a safe way of storing cKey in this context? on openai they suggest an environment variable...is this a good approach? or is it even necessary to bother? thank you for your expertice and ...
by CharlesKwon
Thu Feb 01, 2024 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 472

Re: Class TOpenAI_ChatGPT by Charles Kwon

Dear friends,

how wonderful :-)
one question please ... could someone suggest to me a safe way of storing cKey in this context?
on openai they suggest an environment variable...is this a good approach? or is it even necessary to bother?

thank you for your expertice and kind regards
ruth
by Ruth
Wed Jan 31, 2024 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TOpenAI_ChatGPT by Charles Kwon
Replies: 3
Views: 472

Re: DateTime calculation

... 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: 680

Re: erase files

In the context of Clipper and Harbour programming, the DOS error code 5, as returned by the FERROR() function, indicates "Access denied"​​. This error typically occurs when a program attempts to access a file or directory ...
by Silvio.Falconi
Thu Jan 25, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1510

Re: erase files

In the context of Clipper and Harbour programming, the DOS error code 5, as returned by the FERROR() function, indicates "Access denied"​​. This error typically occurs when a program attempts to access a file or directory ...
by Otto
Thu Jan 25, 2024 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1510

Re: How does mod harbour work

... fine... but would prefer something like this in some situations... <?prg? "test3"?> do I need to escape the "?" in this context, because the code-example doesnt seem to work. what is working <?prgreturn "test4"?> but not multiline <?prgreturn "test4"return ...
by Antonio Linares
Mon Jan 15, 2024 12:33 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1177

Re: How does mod harbour work

... fine... but would prefer something like this in some situations... <?prg? "test3"?> do I need to escape the "?" in this context, because the code-example doesnt seem to work. what is working <?prgreturn "test4"?> but not multiline <?prgreturn "test4"return ...
by Ruth
Mon Jan 15, 2024 9:19 am
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 1177

Re: WebView2 Essentials: Guides, Tips & Resources

... web view. Run(): Runs the web view. Destroy(): Destroys the web view and cleans up resources. Eval(cScript): Evaluates a JavaScript script in the context of the web view. Init(cScript): Initializes the web view with a JavaScript script. GetWindow(): Retrieves the window handle of the web view. ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 478

Re: Inserting a string with CRLF into a single-line TGet.

... each Get. If you like, you can override the method till next version. t 2. Will this function work when entering data from the clipboard via the context menu ? For this, we need to modify/override the method HandleEvent. Can use :bChange and check which way to make these changes ? No use at all. ...
by nageswaragunupudi
Tue Dec 12, 2023 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 889

Re: Inserting a string with CRLF into a single-line TGet.

... } for each control if the method can be modified :KeyDown via Override ? 2. Will this function work when entering data from the clipboard via the context menu ? Can use :bChange and check which way to make these changes ?
by Natter
Tue Dec 12, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 889

Re: Inserting a string with CRLF into a single-line TGet.

... it. 2. This works if the user pastes by pressing Ctrl-V. Does not work if the user pastes by selecting "Paste" menu option in the popup context menu. This needs modification of HandleEvent method of TGet class. Hope this works for now.
by nageswaragunupudi
Mon Dec 11, 2023 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 889

Re: Inserting a string with CRLF into a single-line TGet.

... one line code. The user copies some text from some other window or application or a webpage by pressing Ctrl-C or by selecting Copy from the context And as a programmer you do not know what text the user will copy. And when the user wants to paste in the Get, he presses Ctrl-V or selects ...
by nageswaragunupudi
Mon Dec 11, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 889

Re: Calculate total pages

... - `CursorWait()`: Possibly changes the cursor to a waiting state, indicating processing. - `DeleteDC(oDevice:hDC)`: Deletes the current Device Context (DC) of the device. - `oDevice := NIL`: Clears the device object. - `oDevice := PrintBegin(...)`: Initializes a new print job with various parameters ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5848
Next

Return to advanced search