Search found 36 matches: focusing

Return to advanced search

Interesting discussion with ChtGPT

... Learning: As AI tools become more accessible and simplify code creation, it could also change how programming is taught and learned. Instead of focusing on complex syntax or frameworks, curriculums might place more emphasis on concepts, logic, and problem-solving. Tools and Environments: Regardless ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Re: Seeking your thoughts

... than transparent. Since the program would not have used that one, I have asked him to go back and send the file actually used. At this point I'm focusing on the graphic file. I do appreciate the thoughts, but the focus here needed to be on printer controls in Windows, and not FWH code. We can ...
by TimStone
Mon Jun 12, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seeking your thoughts
Replies: 10
Views: 653

Re: SMS Text messaging

... see if a reply exists, or if they have the ability to supply a URL for the webhooks, and I can just query that. NO REPLIES SO FAR. Right now I'm focusing on two different options, Twilio and Plivio. Both are competitors, and have a large user base, so hopefully they will be in business for awhile. ...
by TimStone
Fri Nov 04, 2022 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SMS Text messaging
Replies: 12
Views: 1709

WebUI Control

... "real Live" :?: i have read that they made Performance Problem last Year. https://www.neowin.net/news/microsoft-promises-its-focusing-on-improving-windows-11-performance-come-2022/ https://www.windowslatest.com/2021/11/19/microsoft-windows-11-winui-performance-focus/ ...
by Jimmy
Wed Aug 10, 2022 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebUI Control
Replies: 1
Views: 291

Re: BOA for harbour ?

Dear Tim,

Yes, it is on development, the web server is working nicely and now we are focusing on providing the Harbour users a very easy way to use it.

There is no restrictions on the app size where you may want to use it.
by Antonio Linares
Sat Apr 30, 2022 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOA for harbour ?
Replies: 9
Views: 635

Re: Advantage Database Server

... that may not be supported at all in the future. Many additions have been made to the tDatabase class, and some of that addresses SQL. I am focusing on that and have already used some of the functionality to automatically build the SQL file, and import my data from .DBF. I am hopeful that ...
by TimStone
Thu Jan 13, 2022 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3668

Re: Windows 11 Fluent Design

James, what do you think focusing on the web browser control based on Microsoft Edge for the UI?
Best regards,
Otto


viewtopic.php?f=3&t=40538&p=242212&hilit=edge&sid=3ffef2ff76324d295d2840d1b22b047c#p242212
by Otto
Tue Jul 13, 2021 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9402

Re: Update a RICHEDIT position without focusing

Saves the position when the focus is lost ( bLostFocus ), and restores the position when acquiring the focus ( bGotFocus )
by cnavarro
Tue May 29, 2018 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a RICHEDIT position without focusing
Replies: 5
Views: 877

Re: Update a RICHEDIT position without focusing

   @ 108,004 GET oTextType VAR cText OF oDlg SIZE 174,78 PIXEL MULTILINE   oTextType:bGotFocus = { | o | o:SetSel( 0, 0 ), o:GoBottom() }  Thanks ! It Works. But it introduces some overhead, it's like going around the block to get to the wall neighbor... And if the operato...
by concentra
Tue May 29, 2018 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a RICHEDIT position without focusing
Replies: 5
Views: 877

Re: Update a RICHEDIT position without focusing

Ah, OK, now I understand

Code: Select all  Expand view

   @ 108,004 GET oTextType VAR cText OF oDlg SIZE 174,78 PIXEL MULTILINE
   oTextType:bGotFocus = { | o | o:SetSel( 0, 0 ), o:GoBottom() }
 
by cnavarro
Mon May 28, 2018 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a RICHEDIT position without focusing
Replies: 5
Views: 877

Re: Update a RICHEDIT position without focusing

cnavarro wrote:Ok, try with

Code: Select all  Expand view

oRTF:GoToLine( oRTF:GetLineCount() )
 


end tell me

Hi.

I got exactly the same result: without focusing the RICHEDIT doesn't scroll and with focus it scrolls but the TMulitGet deletes what was typed...
by concentra
Mon May 28, 2018 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a RICHEDIT position without focusing
Replies: 5
Views: 877

Re: Update a RICHEDIT position without focusing

Ok, try with

Code: Select all  Expand view

oRTF:GoToLine( oRTF:GetLineCount() )
 


end tell me
by cnavarro
Mon May 28, 2018 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a RICHEDIT position without focusing
Replies: 5
Views: 877

Update a RICHEDIT position without focusing

Hi. This is a chat like application. The top control, a RICHEDIT, is the chat "history" and the bottom one, a TMultiGet, is the operator typing control. If the other party types something before the operator finishes what he is typing, what the other party typed must be presented to the op...
by concentra
Mon May 28, 2018 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a RICHEDIT position without focusing
Replies: 5
Views: 877

Re: GDPR - General Data Protection Regulation

... sizes. From being an area where companies could prepare well and prevent issues, the sheer complexity of IT today means that many companies are focusing on when they get hacked, not if. It seems to me that we have to encrypt personal data when storing on disk. How can this be done best in DBF. ...
by Otto
Sun Jul 09, 2017 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDPR - General Data Protection Regulation
Replies: 19
Views: 3751

Re: Proposal .. 'just not xBase any more'

... doesn't matter if you use Visual Studio, or any other tool. They simply do not know the job for which the solution is built. They see no need in focusing on the needs. They only create. I actually engaged Satya Nadella on this very topic ( yes directly ) a couple of years ago. Nothing changed, ...
by TimStone
Tue Mar 07, 2017 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5713
Next

Return to advanced search