Search found 31 matches: underrated

Return to advanced search

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

Hello Antonio,

tooltip is working. But how can I get the nID on dbClick event?
I tried:
Code: Select all  Expand view
oCtrl:bLDblClick = { || msginfo( AllTrim( Str( GetWindowLong( oCtrl:hWnd, GWL_ID ) ) ))}
     

but this does not work.

Best regards,
Otto
by Otto
Sun Sep 06, 2009 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

Otto,

Yes, see my posted changes for Class TControl above
by Antonio Linares
Sun Sep 06, 2009 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

Hello Antonio,

your exe is working but if I compile the prg-file tooltip is not working.
Do I need some changed in a class?

Thanks in advance
Otto
by Otto
Sun Sep 06, 2009 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

Otto, With these changes in RE.prg: http://wiki.fivetechsoft.com/doku.php?id=fivewin_resources_editor&rev=1252143398&do=diff and these changes in Class TControl: http://img443.imageshack.us/img443/9872/capturewb.jpg then tooltips are shown even in design mode ...
by Antonio Linares
Sun Sep 06, 2009 8:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

Otto,

Wouldn't be simpler to have the IDs as tooltips ? :-)
by Antonio Linares
Sun Sep 06, 2009 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

Hello Antonio, I changed the way I will print the IDs on the dialog. I add extra controls which print the IDs. This is what I did: case cFirst == "CONTROL"              cResource += ParseControl( cLine )            &n...
by Otto
Sun Sep 06, 2009 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

An enhanced RE.EXE version :-) http://www.mediafire.com/?sharekey=45bb48d8e89c39db7432d3c9683f450ac42a1999dd122592c95965eaa7bc68bc See the advantages of storing it in the wiki for reviewing changes :-) http://wiki.fivetechsoft.com/doku.php?id=fivewin_resources_editor&rev=12520823...
by Antonio Linares
Sat Sep 05, 2009 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

Otto,

I have modified the original FWH\samples\re.prg to make its interface more friendly:
Image
I am trying to upload the source code here but it seems as it is does not show
by Antonio Linares
Fri Sep 04, 2009 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

Hello Antonio,

Here it works fine


Also here.
Thank you very much.
Best regards,
Otto
by Otto
Fri Sep 04, 2009 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

Otto, In function ParseControl( cLine ) make this change: nId = Val( StrToken( cLine, 2, "," ) ) also change this section in function InitControls( oDlg ):    ...   while hCtrl != 0      hCtrl = GetWindow( hCtrl, GW_HWNDNEXT )     &...
by Antonio Linares
Fri Sep 04, 2009 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

Otto,

Have you previously done this ?

oCtrl:hWnd = hCtrl

Please send me your most recent RE.prg and I will check it here, thanks :-)
by Antonio Linares
Fri Sep 04, 2009 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658

Re: fwh\samples\RE.prg - FiveWin Resources Editor underrated

Hello Antonio,
with

Code: Select all  Expand view

nID := GetWindowLong( oCtrl:hWnd, GWL_ID )  
msginfo( nID )     
 


nID is always 0.
Best regards,
Otto
by Otto
Fri Sep 04, 2009 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh\samples\RE.prg - FiveWin Resources Editor underrated
Replies: 38
Views: 11658
Next

Return to advanced search