Search found 177 matches: obtn1

Return to advanced search

Re: Error in painting a Transparent say

Hello Rick, ... ... DEFINE DIALOG oDlg RESOURCE "RPTMENU" OF oWndChild REDEFINE BUTTON oBtn1 ID 101 OF oDlg ; ACTION ( _progrpt() ) // @ 0, 0 SAY "Test" OF oDlg COLOR "N/N" // errors here // oDlg:aControls[ 1 ]:lTransparent = .t. // define ...
by ukoenig
Tue May 26, 2009 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in painting a Transparent say
Replies: 11
Views: 4086

Re: How to create a <special> Buttonbar (9.04 / code included)

... like adjustment of the Bar, und changed the 2. oDlg in oDlg1 ( double define ) Static FUNC _utilmenu( oDlg, oBtn_1 ) LOCAL oWndChild, oDlg1 , oBtn1, oBTN2, oBTN3, oBTN4, oBTN5, oBTN6 ... ... DEFINE DIALOG oDlg1 RESOURCE "UTILMENU" ; // OF oWndChild ; TITLE "Utility Menu" ...
by ukoenig
Sat May 23, 2009 12:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a <spec.> Buttonbar 9.04 ( Symbols included )
Replies: 24
Views: 7236

A way, to calculate a same Button-Size for Source/Resource ?

... the same Size from Resource : ACTIVATE DIALOG oDlg3 CENTERED NOWAIT ; ON INIT ( oDlg3:Move( 100, 470, 430, 290, .f. ), DisableX(oDlg3, .T.), ; oBtn1:SetSize( W_BUTTONH * 2 , W_BUTTONV * 2 , .T. ), ; oBtn2:SetSize( W_BUTTONH * 2, W_BUTTONV * 2, .T. ), ; oBtn3:SetSize( W_BUTTONH * 2, W_BUTTONV ...
by ukoenig
Mon May 11, 2009 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A way, to calculate a same Button-Size for Source/Resource ?
Replies: 0
Views: 306

A Preview and Question for the new ButtonTools

... ; TITLE "Buttons from Resource Transparent" TRANSPARENT // ----- Transparent Button NOBORDER --------- Not Transparent REDEFINE BTNBMP oBtn1 ID 100 OF oDlg3 ; NOBORDER ; FILENAME cBUTTON1 ; ACTION MsgAlert( "Button-Click", "Button 1" ) ; PROMPT "But.1" ...
by ukoenig
Thu May 07, 2009 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Preview and Question for the new ButtonTools
Replies: 0
Views: 432

Re: BtnBmp from resource, how to resize at runtime ?

Enrico, thank You very much. oBtn1:Move does the resizing I need ( same like with Dlg3 ). The Move-method keeps the Top / Left position of the Resource with : oBtn1:nTop, oBtn1:nLeft That is exactly, how I want to do it. ACTIVATE DIALOG ...
by ukoenig
Wed May 06, 2009 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp from resource, how to resize at runtime ?
Replies: 3
Views: 645

BtnBmp from resource, how to resize at runtime ?

... new ButtonTools, I want to make it possible, that the User can create his own Buttons with a Preview from Source and Resources. REDEFINE BTNBMP oBtn1 ID 100 OF oDlg3 ; NOBORDER ; FILENAME "./project/palm.bmp" ; PROMPT "Button 1" ; FONT oFont1 ; RIGHT oBtn1:lTransparent = ...
by ukoenig
Tue May 05, 2009 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp from resource, how to resize at runtime ?
Replies: 3
Views: 645

Re: Actualizar Index Abierto en Listbox

... CLR_HGRAY ) } ) ; FIELDSIZES 70,70,180,250,180,40 ; SIZE 290,145 ; of oDlgCar oLbxPRESU:nLineStyle = 1 oLbxPRESU:GoTop() oLbxPRESU:Refresh() oBTN1:ENABLE() // Nueva SP If (PRESUPU)->PRE_NRO <> 0 .and. !(PRESUPU)->(eof()) oBTN2:ENABLE() // Mofid.Anular SP Else oBTN2:DISABLE() // ...
by Willi Quintana
Tue Mar 31, 2009 4:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar Index Abierto en Listbox
Replies: 2
Views: 614

