Search found 23 matches: lazy

Return to advanced search

Re: a folder into a dialog

... resource-intensive, optimizing the code and using efficient programming practices can minimize performance impacts. Preloading content and using lazy loading strategies can also help maintain performance. Fallbacks: Consider providing fallbacks for older devices or browsers that may not handle ...
by Otto
Thu Jun 13, 2024 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a folder into a dialog
Replies: 28
Views: 2334

Re: xbrowseWeb - Work in Progress

... sentence pointer for reading in is shifted by 20 records. The speed is good. I will now also link forward/backward with the mouse wheel. A kind of lazy loading. Best regards, Otto https://mybergland.com/fwforum/speed20.gif
by Otto
Mon Apr 29, 2024 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 4
Views: 663

Re: "Save As" dialog box

I can do that, but you're too lazy. :wink: I looked at everything BIF flags - except for BIF_BROWSEINCLUDEFILES there is nothing. I decided to stop there
by Natter
Sat Jan 27, 2024 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 2806

Re: ResEdit is on the Fritz ( again ) today

James ResEdit.Exe dated 05/01/2015 .. As far as sharing it .. just lazy .. I don't want to walk half way across the office just to cerate\Modify a screen resource .. was hoping sharing the file would allow me to run the file on the 1909 computer .. but that ...
by Rick Lipkin
Tue Aug 03, 2021 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ResEdit is on the Fritz ( again ) today
Replies: 21
Views: 2794

Re: sql server guardar y mostrar imagen

... := HB_STRTOHEX( MEMOREAD( "c:\fwh\bitmaps\olga1.jpg" ) )oRs:Update()  Method-2: Short and simpler code, for lazy people like me. oRs   := FW_OpenRecordSet( oCn, cTable )oRs:AddNew( { "NAME", "PHOTO" }, { ...
by nageswaragunupudi
Mon Sep 21, 2020 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sql server guardar y mostrar imagen
Replies: 10
Views: 2016

Re: Instalación mod_harbour en Servidor VPS Linux Centos 7

Buenos días Carlos, Antonio, estos son los pasos que seguí para tener mod_harbour funcionando en CentOS 7: Creación de una VM para Harbour y mod_harbour en CentOS 7 ========================================================= - Instalación mínima - Asignación de IP y nombre - yum install yum-utils - yu...
by Baxajaun
Tue Jul 23, 2019 6:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instalación mod_harbour en Servidor VPS Linux Centos 7
Replies: 6
Views: 1418

Re: libharu

The idea is good, but the implementation look a little lazy: The SetPage method takes the nPage from this list but this implementation calls HPDF_Page_SetSize that take the values from this list I tried using this code: //------------------------------------------------------------------------------METHOD ...
by AntoninoP
Thu Mar 01, 2018 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: libharu
Replies: 8
Views: 2078

Re: OT: Windows 10 - stop upgrade

... documentation, and HP is just ignoring it. Other people bring up software compatibility. Maybe they should look at writing software to replace the lazy companies who use very old technology. That's an excellent marketplace for FWH developers. EVERYTHING we write works perfectly in Windows 10 ! ...
by TimStone
Tue Jun 28, 2016 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 - stop upgrade
Replies: 20
Views: 5320

Re: OT: Windows 10 - stop upgrade

... testing. As Microsoft pushed out 10, they were able to push Samsung to update drivers on older machines. Your problem is likely an issue with a lazy or disinterested manufacturer. I would suggest an email to the Microsoft CEO explaining the problem. That is not overkill. It gets assigned to ...
by TimStone
Mon Jun 27, 2016 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 - stop upgrade
Replies: 20
Views: 5320

Re: OT: Windows 10 and FWH

Here is the article I read on why it is named Windows 10.
http://gizmodo.com/windows-10-may-have-gotten-its-name-because-of-lazy-cod-1641383218
by Gale FORd
Fri Oct 03, 2014 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10 and FWH
Replies: 25
Views: 8905

Re: C Struct

... xHB.com was a cheater's way of remaining C illiterate when I moved from Clipper, thus allowing me to focus on delivering client applications. Lazy, I know. My biggest concern is the many applications I have that are using Fivewin/xHB. By moving to Fivewin/Harbour, what will I lose? I know ...
by patdriscoll
Wed Jun 11, 2014 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 3941

xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2

Hello, because I'm to lazy, searching always inside a ASC-table or loading a external appl, I created a xBrowse-solution. The different CHR's are seperated in groups and displayed inside a extra browser. I noticed, serching for a value, ...
by ukoenig
Fri May 24, 2013 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ASC / VKey -viewer ( DOWNLOAD ) Upd. 3.2
Replies: 11
Views: 5711

Re: Debug

...         DBG nVar, cVar, aData, oWnd, oBrush, oFont, oFont:nHeight  In my view, probably less robust, but the advantages are: 1) Good enough for lazy programmers like me who can not write and maintain long and complex lines of code. 2) I don't have to link my library code for debug. It is just ...
by nageswaragunupudi
Sun Nov 27, 2011 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Debug
Replies: 26
Views: 8936

Re: How do you deal with your users?

... on what's new menu option. Any time I program anything or fix anything, or change some behavior, I write the short text on news.txt. I'm also very lazy myself, I think I write on the text file because that also helps me know when was something introduced. Here are my last two entries: <H4>10/20/2009 ...
by reinaldocrespo
Wed Oct 28, 2009 11:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do you deal with your users?
Replies: 19
Views: 5587

Re: How do you deal with your users?

Hello Reinaldo,
But I am so lazy updating the update.txt :)
Best regards,
Otto
by Otto
Wed Oct 28, 2009 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do you deal with your users?
Replies: 19
Views: 5587
Next

Return to advanced search