Search found 51 matches: ideally

Return to advanced search

Re: What should be maximum size .EXE ideally ?

My principal exe file is 25 Mb size. All is right.

I think what dlls code could be a hell.
by hmpaquito
Tue May 21, 2019 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 884

What should be maximum size .EXE ideally ?

Dear All ,

As the Application development in progress for each build the .EXE size is increasing now it reaches 12MB almost and in the future expected size of the .EXE size would be 18MB (max).

Is it fine or I should create .DLL ? Please guide on this.

Thanks
Shridhar
by shri_fwh
Tue May 21, 2019 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What should be maximum size .EXE ideally ?
Replies: 9
Views: 884

Re: Ribbon Theme

... ) .and. oRB != NIL If you subclass you have to change the class name, thus subclassing might not work depending on what you are attempting. Ideally, would be to have the classes modified to read in parameters from data files. Right now they are full of IF/THENs and DO/CASEs based on the ...
by James Bott
Fri Oct 19, 2018 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 29337

Re: Ribbon Theme

... out the best way to do this. You can change the hover over color by passing this complicated array, but you have to do this with every button. Ideally, we need to do it so that It is applied to all the buttons, and there must be a way since that is the default behavior. Also we need to be able ...
by James Bott
Fri Oct 05, 2018 3:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 29337

Re: understanding OOP returning more than value from a method

Marc, This is how do it using a class. Ideally, this should be modified to be a subclass of TRecord, then it will read it's own data from the DBF. As you can see from the sample you just do: oPlayer:= TPlayer():new()msgInfo( ...
by James Bott
Wed Oct 18, 2017 12:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: understanding OOP returning more than value from a method
Replies: 14
Views: 3235

Re: TGraph 2 Y-axis for different's scales

... this is the best we can do with TChart without modifying it. TChart cannot handle putting different axis increments on the right-hand side. And, ideally you would want to give the axis itself a label (like "Gas Flow MMPCD") which would also require another modification. You could just ...
by James Bott
Mon Aug 07, 2017 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGraph 2 Y-axis for different's scales
Replies: 20
Views: 3659

Re: FiveWeb Questions

Hi Antonio, I have the files, I guess I'm just stuck on exactly where I can put them. Ideally I would like them to reside on the computer that is running my webapp.exe It looks like during the execution of the program (on the client side) it goes out to the url where ...
by Jeff Barnes
Tue May 03, 2016 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 26331

Re: Prevent user pasting CR LF

Thanks Armando and James. Armando, I don't think it's practical to modify the source to sanitize input at VALIDs. There are a lots of them because ideally all gets should strip any formatting information. Thanks for pointing out bPaste James. Maybe I could try to customize TGet so all of my gets ...
by hua
Fri Oct 09, 2015 11:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prevent user pasting CR LF
Replies: 10
Views: 2267

Ideas????

... and display the data. These remote computers would be need to be quick and easy to set up as they would end up at the homes of elderly people. Ideally the software would run off a USB stick so no installation would be required (on the remote side). Since the remote software would basically ...
by Jeff Barnes
Fri Nov 14, 2014 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ideas????
Replies: 20
Views: 3480

Re: XBROWSE RecordSelector & Record Number

The database could also be indexed and filtered. I tried to come with some ideas but multi-user systems would be a problem. Ideally, you would need to read a location from the index itself but I don't know if this is possible. And if you added a filter that was not part of the index ...
by James Bott
Wed Oct 29, 2014 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE RecordSelector & Record Number
Replies: 4
Views: 968

Re: xBrowse + OO Array

Antonio, What did you have in mind for a TDataSource class? It seems to me that (ideally) all we need is to assign any data object to xBrowse. Since all data objects would have the same properties and methods then xBrowse would not need to handle all this internally. ...
by James Bott
Wed Jun 04, 2014 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + OO Array
Replies: 16
Views: 4876

Re: Compare 2 DBF files

Richard, I do wonder why you had this situation in the first place. Hopefully, this was a one time issue. Ideally, the data entry system should never allow data to be entered that causes this kind of problem. If this is a regular problem, then maybe we could offer some suggestions ...
by James Bott
Fri Feb 07, 2014 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compare 2 DBF files
Replies: 11
Views: 3769

Re: Close ADO-connection

Rick, Ideally, if your app looses a connection, the app should save the recordset locally, then update the database when a connection is re-established. ADO has built-in capabilities to save and restore recordsets. Persisting ...
by James Bott
Thu Aug 01, 2013 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Close ADO-connection
Replies: 34
Views: 10497

Re: Doubt about define mail

... program. Using Outlook, each person has a copy of the mails they sent in their copy of Outlook. But, nobody else has access to those records. So, ideally the app sending the mails should be keeping a log and copy of all outgoing emails. No simple answer. Regards, James
by James Bott
Thu Feb 03, 2011 5:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Doubt about define mail
Replies: 3
Views: 734

Re: Application Slowdown

... is called and those resources are never released. Here is a test. Add checkres() to the end of your app. Open the app, then immediately close it. Ideally, there should be no unreleased resources in the file, but if there are, just ignore them for now. Keep a copy of the checkres() file. Now, run ...
by James Bott
Thu Jan 27, 2011 1:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Application Slowdown
Replies: 23
Views: 6462
PreviousNext

Return to advanced search