Search found 83 matches: clausole

Return to advanced search

Re: design clausole

Silvio.Falconi wrote:i tried to make a dialog
the bitmaps dots run ok

when I compile the test dialog ...
the dialog is not also as I design it
perhaps the ccordinates of controls are bad builded


Please provide an example to test.

You may modify design.prg
by Antonio Linares
Wed Dec 07, 2016 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: design clausole
Replies: 12
Views: 6022

Re: design clausole

Silvio,

> why there are that two dlls ?

because design.prg uses function SourceEdit() that uses Scintilla.

Right click on the dialog and select "PRG code..."
by Antonio Linares
Wed Dec 07, 2016 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: design clausole
Replies: 12
Views: 6022

Re: design clausole

i tried to make a dialog
the bitmaps dots run ok

when I compile the test dialog ...
the dialog is not also as I design it
perhaps the ccordinates of controls are bad builded
by Silvio.Falconi
Wed Dec 07, 2016 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: design clausole
Replies: 12
Views: 6022

Re: design clausole

why there are that two dlls ?
by Silvio.Falconi
Wed Dec 07, 2016 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: design clausole
Replies: 12
Views: 6022

Re: design clausole

Silvio,

I have modified samples\design.prg to add support for bitmaps and it is working fine:

https://bitbucket.org/fivetech/fivewin-contributions/downloads/design.zip
by Antonio Linares
Wed Dec 07, 2016 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: design clausole
Replies: 12
Views: 6022

Re: design clausole

see here Function test()DEFINE DIALOG oDlg  SIZE 680,520 ;        TITLE "test" ACTIVATE DIALOG oDlgON INIT paintdata(oDlg)Function Paint_data(oWnd ) Local cfoto := "dip.bmp" Local oImg@ 13, 12 BITMAP oImg FILENAME cF...
by Silvio.Falconi
Wed Dec 07, 2016 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: design clausole
Replies: 12
Views: 6022

Re: design clausole

Silvio,

Could you provide a small and self contained PRG example of how you are doing it ? thanks
by Antonio Linares
Wed Dec 07, 2016 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: design clausole
Replies: 12
Views: 6022

Re: design clausole

Sorry on Dialog and on tpanel
by Silvio.Falconi
Wed Dec 07, 2016 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: design clausole
Replies: 12
Views: 6022

Re: design clausole

Silvio,

Are you using a MDI child window ? Or is it a dialog or a window ?

In FWH 16.11 there has been a fix for MDI childs about this
by Antonio Linares
Wed Dec 07, 2016 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: design clausole
Replies: 12
Views: 6022

design clausole

When I use design clausole for a controls sample: Tsay the dots not are showed normally but the are moved to up or to down od object For me they must be show over the object for a sample : http://www.iispascalcomiforti.it/wp-content/uploads/2016/12/io.jpg ...
by Silvio.Falconi
Wed Dec 07, 2016 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: design clausole
Replies: 12
Views: 6022

refresh a get with when

... @ 72, 145 COMBOBOX aGet[11] VAR cClienti ITEMS aClienti SIZE 75,12 PIXEL OF oDlg WHEN ! lTClienti ACTIVATE DIALOG oDlg Why the when clausole is not processed ?
by Silvio.Falconi
Tue Sep 22, 2015 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: refresh a get with when
Replies: 10
Views: 2873

Re: urllink

Antonio,
Perhaps I found the error

when the dialog have the clausole TRASPARENT the url control link not run

how I can resolve it ? (I need to have trasparent clausole on Dialog )
by Silvio.Falconi
Mon Jun 29, 2015 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: urllink
Replies: 11
Views: 2143

Re: Error tecnical with xbincflt.prg

... ,; i18n("Nome") ,; i18n("Indirizzo") ,; i18n("Stato") } these commands not run ok because all come call on clausole ON INIT of the dialog How I can resolve it ? this the test #include "fivewin.ch"#include "xBrowse.ch"#define  LIGHTCYAN ...
by Silvio.Falconi
Wed Jun 10, 2015 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with xbincflt.prg
Replies: 2
Views: 838

Re: Show boxes color on a dialog

... to make zebra effect http://www.eoeo.it/wp-content/uploads/2015/05/11.jpg Now I use get control but it not run ok If use READONLY CLAUSOLE then not run the final user can put the mouse into and it is no correct
by Silvio.Falconi
Thu May 14, 2015 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show boxes color on a dialog
Replies: 9
Views: 2110

Re: simulate a read

Antonio allready tried before !!!... can I set the valid clausole on second moment on another function when show() the get ? I tried with aGet[11]:bvalid :={|o| ! Empty(o:varGet()) } but make error the user can use the xbrowse ( the obrw is on up) or ...
by Silvio.Falconi
Fri Nov 14, 2014 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate a read
Replies: 10
Views: 1448
PreviousNext

Return to advanced search