Search found 830 matches: common

Return to advanced search

Re: Concept of REDEFINE for Dummy

... (dialog design in .RC) is the adaptation of these designs to screens of different resolutions. i agree that these "old" Windows "Common Control" are made for Screen like VGA but much to small for FULL-HD but i never know that i can REDEFINE Controls of those "Common ...
by Jimmy
Sun Apr 02, 2023 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 958

Re: Concept of REDEFINE for Dummy

... Dialog which e.g. Notepad.EXE have based on c:\fwh\source\classes\dlgfind.prg i found out that i can REDEFINE "Windows standard Common Dialog" it have to do with (undocumented) Function RegDialog() as i want to use "Dark-Mode" those "Common Control" are ...
by Jimmy
Sun Apr 02, 2023 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 958

Re: how to get "Userdef" EVENT for ACTION

hi Antonio, Is the event sent to hwndOwner ? i´m not sure ... it is like other "Common Dialog" it have to do with FINDREPLACE A/W structure https://learn.microsoft.com/en-us/windows/win32/api/commdlg/ns-commdlg-findreplacea there is HB_FUNC( ...
by Jimmy
Tue Mar 28, 2023 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get "Userdef" EVENT for ACTION
Replies: 5
Views: 427

Re: Windows 11 Home Single Language

... poor design talent ), and then try and force everyone to come along. I know this doesn't help you solve your problem, but it may well be with that common factor - the Win 11 update. Hopefully you can isoloate what components are failing, and we can help you dig deeper into the cause.
by TimStone
Thu Mar 16, 2023 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Home Single Language
Replies: 8
Views: 956

Windows 11 Home Single Language

... of my modules have stopped running on clients' machine. The module ran fine on all of PCs at my office. No clue so far what is the cause. The only common thing they share seem to be updating to the latest windows update (22H2) Anyone else facing such issue because this really got me stumped TIA
by hua
Thu Mar 16, 2023 4:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Home Single Language
Replies: 8
Views: 956

Re: Fighting Xbrowse and lozing !!!

Hi Marc, You are right. Mr. Rao is the one who could perhaps introduce some xBrowse templates about the most common cases of our daily work? :wink: I'd be glad for this because I'm often unsure about the xBrowse internals concerning refreshing and updating the display of data ...
by Detlef
Thu Dec 22, 2022 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 2085

Re: Read API data one by one or in block

... In terms of how to process the data from API readings, it really depends on the structure of the data and what you want to do with it. Some common approaches include: Parsing the data into a structured format, such as a list or a dictionary, to make it easier to access specific pieces of ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 271

Conversión varchar en datetime produjo valor fuera intervalo

... % User resources: 90 % Windows total applications running: 6 1 , 2 , C:\WINDOWS\System32\SHELL32.dll 3 , C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.22621.608_none_f0f1837 4 Conmutación de tareas, C:\SIS\DesaFW\FactNew\FactNew.exe 5 DDE Server Window, C:\WINDOWS\System32\OLE32.DLL ...
by gdeteran
Tue Dec 13, 2022 4:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conversión varchar en datetime produjo valor fuera intervalo
Replies: 2
Views: 375

Re: DLLCALL under Fivewin

... C:\WINDOWS\SYSTEM32\WINSPOOL.DRV 760F0000 000E3000 C:\WINDOWS\System32\OLE32.DLL 67FE0000 00210000 C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1110_none_a8625c1886757984\COMCTL32.DLL 76470000 00096000 C:\WINDOWS\System32\OLEAUT32.DLL 5FC90000 00006000 ...
by Jimmy
Fri Dec 02, 2022 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 3495

Uncaught ReferenceError - just to remember

Uncaught ReferenceError: $ is not defined? - Stack Overflowhttps://stackoverflow.com › questions › uncaught-refere...
15 Jan 2010 · 40 answers
The most common reason behind the error "Uncaught ReferenceError: $ is not defined" is executing the jQuery code before the jQuery library ...
by Otto
Wed Nov 23, 2022 10:28 am
 
Forum: mod_harbour
Topic: Uncaught ReferenceError - just to remember
Replies: 0
Views: 261

Re: TDatabase broken backward compatibility

We do not like any user to face any inconvenience by upgrading FWH. 1st point: This was a deliberate change we made to avoid some common problems. We can explain but at some other time. For now, we will make some changes in the database.prg to continue the old behavior I will post the changes ...
by nageswaragunupudi
Thu Nov 03, 2022 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase broken backward compatibility
Replies: 2
Views: 307

Re: Get real date from the Internet

Dear Hakan, If we include the source code of function Now() inside FWH, then when building a PRG that uses such function we get this: LINK : warning LNK4217: symbol '___acrt_iob_func' defined in 'libucrt.lib(_file.obj)' is imported by 'FiveHC32.lib(NOW.obj)' in function '_HB_FUN_NOW' LINK : warning ...
by Antonio Linares
Wed Nov 02, 2022 5:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 5522

vocabulary book for Harbour / Javascript

Hello friends, The vocabulary booklet function within HarbourWriter should show for the most common problems for Harbour/Clipper usere how to do this with HTML and javascript. Also simple things like STRTRAN, STR, INT, etc. and e.g., calling functions with parameters, ...
by Otto
Wed Oct 19, 2022 7:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: vocabulary book for Harbour / Javascript
Replies: 2
Views: 264

Re: Multiple RTF controls each with its own bar

... like to achieve with regards to the RTF control: 1. To have each oRtf have its own buttonbar 2. Each oRtf supports all the basic shortcut keys common in Windows when doing editing such as Ctrl+B for Bold, Ctrl-I for Italic, Ctrl-C for Copy, Ctrl-V for Paste, etc. Below is the requested source. ...
by hua
Tue Oct 18, 2022 9:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple RTF controls each with its own bar
Replies: 5
Views: 569

Re: oPopUp in class btnbmp

Dear Silvio, function AdjustWnd() is public on github posted by Jose Luis: https://github.com/JoseluisSanchez/colossus/blob/0dcf9170fb24c33dd973520097f39a5e3d1d4780/prg/ut_common.prg Lets try to help Maurizio here, thanks Antonio, Te expliqué en privado. josè de alanit si bien ha public...
by Silvio.Falconi
Sun Oct 16, 2022 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPopUp in class btnbmp
Replies: 15
Views: 987
PreviousNext

Return to advanced search