Search found 132 matches: loads

Return to advanced search

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

I use a professional .EXE shrinker ... that makes a big difference in execution time .. the smaller the .EXE, the quicker the program loads not only on a single machine but especially on a network where the .exe is on a common folder. The Shrinker is called Aspack .. and an additional benefit ...
by Enrico Maria Giordano
Sat May 11, 2024 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 14
Views: 587

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

I use a professional .EXE shrinker ... that makes a big difference in execution time .. the smaller the .EXE, the quicker the program loads not only on a single machine but especially on a network where the .exe is on a common folder. The Shrinker is called Aspack .. and an additional benefit ...
by quim
Sat May 11, 2024 1:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 14
Views: 587

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

I use a professional .EXE shrinker ... that makes a big difference in execution time .. the smaller the .EXE, the quicker the program loads not only on a single machine but especially on a network where the .exe is on a common folder. The Shrinker is called Aspack .. and an additional benefit ...
by Rick Lipkin
Sat May 11, 2024 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 14
Views: 587

Re: Slow EXE Launch.

... an .EXE shrinker called Aspack .. typically the size of the .exe is at least 30-50 percent smaller .. the smaller the .exe the quicker the program loads .. another benefit of the "shrinker" is that the .exe can not be read with a hex editor that may reveal some of your code ... Here is ...
by Rick Lipkin
Tue May 07, 2024 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 360

BackUp [cCondition]

... 2 of them have more than 400,000 records, when I use MariaDb BackUp, it cannot do the job, sometimes the connection is cut and other times it only loads about 100,000 records, is it possible that the BackUp has a clause (WHEN) to condition the process?, as well as: BackUp( [source], [dest], [bProgress], ...
by Willi Quintana
Mon Mar 04, 2024 5:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BackUp [cCondition]
Replies: 1
Views: 184

BackUp [bCondition]

... 2 of them have more than 400,000 records, when I use MariaDb BackUp, it cannot do the job, sometimes the connection is cut and other times it only loads about 100,000 records, is it possible that the BackUp has a clause (WHEN) to condition the process?, as well as: BackUp( [source], [dest], [bProgress], ...
by Willi Quintana
Mon Mar 04, 2024 5:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BackUp [bCondition]
Replies: 1
Views: 86

Re: Saving OuterHTML using Await Implementation with TWebView

... isn't completely loaded in six attempts (or iterations), it will exit the loop and show an error "Timeout! Try again". - If the document loads successfully, it displays the entire HTML of the page using the function `AWait_GetOuterHTML`. 4. **TAWaitWeb Class**: - This class is the heart ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1830

Re: Saving OuterHTML using Await Implementation with TWebView

... isn't completely loaded in six attempts (or iterations), it will exit the loop and show an error "Timeout! Try again". - If the document loads successfully, it displays the entire HTML of the page using the function `AWait_GetOuterHTML`. 4. **TAWaitWeb Class**: - This class is the heart ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1830

simple image viewer - sample

... currently displayed image. - "Copy": This button copies the currently displayed image to the clipboard. - "Paste": This button loads an image from the clipboard and refreshes the image display. - "Save": This button saves the currently displayed image as "SAVED.JPG" ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 325

Understanding how autoGPT works...

... "command name", "args":{ "arg name": "value" } } } Ensure the response can be parsed by Python json.loads user_input: Determine which next command to use, and respond using the format specified above: full_message_history: [] Now if you use the above ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 555

save xbrowse column to Html

... cannot change the colors, the background, the fonts and many other things and then it may not work because the function written by the fwh team loads a particular css (bootstrap) that loads from a website some variables (css) and in case of no connection the html file is not visible in its entirety ...
by Silvio.Falconi
Sat Oct 15, 2022 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save xbrowse column to Html
Replies: 1
Views: 179

Re: Experiment: MapControl

... many websites that have the ability to see the google map by searching for an address. Then here we are talking about the Map Control Class which loads the maps from https://www.openstreetmap.org/about " OpenStreetMap is open data: you are free to use it for any purpose as long as you attribute ...
by Silvio.Falconi
Wed Feb 23, 2022 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Experiment: MapControl
Replies: 23
Views: 6786

a new idea to create a dialog

... Browse and call the insertion and modification procedures I would like to adopt another technique but I don't know how I can do it. When the user loads the management of an archive the procedure must already display the dialog with all the controls as seen in the figure https://i.postimg.cc/5tXFHF9b/dd.png ...
by Silvio.Falconi
Mon Feb 14, 2022 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a new idea to create a dialog
Replies: 0
Views: 218

Re: ID of the current process

... doesn't work for me. I'm trying to solve this problem: Many years ago, in my applications, I made a re-launch check. That is, the application loads normally for the first time, and when trying to re-load, it is simply brought to the fore. Now there is a need to launch the application via RDP. ...
by Natter
Tue Dec 21, 2021 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the current process
Replies: 8
Views: 878

Re: DBU

... file in the same place where other application .dlls reside ( as does the .exe ) and I get the same error. So then I tried registering it, and it loads it but says it can't find the entry point ( Windows response ). Also there is a libmariadb64.dll but that doesn't help. Does anyone have this ...
by TimStone
Sun Nov 14, 2021 8:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBU
Replies: 21
Views: 2354
Next

Return to advanced search