Re: Unresolved external symbol '_HB_FUN_OLEUNINITIALIZE'. -

... me habia percatado que ahora tenemos que usar CENTER si queremos que la imagen salga centralizada. Asi funciona perfecto [quote] REDEFINE BTNBMP oBtn1 ID 120 OF oDlg CENTER ; RESOURCE "B16_PAGEUP" NOBORDER; TOOLTIP "Page Up" ; ACTION (oBrw:PageUp(), ; oBrw:SetFocus(), oBrw:Refresh()) ...
by George
Wed Dec 31, 2008 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Unresolved external symbol '_HB_FUN_OLEUNINITIALIZE'.
Replies: 6
Views: 918

Buttons on BMP with Alpha-channel

Hello, The best looking solution, i found in the moment for painting a button on Alpha-channel-BMP's is using : @ 7.7, 13 BUTTONBMP oBtn1 PROMPT "" SIZE 38, 40 BITMAP "gear.bmp" of oWnd oBtn1:cToolTip = "The tooltip text" http://www.pflegeplus.com/pictures/menue2.jpg Regards ...
by ukoenig
Fri Oct 24, 2008 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible, to show a buttonbar on fixed screen-position ?
Replies: 5
Views: 1170

... // Client section //------------------------------------------------------------------------// Function Client(oBtn, obtn1) // start client Local oDlg, oGet1, oGet2, cVar1, cVar2 Local lNoShow := .t. MemVar oApp, oChatserver, ochatclient cVar1:= space(15) // ip cVar2:=Space(12) ...
by norberto
Wed Sep 24, 2008 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCPIP Chat
Replies: 18
Views: 5756

Buttons and ButtonBmps

... I'm using buttons from resources DEFINE BUTTON oBTN1 ID 101 ..... my problem comes when it gets the focus: How can I change the Tbutton, Tcontrol and / or Twindow classes in order to avoid the black ...
by Antonio Linares
Wed Aug 27, 2008 7:37 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 97427

Mostrar y ocultar botones después de un VALID en un GET

Hola a todos! La cuestión es bien simple, al terminar un GET, en la cláusula VALID, oculto una serie de botones (oBtn1:Disable(), ...) y activo los de las opciones para el sigueinte GET (oBtn2:Enable(), ...). Hasta ahí todo va correcto y sencillo, el problema viene cuando con Shift ...
by triumvirato
Wed Aug 06, 2008 9:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar y ocultar botones después de un VALID en un GET
Replies: 1
Views: 452

... .... .... .... RETURN( NIL ) A color-change-test inside the dialog : REDEFINE BUTTONBMP oBtn1 ID 10 OF oDlg ; ACTION ( oBar1:bClrGrad = { | | { { 0.50,16054371, 8388608 }, ; { 0.50,16054371, 8388608 } } }, oBar1:Paint() ) ; BITMAP "New" ...
by ukoenig
Sun Aug 03, 2008 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible to change Bar-colors/size at runtime ? (solved)
Replies: 11
Views: 4132

... local lNocost := .F. local getlist := {} local oDlg, oGet, oDlg1 local mhelp := 1 // := 205 local aRect[4] local oBtn1 local oBtn2 local oBtn3,oBtn4 local oSay1 local oSay2,oSay3 local xMonth local small_font //:= 0 local hDc local aMonth := {} ...
by hag
Sun Jul 20, 2008 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit browse
Replies: 12
Views: 4369

TestSmtp

... "W+/W" oDlg1:aControls[ 4 ]:lTransparent = .t. @ 2.5,2 SAY cSAY3 OF oDlg1 COLOR "W+/W" oDlg1:aControls[ 5 ]:lTransparent = .t. @ 50, 10 BTNBMP oBtn1 RESOURCE "YES" ; SIZE 145, 15 OF oDlg1 ; ACTION( oDlg1:End(), nOK := 1 ) oBtn1:lTransparent := .T. @ 70, 10 BTNBMP oBtn2 RESOURCE "PMGR" ; SIZE ...
by Rick Lipkin
Tue Jul 08, 2008 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestSmtp
Replies: 6
Views: 1690
PreviousNext

Return to advanced search