Search found 73 matches: freezes

Return to advanced search

Re: random sentences generator

... Tokenizer( sentence ) Tokenizer("The sun rises in the east.") Tokenizer("Cats are furry animals.") Tokenizer("Water freezes at zero degrees Celsius.") Tokenizer("Mars is known as the red planet.") Tokenizer("The moon orbits the Earth.") Tokenizer("Bananas ...
by Antonio Linares
Fri Dec 01, 2023 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 710

Program is frozen

Hi,

My application sometimes freezes and it can only be interrupted through the Task Manager.
I can't determine the reason for the hang-up.
Is there any way to determine the cause ? Or, through an external application, to determine that the program is frozen ?
by Natter
Sun Jun 04, 2023 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program is frozen
Replies: 14
Views: 503

Re: Fwteam - Xbrowse too slow

... it does it well, on the other hand, on the second pass it doesn't show me the last two columns when is wrote "NAZIONALE" and then it freezes test Computer HP Z220 CMT WorkStation with Windows Seven Professional 4 GB Ram https://i.postimg.cc/cJ5FBGQ0/gif.gif Another ...
by Silvio.Falconi
Thu Apr 14, 2022 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1133

Re: Fwteam - Xbrowse too slow

... if I put the bar to point the record and press the cursor keys or page up and page down, if I press ctrl and the wheel zooms but shortly after it freezes doing nothing and it does these things too if I enter or not the colors for each column, even if then maybe it is my computer that is not working ...
by Silvio.Falconi
Wed Apr 13, 2022 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwteam - Xbrowse too slow
Replies: 21
Views: 1133

add a number on Random

... it already exists in a list array and in an atemp array. I created the function OneNumb(oSay) but I saw that after about 63 numbers the procedure freezes and crashes, once I got to 82 numbers extracted and then the procedure crashed, I don't understand where the error is. I add the get memo only ...
by Silvio.Falconi
Sat Mar 26, 2022 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a number on Random
Replies: 8
Views: 451

Lost connection MySQL - Catch error

... off, but the problem lies with clients with WiFi networks, where, thanks to FiveWin for existing, when they have a micro-cut of a few seconds, it freezes for a couple of seconds and reconnect. The problem is that when it tries to reconnect and does not do so in 15 seconds, it gives me a [b] Fatal ...
by nlerdafehn
Thu May 13, 2021 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection MySQL - Catch error
Replies: 5
Views: 884

HELP HELP FOR PLANNING TO NAGES TO ANTONIO

... 357 ) Called from: Source\tplann.prg => TPLANNING:LBUTTONUP( 702 ) in practice the variable oData is not found and it crashes and freezes but oData is not a tplAn class variable the planning (Tplan of Daniel ) was created for the management of a hotel. For the beach it is not good ...
by Silvio.Falconi
Tue Aug 11, 2020 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP HELP FOR PLANNING TO NAGES TO ANTONIO
Replies: 0
Views: 288

Problem with datepick

... change the date with the mouse and click on the date with the ":" key on the keyboard you can scroll inside the datapick then everything freezes the first button does not show the popup menu and the "+" and "-" buttons do not perform the action everything is blocked ...
by Silvio.Falconi
Fri Mar 06, 2020 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick
Replies: 13
Views: 2490

Re: CenterMsgs()

If on start of the app CenterMsgs() are using, then freezes the programm after call a msgrun() with title! Please make the following correction to fwh\source\function\msgrun.prg: Please locate the following lines in the function msgrun(...) lines ...
by nageswaragunupudi
Mon Dec 23, 2019 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CenterMsgs()
Replies: 2
Views: 859

CenterMsgs()

If on start of the app CenterMsgs() are using, then freezes the programm after call a msgrun() with title!
by byte-one
Sun Dec 22, 2019 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CenterMsgs()
Replies: 2
Views: 859

Re: FWH on Linux

... leave the application open for awhile without doing anything, or open another application and then return to the FWH application, sometimes it freezes or returns a DOS error 64 message. Any ideas why this could be happening? This is not related to Linux. Can you please check Ethernet's controller ...
by Horizon
Thu Jun 27, 2019 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH on Linux
Replies: 2
Views: 545

FWH on Linux

I have a customer who runs my FWH application on a Linux server. If they leave the application open for awhile without doing anything, or open another application and then return to the FWH application, sometimes it freezes or returns a DOS error 64 message. Any ideas why this could be happening?
by dtussman
Wed Jun 26, 2019 11:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH on Linux
Replies: 2
Views: 545

aGetfiles bug

I will using aGetfiles(). Now i see, that a selection over 15 files not possible. Over 15 files is a error "Abnormal program termination" or the program freezes!
by byte-one
Thu Jan 17, 2019 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aGetfiles bug
Replies: 27
Views: 3870

Re: BUG in TToast!?

cnavarro wrote:
byte-one wrote:I am using NewToast() but no ok. If i use ttoast on start from the program in the clausula ON INIT with a bReturn the program freezes!


Not use TToast at ON INIT


I tested using TToast in clause ON INIT and run OK also
by cnavarro
Tue Oct 23, 2018 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG in TToast!?
Replies: 12
Views: 1042

Re: BUG in TToast!?

byte-one wrote:I am using NewToast() but no ok. If i use ttoast on start from the program in the clausula ON INIT with a bReturn the program freezes!


Not use TToast at ON INIT
by cnavarro
Tue Oct 23, 2018 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG in TToast!?
Replies: 12
Views: 1042
Next

Return to advanced search

cron