Border around GET
Re: Border around GET
Frances
I added a Testbutton.
External SetFocus works fine and draws the Border.
dDate := Date()
@ 70, 95 DTPICKER oDate VAR dDate SIZE 50, 12 FONT oGetFont OF oDlg PIXEL
oDate:bGotFocus := {|hDC| Draw_Box( oDlg, oDate, nColorF, nSpace, nPen, 0, nStyle, nShPos ) }
oDate:bLostFocus := {|hDC| Draw_Box(oDlg, oDate, nColorL, nSpace, nPen, 0, nStyle, nShPos ) }
@ 170, 80 BTNBMP oBtn1 OF oDlg ;
SIZE 70, 25 PIXEL 2007 ;
NOBORDER ;
PROMPT "&Border " ;
FILENAME c_path + "\Bitmaps\Select.Bmp" ;
ACTION ( oDate:SetFocus(), oDate:Refresh() ) ;
FONT oGetFont ;
LEFT
Best Regards
Uwe
I added a Testbutton.
External SetFocus works fine and draws the Border.
dDate := Date()
@ 70, 95 DTPICKER oDate VAR dDate SIZE 50, 12 FONT oGetFont OF oDlg PIXEL
oDate:bGotFocus := {|hDC| Draw_Box( oDlg, oDate, nColorF, nSpace, nPen, 0, nStyle, nShPos ) }
oDate:bLostFocus := {|hDC| Draw_Box(oDlg, oDate, nColorL, nSpace, nPen, 0, nStyle, nShPos ) }
@ 170, 80 BTNBMP oBtn1 OF oDlg ;
SIZE 70, 25 PIXEL 2007 ;
NOBORDER ;
PROMPT "&Border " ;
FILENAME c_path + "\Bitmaps\Select.Bmp" ;
ACTION ( oDate:SetFocus(), oDate:Refresh() ) ;
FONT oGetFont ;
LEFT
Best Regards
Uwe
Last edited by ukoenig on Fri May 28, 2021 5:17 am, edited 1 time in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: Border around GET
Dear Uwe,
I already did that.. but when redefine dialog was init.. the DatePicker has no border even if I put oDate:SetFocus() on dialog's init..
I already did that.. but when redefine dialog was init.. the DatePicker has no border even if I put oDate:SetFocus() on dialog's init..
Kind Regards,
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Re: Border around GET
Frances,
I'm working on a Solution using RESOURCES !!!
Define Color- or brushed Border.
This Solution doesn't need Focus / Lostfocus of a Object.
( but can be used as well )
Define a Borderchange on any Action and Object You like.
I think I will Update the Tool I created and it will work on Code and Resource.
Also there will be a Brush-support, not possible with the Solution I created before.
Best Regards
Uwe
I'm working on a Solution using RESOURCES !!!
Define Color- or brushed Border.
This Solution doesn't need Focus / Lostfocus of a Object.
( but can be used as well )
Define a Borderchange on any Action and Object You like.
I think I will Update the Tool I created and it will work on Code and Resource.
Also there will be a Brush-support, not possible with the Solution I created before.
Best Regards
Uwe
Last edited by ukoenig on Fri May 28, 2021 5:19 am, edited 1 time in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: Border around GET
Dear Uwe,
Looking forward for the update. Thanks
Looking forward for the update. Thanks
Kind Regards,
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Re: Border around GET
Frances,
a extra Tool, only for Resources.
Realtime Tests of Colors and Brushes.
Get / Lost Focus and external color / brush - border-define is supported.
Download ( 1.3 MB ) :
http://www.service-fivewin.de/fw_downloads/resbord.zip
Best Regards
Uwe
a extra Tool, only for Resources.
Realtime Tests of Colors and Brushes.
Get / Lost Focus and external color / brush - border-define is supported.
Download ( 1.3 MB ) :
http://www.service-fivewin.de/fw_downloads/resbord.zip
Best Regards
Uwe
Last edited by ukoenig on Fri May 28, 2021 5:29 am, edited 2 times in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: Border around GET
Dear Uwe,
I downloaded and will test this weekend.. I will adapt and post feedback asap.
Thank you so much for the great efforts!
I downloaded and will test this weekend.. I will adapt and post feedback asap.
Thank you so much for the great efforts!
Kind Regards,
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Re: Border around GET
Frances
There will be still some more options.
Getting some funny effects, using a Gradient :
Best Regards
Uwe
There will be still some more options.
Getting some funny effects, using a Gradient :
Best Regards
Uwe
Last edited by ukoenig on Fri May 28, 2021 4:32 pm, edited 6 times in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- karinha
- Posts: 7917
- Joined: Tue Dec 20, 2005 7:36 pm
- Location: São Paulo - Brasil
- Been thanked: 3 times
- Contact:
Re: Border around GET
Master Uwe, would it be possible to make the download available again, please?
Regards, saludos.
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Re: Border around GET
All fixed ( images and download )
pflegeplus.com
has changed to
service-fivewin.de
regards
Uwe
pflegeplus.com
has changed to
service-fivewin.de
regards
Uwe
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- karinha
- Posts: 7917
- Joined: Tue Dec 20, 2005 7:36 pm
- Location: São Paulo - Brasil
- Been thanked: 3 times
- Contact:
Re: Border around GET
ukoenig wrote:All fixed ( images and download )
pflegeplus.com
has changed to
service-fivewin.de
regards
Uwe
http://service-fivewin.de/
Master Uwe, nothing is working. Is this correct? There is no douwnload area. thanks.
If it is not possible to send the download, there is no problem. Hugs.
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Re: Border around GET
João,
The download-name still exists
just the DOMAIN-name changed
this is the complete link I posted
I'm just preparing a new release much better to handle
http://www.service-fivewin.de/fw_downloads/resbord.zip
with the new tool You caan design borders in realtime
with a new created border-function easy to use.
the related source ( functioncall with parameter ) will be visible in folderpage 2
The folderpage 3 shows the border-function
still the radios have to be included as well two color selections
one for the background and one for the border to check the contrast
any change of the radios is painting new borders.
best regards
Uwe
The download-name still exists
just the DOMAIN-name changed
this is the complete link I posted
I'm just preparing a new release much better to handle
http://www.service-fivewin.de/fw_downloads/resbord.zip
with the new tool You caan design borders in realtime
with a new created border-function easy to use.
the related source ( functioncall with parameter ) will be visible in folderpage 2
The folderpage 3 shows the border-function
still the radios have to be included as well two color selections
one for the background and one for the border to check the contrast
any change of the radios is painting new borders.
best regards
Uwe
Last edited by ukoenig on Sun May 30, 2021 8:02 am, edited 1 time in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- karinha
- Posts: 7917
- Joined: Tue Dec 20, 2005 7:36 pm
- Location: São Paulo - Brasil
- Been thanked: 3 times
- Contact:
Re: Border around GET
Great!! Super many thanks master. Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Re: Border around GET
Here is a preview of the new release ( looks much different )
many things are added like a detection of the needed textcolor
like contrast used in xBrowse
You can select a background and a wanted border-color,
a defined border-distance and much more like You can see on
the radioselection-area.
glowing borders with a defined distance from the object outline
the generated source-result
solid lines on a light background with no distance
best regards
Uwe
many things are added like a detection of the needed textcolor
like contrast used in xBrowse
You can select a background and a wanted border-color,
a defined border-distance and much more like You can see on
the radioselection-area.
glowing borders with a defined distance from the object outline
the generated source-result
solid lines on a light background with no distance
best regards
Uwe
Last edited by ukoenig on Tue Jun 01, 2021 6:54 am, edited 1 time in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
Re: Border around GET
I completed the tool
don't forget to check the makefile.
Let me know if something doesn't work
After creating Your own sample don't forget to
use < refresh source > on folderpage 2 to generate the new sample
On folderpage 3 You can create the new exefile
http://www.service-fivewin.de/FW_Downloads/Newbord1.zip
best regards
Uwe
don't forget to check the makefile.
Let me know if something doesn't work
After creating Your own sample don't forget to
use < refresh source > on folderpage 2 to generate the new sample
On folderpage 3 You can create the new exefile
http://www.service-fivewin.de/FW_Downloads/Newbord1.zip
best regards
Uwe
Last edited by ukoenig on Tue Jun 01, 2021 6:22 am, edited 1 time in total.
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
- karinha
- Posts: 7917
- Joined: Tue Dec 20, 2005 7:36 pm
- Location: São Paulo - Brasil
- Been thanked: 3 times
- Contact:
Re: Border around GET
It's just spectacular. Very very good. Super grateful.
Es simplemente espectacular. Muy muy bien. Super agradecido.
Regards, saludos.
Es simplemente espectacular. Muy muy bien. Super agradecido.
Regards, saludos.
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341