Search found 38 matches: dynalias

Return to advanced search

CodeJock Calendar Control

... ::oCalexResources )   ENDIF   ::oCalex:Populate()   ::oCalex:RedrawControl()  [img] http://ssfl.dynalias.com/temp_files/CJ_CalendarScreenShot.png [/img] Reinaldo.
by reinaldocrespo
Fri Feb 06, 2015 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CodeJock Calendar Control
Replies: 1
Views: 628

Re: RDDADS.lib for Harbour and Borland

... don't really know if there has been anyone else working on this source. If you like to use my adsfunc.c here is a link to it: http://ssfl.dynalias.com:/var/www/html/temp_files/adsfunc.c Hope that helps. Reinaldo.
by reinaldocrespo
Thu Jan 15, 2015 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDADS.lib for Harbour and Borland
Replies: 24
Views: 4682

Re: On screen Keyboard

... ,;                ::aoBtns[ 40 ]:Enable() )    ::oActive:SetFocus()RETURN NIL   Here is a picture: http://ssfl.dynalias.com:/temp_files/FwKeyboard.png Reinaldo.
by reinaldocrespo
Mon May 05, 2014 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: On screen Keyboard
Replies: 4
Views: 1367

Re: Richtext like component

...  ::isChangedSinceLastSave := .F.  Here is a screen shot of the transcription dialogs containing the richtext objects: http://ssfl.dynalias.com:/temp_files/Transcription.png Hope that helps; Reinaldo.
by reinaldocrespo
Wed Dec 18, 2013 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richtext like component
Replies: 9
Views: 2795

Re: Change Disable Fg color

... := { || ::SavePatientInfo(), ;      iif( ::bOnSave != NIL, EVAL( ::bOnSave, SELF ), ) }  http://ssfl.dynalias.com:/temp_files/ButtonBMP.png When oBtn is disabled ( as in oBtn:disable() ) text shows in gray -as expected. The question is: ...
by reinaldocrespo
Fri Sep 20, 2013 12:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Disable Fg color
Replies: 5
Views: 1154

Re: aBitmaps of object oEditLbx of txbrwCol class

... only adds a bmp to the column. I really meant having bmps on the drop down listbox when the edit object is of type listbox: http://ssfl.dynalias.com:/temp_files/claimsstatus.png When you click on the dropdown button of the first column, a listbox opens showing the available ...
by reinaldocrespo
Tue Dec 18, 2012 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: aBitmaps of object oEditLbx of txbrwCol class
Replies: 5
Views: 1109

Re: xBrowse Table records with a subtree

Sure. Here is a screen shot. http://ssfl.dynalias.com/temp_files/remittances_screen_shot.png I thought it would be easier to see and appreciate; ---have a large master table on an xbrowse, at some keyboard or mouse action, let the ...
by reinaldocrespo
Sun Dec 16, 2012 12:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Table records with a subtree
Replies: 9
Views: 2183

Re: EDIT_GET_BUTTON when xbrowsing an oTree

... := { DTOC( ::dFrom ), DTOC( ::dThru ) }, .t. )   ENDTASKGROUP   ENDTASKPANELRETURN oTaskPanel  http://ssfl.dynalias.com:/temp_files/remittances_screen_shot3.png I will gladly send you the whole class for your review if you prefer that. Reinaldo.
by reinaldocrespo
Thu Nov 29, 2012 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EDIT_GET_BUTTON when xbrowsing an oTree
Replies: 11
Views: 2493

Re: EDIT_GET_BUTTON when xbrowsing an oTree

... matter if the line has focus or not, the button does not appear. Here is another screenshot with the line having focus: http://ssfl.dynalias.com/temp_files/remittances_screen_shot.png Reinaldo.
by reinaldocrespo
Wed Nov 28, 2012 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EDIT_GET_BUTTON when xbrowsing an oTree
Replies: 11
Views: 2493

EDIT_GET_BUTTON when xbrowsing an oTree

... the button on the cell. Here is screen shot of how it looks (notice it is missing the button on the ":Paid" cell): http://ssfl.dynalias.com/temp_files/Full_Check_Dlg.png Help? Reinaldo.
by reinaldocrespo
Wed Nov 28, 2012 1:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EDIT_GET_BUTTON when xbrowsing an oTree
Replies: 11
Views: 2493

Help with TListBox

...    UPDATE ON DBLCLICK EVAL( bAdd ) WHEN ::lEdit  Here is a screenshot of the dialog before clicking on a single item: http://ssfl.dynalias.com/temp_files/SystemQueries-1.png Here is a screen shot after clicking on the 2nd line of the listbox on the left ("Transcription"): ...
by reinaldocrespo
Fri Jul 13, 2012 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with TListBox
Replies: 4
Views: 923

Re: How to use AX_GetActivityInfo() of ADS V.9

... a user and to stop new connections from happening. Useful when you wish to install an update or update the data dictionary: http://ssfl.dynalias.com/temp_files/Connectedusers.png This is the code that produces the screenshot above: *------------------------------------------------------------------------------------------------------METHOD ...
by reinaldocrespo
Thu Jul 12, 2012 5:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use AX_GetActivityInfo() of ADS V.9
Replies: 19
Views: 5058

Re: Tgraph horizontal bar

Below is a sample of what I mean by horizontal bar graph. Is it possible using tgraph? Any ideas?

Image

Reinaldo.
by reinaldocrespo
Sun Jun 24, 2012 11:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tgraph horizontal bar
Replies: 1
Views: 435

Re: PalBmpDraw transparent on main window with gradient

...           oBmp:End()   ENDIFRETURN NIL  And here is how the Image looks on the gradient -resizeable- dialog: http://ssfl.dynalias.com/temp_files/Screen_shot.png I would really love to paint this img transparently. Maybe it is not possible to draw a transparent ...
by reinaldocrespo
Tue Mar 06, 2012 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PalBmpDraw transparent on main window with gradient
Replies: 18
Views: 8071

button Bar with two rows of buttons

Hi everyone; On a dialog I'd like to place two rows of buttons. Here is how it looks now: http://ssfl.dynalias.com/temp_files/Transcription_screen_shot.png But I need more buttons. I'm thinking a 2nd row would work. Is it possible? Here my code:    DEFINE BUTTONBAR ...
by reinaldocrespo
Wed Feb 29, 2012 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: button Bar with two rows of buttons
Replies: 2
Views: 454
Next

Return to advanced search

cron