Search found 44 matches: behaviors

Return to advanced search

Re: Compiling with new harbour_bcc770_32_20240309

Silvio, When we started using bcc 7.70 we also noticed those strange behaviors with uuid.lib sometimes Not sure why it happens, but it happens sometimes. FWH 24.02 buildh.bat is working fine using it. Please review FWH 24.02 samples\buildh.bat to see how we ...
by Silvio.Falconi
Wed Mar 20, 2024 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3321

Re: Compiling with new harbour_bcc770_32_20240309

Silvio,

When we started using bcc 7.70 we also noticed those strange behaviors with uuid.lib sometimes

Not sure why it happens, but it happens sometimes. FWH 24.02 buildh.bat is working fine using it.
Please review FWH 24.02 samples\buildh.bat to see how we use it.
by Antonio Linares
Wed Mar 20, 2024 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3321

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Otto wrote:Dear Mr. Rao,
I know it's a bit late now. But wouldn't it be better to use the Edit Controls from the Win32 API instead of the TGet?

Best regards,
Otto


Dear Otto,

Class TGet uses a standard Edit control but (Windows) subclassed to have support for Harbour GET's pictures, behaviors, etc
by Antonio Linares
Tue Feb 20, 2024 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54078

file ID in the Windows file system

... to another folder?** When you interact with a file by renaming it or copying it, the underlying file system handles these actions with specific behaviors related to the file's unique identifier (File ID) and other metadata: 1. **Renaming a File to the ID:** - **Effect on File ID**: If you rename ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 616

Re: Build version of fivewin libraries on MSVC

> We are using 17.2.4. Maybe it is something fixed in 17.2.6 Yes, after this update these behaviors started. It's not a fixed situation, it's random. And only on Windows 7. When I call a function in activex sometimes it takes a while to execute. A strange detail. I'm ...
by Giovany Vecchi
Wed Jul 27, 2022 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build version of fivewin libraries on MSVC
Replies: 3
Views: 530

Build version of fivewin libraries on MSVC

... running on windows 7. I took all the prgs and .c files from fivewin source and generated the libs with MSVC version 17.2.6 and noticed that these behaviors did not occur again. I don't really know what it is. I think there should be a compilation of the FW libraries as per the visual studio version. ...
by Giovany Vecchi
Wed Jul 27, 2022 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build version of fivewin libraries on MSVC
Replies: 3
Views: 530

Re: Marc : Conversion process and questions about it

Think about the app as an entire object. The app has its own datas and methods (behaviors) of its class.

CLASS TApp

DATA aPublics INIT {}

METHOD New( ... )
....

ENDCLASS

The entire app is just an object
by Antonio Linares
Wed Jan 06, 2021 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3474

printing constants

Hello, I am working on a routine where the user can design his own prints. While testing some things I saw the next strange behaviors: When I set the oPrn:setPaperName("A4") and ask the GetPrintableWidth() and GetPrintableHeight() I get values like 576 and 813. When I set the ...
by plantenkennis
Sun Feb 23, 2020 3:28 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing constants
Replies: 3
Views: 4191

xBrowse anomoly

... ORDDAT is a Date field. I have handled the problem ( but not fixed the flaw that causes it ) but wonder if anyone else has seen similar behaviors. Also, it does not occur with every instance of Xbrowse ... A SECOND PROBLEM I am seeing, which was corrected previously, occurs with clicking ...
by TimStone
Tue Dec 03, 2019 1:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3542

Re: Hunt down my functions in a project

... application, real-world objects might be player, coach, equipment, field, team, league, game, invoice, etc. Then write down the atributes and behaviors of each. You will need this to help you build your classes later. James
by James Bott
Sat Dec 29, 2018 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hunt down my functions in a project
Replies: 6
Views: 1336

Re: Ribbon Bar Sample ?

... stamps before saving an invoice, etc. They don't have issues now because of the structures I've built in. However I have carefully monitored the behaviors and on the few times I've allowed MDI, the users were not careful enough to use it wisely. So moving forward with them has to be very cautious.
by TimStone
Fri Oct 26, 2018 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Bar Sample ?
Replies: 13
Views: 2667

Re: Application security and Code review

Rick, Over the years I've seen, and learned, a lot about behaviors of "managers". I am amazed at how little research owners of companies will invest into these decisions. I've seen some get severely harmed when falling for sales pitches. A ...
by TimStone
Sun Oct 15, 2017 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application security and Code review
Replies: 15
Views: 4600

Re: Problema ao Abrir um SITE pelo FIVEWIN(Solucionado)

Karinha, #include "FiveWin.ch" #define HKEY_LOCAL_MACHINE 2147483650 function Main() local oWnd, oWndChild, oActiveX local cEvents := "" INTER_APP_WEB_CONFIG("jsp.exe",11000) DEFINE WINDOW oWnd TITLE "Support" MDI DEFINE WINDOW oWndChild MDICHILD OF oWnd oActi...
by MGA
Tue Jan 24, 2017 7:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema ao Abrir um SITE pelo FIVEWIN(Solucionado)
Replies: 17
Views: 4689

Re: FWH 16.12 : Display Seek values in Header Search Bar

PLEASE take the information you just shared and put it in the WIKI ! Now, to find out about behaviors in xbrowse, we must look at the WIKI ( very outdated ), then at the new features log, and then do a search through all of the xbrowse posts. If it was placed in the WIKI ...
by TimStone
Thu Dec 29, 2016 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9024

Re: Prevent user pasting CR LF

... since sometimes we want control characters and formatting, such as in multi-line text fields. It could be complicated in apps where you want both behaviors. James
by James Bott
Sat Oct 10, 2015 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prevent user pasting CR LF
Replies: 10
Views: 2218
Next

Return to advanced search