Search found 76 matches: instances

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... values from the web view, possibly used in callbacks or bindings. Notes: The code seems to manage an array aWebViews to keep track of web view instances. The usage of inline C-like functions (e.g., WebView_Create, SetWindowPos) suggests integration with lower-level system APIs or another library ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

WebView2 Essentials: Guides, Tips & Resources

WebView2 Starts Multiple Edge Instances It's normal for Microsoft's WebView2 to start multiple instances of the Microsoft Edge browser. WebView2 is built on the Edge Chromium platform and is designed to embed web technologies (HTML, CSS, ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 480

Re: App Termination and Relaunch.

... so the commands themselves won't be displayed on the console. - `taskkill /F /IM your_app.exe`: This command forcefully terminates any running instances of your application named `your_app.exe`. Replace `your_app.exe` with the actual name of your executable. - `start "" "C:\path\to\your_app.exe"`: ...
by Antonio Linares
Fri Oct 06, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 391

Re: hbmk2 problem

I made the change you suggested and have the same error. I did a search of ALL .ch files in FWH, Harbour, and my program. I looked for instances of SEEK and DBSEEK There were no re-defines in any of those It is strange that clearly, as shown by the PPO, that :seek is being redefined, but ...
by TimStone
Mon Jul 10, 2023 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 758

Re: How many time my application is run in memory

As a rule, the class name of the main window is TWindow (you can make a unique name) And using Enum() to determine the number of running instances of the task
by Natter
Sun May 15, 2022 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many time my application is run in memory (SOLVED)
Replies: 25
Views: 1152

Re: How many time my application is run in memory

... you mean that you want to allow just one single execution of your app ? Hi Antonio, This is not my purpose. My application can run more than once instances. I want to copy my app exe from server by using batch file at ConvertW32.exe.                         cRelauFle := cFilePath(GetModuleFileName( ...
by Horizon
Sat May 14, 2022 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many time my application is run in memory (SOLVED)
Replies: 25
Views: 1152

Re: How many time my application is run in memory

rhlawek wrote:And I just realized I may have misinterpreted the question. Are you asking how many instances of your application are in memory? (and not how long it's been running as I commented about.)

This can also still be done easily with powershell, though I'd need to look that up.


Yes this is.
by Horizon
Sat May 14, 2022 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many time my application is run in memory (SOLVED)
Replies: 25
Views: 1152

Re: How many time my application is run in memory

And I just realized I may have misinterpreted the question. Are you asking how many instances of your application are in memory? (and not how long it's been running as I commented about.)

This can also still be done easily with powershell, though I'd need to look that up.
by rhlawek
Fri May 13, 2022 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many time my application is run in memory (SOLVED)
Replies: 25
Views: 1152

Re: Speedtest DBF vs. LetoDB and mySQL

... Here, the DBF files are only opened "locally". I made further tests, i.e. if - I'm not quite sure how mod harbour does this - several instances are opened. To test this, I opened the opendbf-test.exe several times. Each program opens the database 2000 times in 2000 workareas. There ...
by Otto
Mon Oct 18, 2021 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1775

ActiveX - CREATEOBJECT and singleton pattern

... I received an email from the equipment supplier saying that they use a singleton pattern to manage and control instances of Bluetooth connections and suggest that I use the factory method BluetoothConnector.GetInstance (string serviceGuid) [ Mail ] Greeting, ...
by metro2
Tue Sep 28, 2021 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX - CREATEOBJECT and singleton pattern
Replies: 21
Views: 1601

Re: Strange issue: Excel

Thanks for the observation. My client reported teh problem but I was able to duplicate it on my system. Also it works in some instances and not others.

We both are using Office 365, so Excel versions are the same, but different locations.
by TimStone
Tue Jan 05, 2021 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange issue: Excel
Replies: 6
Views: 1006

Re: xBrowse anomoly

... | WS_VSCROLL | WS_TABSTOP,10,10,430,230 Again, I use this same methodology over a hundred times, and it only happens in some instances. Thanks for looking at it.
by TimStone
Tue Dec 03, 2019 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3545

New FTDN September/Septiembre 2019 (FWH 19.09)

... "More Windows" item when the list of windows childs is greater than ten ) * TRichEdt5 Class: - GPF in method Destroy when open several instances of Richedit5: Fixed * FW_Record (TDataRow) class: - Navigation methods GoTop(), GoUp(), GoDown(), GoLast(), GoNew() were available only when ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2897

Re: strategies

... failure is sad … but not surprising. SCDSS has been an unmitigated disaster Haley took office in 2011 – most notably as it relates to multiple instances in which vulnerable children were repeatedly placed in abusive homes. But the agency’s failure is much bigger and broader than that – even ...
by Rick Lipkin
Sun Feb 24, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8117

FWH 19.01: Recycling Deleted Records

... You may build these samples and test by keeping on editing, deleting and adding new records. You may also try two instances of the application to check multi-user behavior. https://imagizer.imageshack.com/img921/6594/91cs8C.gif
by nageswaragunupudi
Tue Feb 19, 2019 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 19.01: Recycling Deleted Records
Replies: 6
Views: 1423
Next

Return to advanced search