Search found 95 matches: odd

Return to advanced search

Re: dbskipper intermitent error

James It looks like Richard getting same error at msgwait(). See his first post.
Odd that we both get the dbskipper error at the same place.
Lets see if he confirms this.
by hag
Tue Oct 13, 2009 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbskipper intermitent error
Replies: 46
Views: 10935

xBrowse erratic Behavior on FWH908 and FWH909

... the same code using FWH908 and FWH909 http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/xbrowse2.jpg Very unstable and odd. Has anyone experience this :?: what is the correction if any :?: Regards, Frances
by fraxzi
Thu Sep 24, 2009 3:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse erratic Behavior on FWH908 and FWH909
Replies: 1
Views: 447

COMBOBOX odd behavior on themed app

Hello!

redefine combobox items doesn't show if .rc commented this line:

Code: Select all  Expand view

   //1 24 "WindowsXP.Manifest"
 


with:
Code: Select all  Expand view

   1 24 "WindowsXP.Manifest"
 


combobox properly shows.

Any idea why?

..Using xHB1.21 + FWH9.08
by fraxzi
Tue Sep 22, 2009 5:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX odd behavior on themed app
Replies: 0
Views: 195

Re: Font size

... I checked out the generated font width and height (i.e. oFnt:nWidth/oFnt:nHeight). I got 14/30 for NEC P2200, 49/100 for a Canon inkjet but an odd 9/12 for the problematic Epson printer. All these values are supposed to be in pixel right? 9/12 look as though it could be the font size in points. ...
by hua
Tue Sep 15, 2009 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font size
Replies: 10
Views: 2624

Re: After report runs all my dialogs appear

... folder .. re-compiled and things worked .. In this case .. there was nothing wrong with the code, design, dialogs, MDI object .. for some dumb odd reason .. Rpreview was just not being compiled and linked into my program. It was Antonio that got me to realize this with the msginfo() in the ...
by Rick Lipkin
Fri Feb 20, 2009 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: After report runs all my dialogs appear
Replies: 10
Views: 1770

Re: Very Odd problem

Harvey,

This may help:
http://www.pcadvisor.co.uk/forums/index ... &forumid=1

I will move this thread to off topic as it is not FiveWin related
by Antonio Linares
Sat Jan 31, 2009 8:46 pm
 
Forum: Off Topic / Otros temas
Topic: Very Odd problem
Replies: 1
Views: 525

Very Odd problem

... user was using symantec or norton. We created a file for symantec put a copy of the s32evnt1.dll in the file and it fixed the problem. This is odd anbody have an idea on what may be happening. And a potential fix. Thanks
by hag
Sat Jan 31, 2009 4:34 pm
 
Forum: Off Topic / Otros temas
Topic: Very Odd problem
Replies: 1
Views: 525

... nI ]:oFontFoot:hFont, hFont ), 0 ) + 1 If nHeight > ::nHeightFoot .and. ::lFooting ::nHeightFoot := nHeight EndIf EndIf Next // now catch the odd-ball where last column doesn't fill box If ! Empty( nAdj ) .and. nWidth < nMaxWidth .and. nAdj < nI ::aColumns[ nAdj ]:nWidth := ; ::aColSizes[ ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5746

Most of the gets are static or local.

The interesting thing is that once the odd number is enter intio the get it cant be removed thats why it seems as though the keyboard is affected in someway. If the get is character and i hit the space bar the odd number shows up.
by hag
Wed Aug 20, 2008 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll wheel causing big problem. Major Help.
Replies: 35
Views: 4728

... let us know the results. The schroll was set to 1 with this function at top of program function wheelScroll() return nil Get problem goes away. Odd stuff.
by hag
Wed Aug 20, 2008 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Scroll wheel causing big problem. Major Help.
Replies: 35
Views: 4728

NageswaraRao, >The logic fails to work when the number of visible rows is an odd number. Continuous colors can be seen in many ways of navigation. I think you are referring to my lClrFlag method, not the OrdKeyNo() method. The ordKeyNo() should not be affected ...
by James Bott
Tue Jan 29, 2008 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse alternating row colors
Replies: 36
Views: 6495

Mr James

The logic fails to work when the number of visible rows is an odd number. Continuous colors can be seen in many ways of navigation.
by nageswaragunupudi
Tue Jan 29, 2008 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse alternating row colors
Replies: 36
Views: 6495

... the first row and the row number of the current row. James Yes. All that is taken care of in my tcbrowse solution. You just check if it is even or odd. Please make the modifications i suggested to tcbrowse class it will work without problem.
by nageswaragunupudi
Thu Jan 24, 2008 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse alternating row colors
Replies: 36
Views: 6495

... I report here. 1) Please start your application. (a) Resize the window to increase the height to bring into visibility one more row. Now thre are odd number of rows. Make sure that the number of rows displayed is an odd number. (b) Click on 2nd row. Then click on 4th tow. Then keep clicking on ...
by nageswaragunupudi
Thu Jan 24, 2008 4:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse alternating row colors
Replies: 36
Views: 6495

... for returning integers. I thought that GetPVProfString() would return the entire value of an entry as a string, regardless of quotes or any odd characters it might contain. Then again, quotes within strings have always been a bit of a mine-field in any language! :roll: Kind regards, Barry ...
by Barry O'Brien
Wed Jan 09, 2008 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetPVProfString and Double Quotes (")
Replies: 2
Views: 686
PreviousNext

Return to advanced search