Search found 63 matches: unchanged

Return to advanced search

Re: Buscar texto en un fichero

... the found string and its offset within the file is returned. If the specified string is not found, -2 is returned and the file pointer position is unchanged. If an error occurred while searching for the string, -1 is returned and the file pointer is left in an undetermined position. If an error ...
by JmGarcia
Wed Nov 24, 2010 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscar texto en un fichero
Replies: 22
Views: 6275

Re: Strange Error with xbrowse-restorestate

Gilbert, Sorry, I don't know much about C. I suggest trying to compile the unchanged profile.c program with your current compiler and parameters to see if that works. If it does, then it is something specific about your ctofunc.c program that is causing the problem. ...
by James Bott
Thu Nov 04, 2010 3:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange Error with xbrowse-restorestate
Replies: 44
Views: 9688

Re: Bug in Transparent Group

Hi Rao,

I have done it since it was changed. But I regularly update fwh every month. I don't want to check it that it was changed or not in every download. I prefer to use unchanged class files from original lib files.

thank anyway.
by Horizon
Sun Jan 03, 2010 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Transparent Group
Replies: 20
Views: 3638

New FTDN December/Diciembre 2009 (9.12)

... and lStrikeOut of the browse font are now respected. * Improvement: Class TBtnBmp, the color of the prompt of disabled buttons can now be left unchanged. Just set the new DATA lDisColor to .f. * Fix: Class TFolder Method Destroy() ends its DATA oImageList if defined. * Fix: Minor fix in Class ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2587

Re: RADIO BUTTON "ON CHANGE" FIRES WHEN DIALOG IS PAINTED

Andy,

>why does the bChange block execute *at all* during dialog updates or refreshes *if* the value is unchanged.

This does seem like a valid point and it also seems you have found a good solution.

Antonio,

Do you see any problems with his proposed change?

James
by James Bott
Thu Oct 15, 2009 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)
Replies: 7
Views: 1111

Re: RADIO BUTTON "ON CHANGE" FIRES WHEN DIALOG IS PAINTED

... repeatedly. In the real world, I have calculations tied to the ON CHANGE clause. The problem is, they run even if the value is already set and unchanged. The fix in my original post solves the problem. My ultimate question, regardless of the silly example, is...why does the bChange block execute ...
by arpipeline
Thu Oct 15, 2009 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)
Replies: 7
Views: 1111

RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)

I am having a problem with the ON CHANGE clause of the Radio class(es). It seems the ON CHANGE event is firing when the dialog or window containing the Radio button is updated, even when the value is unchanged. Is this by design or a bug?

Thanks.
by arpipeline
Wed Oct 14, 2009 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RADIO "ON CHANGE" FIRES WHEN DIALOG UPDATED (WAS PAINTED)
Replies: 7
Views: 1111

Re: Speedtest CLIPPER vs. xHarbour - COMMIT

... the hardware made problems and you never were sure if your data was stored or not. As - thanks to Antonio - also very old code still is running unchanged with harbour there are parts of code I didn’t touch for decades. Now I noticed that some parts of my program are slower as they used to be ...
by Otto
Mon Mar 30, 2009 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest CLIPPER vs. xHarbour - COMMIT
Replies: 20
Views: 5745

... tdatabase needs 35 seconds to complete whilst with new class it only needs 9 seconds (tests done on PPC emulator) The rest of the class remains unchanged. As you can see, this class inherits from tDatabase. This is because for testing purposes it is easier to change from xDatabase to tDatabase ...
by jlcapel
Sat Dec 20, 2008 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A much faster Class TDataBase !!!
Replies: 18
Views: 7258

FWH 8.10 and xBrowse (bug ?)

... take a look at this self-contained sample that show the problem. Simply press the button "Change values" and you will see that the data remains unchanged. With FWH May 2008 it runs fine. Any ideas ? --------------------- #include "FiveWin.ch" #include "xbrowse.ch" function Main() local aNames, ...
by Marco Turco
Wed Oct 22, 2008 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 8.10 and xBrowse (bug ?)
Replies: 7
Views: 1368

Ubuntu 7.10

Hi Antonio Just installed Ubuntu 7.10. Existing code (compiled on Ubuntu 7.04) operates fine unchanged. Thought I would install the necessary components to do development under 7.10 and got the following results: gcc - already at latest version libgtk2.0-dev not found, ...
by xProgrammer
Sun Feb 03, 2008 9:50 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Ubuntu 7.10
Replies: 5
Views: 1486

... arrow, the listbox is shown. After the user moves around the listbox, he has no way to cancel ( esc does not help) and retain the original value unchanged. We shall be glad if you keep publishing whatever changes you keep making with regards to edits.
by nageswaragunupudi
Mon Dec 24, 2007 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse online editing
Replies: 66
Views: 11948

Re: Conversion of greek characters to Upper Case

... ), ProcLine( 4 ), Self ) return 0 // Already processed, API do nothing endif 1. The code from if bKeyAction..... and below remains unchanged 2. If someone wants the code exactly as it should be, I can submit my own TGET.PRG's (16 bit and 32 bits) I believe that this is a better ...
by E. Bartzokas
Mon Nov 05, 2007 5:27 pm
 
Forum: FiveWin for CA-Clipper
Topic: Greek support in FW
Replies: 9
Views: 3556

Listbox Problem

... entry in the listbox. This only happens the first time you tab into it, if you tab through it a second time whatever has been selected remains unchanged. I need a fix or a workaround to prevent or circumvent this behaviour. Thanks xProgrammer
by xProgrammer
Tue Aug 28, 2007 11:31 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Listbox Problem
Replies: 4
Views: 1351

Bug in TScrollBar

... number in the DIALOG title (it is the scrollbar position). Then click below the thumb to step one page down and look at the number again. It is unchanged while it should be +10. If you click again then the number is increased. #include "Fivewin.ch" FUNCTION MAIN() LOCAL ...
by Enrico Maria Giordano
Sun Sep 24, 2006 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TScrollBar
Replies: 3
Views: 757
PreviousNext

Return to advanced search