Search found 26 matches: travando

Return to advanced search

Re: Programa travando apos upgrade 1604 e 1605

nageswaragunupudi It worked Doing as your example does not generate error like this:  oBrw3021:aCols[ 3 ]:nEditType := IF(!EMPTY(oClassVen:cvCtrFat), EDIT_NONE, EDIT_GET_BUTTON )    oBrw3021:aCols[ 3 ]:addResource( "LUPA2")    oBrw3021:aCols[ 3 &...
by augustogomes
Fri Aug 19, 2016 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925

Re: Programa travando apos upgrade 1604 e 1605

Mr augustogomes I tested with this small program function testxbrbtn   local oDlg, oBrw   USE STATES NEW   DEFINE DIALOG oDlg SIZE 500,500 PIXEL   @ 20,20 XBROWSE oBrw SIZE -20,-20 PIXEL OF oDlg ;      ALIAS "STATES" AUTOCOLS ;  &...
by nageswaragunupudi
Fri Aug 19, 2016 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925

Re: Programa travando apos upgrade 1604 e 1605

Thanks for the info. We shall check and get back to you ASAP
by nageswaragunupudi
Fri Aug 19, 2016 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925

Re: Programa travando apos upgrade 1604 e 1605

CHANGE

oBrw3021:aCols[ 3 ]:addResource( "LUPA2")

oBrw3021:aCols[ 3 ]:SetCheck( { "LUPA2"})
by Joaoalpande
Fri Aug 19, 2016 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925

Re: Programa travando apos upgrade 1604 e 1605

excuse me problems with my browser doubled posting
by augustogomes
Fri Aug 19, 2016 5:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925

Re: Programa travando apos upgrade 1604 e 1605

nageswaragunupudi good afternoon, as passed already by other users the problem occurs when using edit_get_button and use image resourse, image bitmaps works normally. oBrw3021:aCols[ 3 ]: nEditType: = EDIT_GET_BUTTON oBrw3021:aCols[ 3 ]:addResource( "LUPA2")oBrw3021...
by augustogomes
Fri Aug 19, 2016 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925

Re: Programa travando apos upgrade 1604 e 1605

nageswaragunupudi good afternoon, as passed already by other users the problem occurs when using edit_get_button and use image resourse, image bitmaps works normally. oBrw3021:aCols[ 3 ]]: nEditType: = EDIT_GET_BUTTON oBrw3021:aCols[ 3 ]:addResource( "LUPA2")oBr...
by augustogomes
Fri Aug 19, 2016 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925

Re: Programa travando apos upgrade 1604 e 1605

friend if u move the button , you will see that the will to respond to close

Eveything is working fine here.
Not only in this test but in lots of software that is running live with many clients produced with the current versions of FWH
by nageswaragunupudi
Fri Aug 19, 2016 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925

Re: Programa travando apos upgrade 1604 e 1605

So, it is working for us but not for you. 1) Please make sure you are using bcc7 2) Please check buildx.bat or buildh.bat in \fwh\samples folder and make sure you are including all the libs in that bat file in your link script. 3) Also if you let us know the result of including the line I posted abo...
by nageswaragunupudi
Fri Aug 19, 2016 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925

Re: Programa travando apos upgrade 1604 e 1605

nageswaragunupudi wrote:When I build and run xbrbtn.prg, this is my output

Image




friend if u move the button , you will see that the will to respond to close
by g.hernandes
Fri Aug 19, 2016 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925

Re: Programa travando apos upgrade 1604 e 1605

When I build and run xbrbtn.prg, this is my output

Image
by nageswaragunupudi
Fri Aug 19, 2016 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925

Re: Programa travando apos upgrade 1604 e 1605

I have the same problem after compilr my project in FWH 1604 the problem occurs in this line oBrw:aCols[2]:nEditType := EDIT_BUTTON oBrw:aCols[2]:AddResource( "DOWN" ) oBrw:aCols[2]:nBtnBmp := 1 // if I ignore this line to give the error compiling samples in the xbrbtn.prg will prg the sam...
by g.hernandes
Fri Aug 19, 2016 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925

Re: Programa travando apos upgrade 1604 e 1605

In this code, if I take the pictures the error does not occur. But in Windows XP the error continues, in WIN7, WIN8 and WIN10 error does not occur when you remove the resouces, bitmaps Please add this line immediately after defining XBrowse oBrw3021:lGDIP := .f.  Please let us know if the prob...
by nageswaragunupudi
Fri Aug 19, 2016 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925

Re: Programa travando apos upgrade 1604 e 1605

It seems ok. Without a self contained example we can't test it here.
by Antonio Linares
Fri Aug 19, 2016 5:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Programa travando apos upgrade 1604 e 1605 (RESOLVIDO)
Replies: 17
Views: 2925
Next

Return to advanced search