Search found 401 matches

by MdaSolution
Wed Mar 31, 2010 6:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To Control order controls
Replies: 5
Views: 589

To Control order controls

I have a source dialog .. @ x,y

I want to control the order of the controls of this dialog

it is possible make it ?
by MdaSolution
Wed Mar 31, 2010 3:58 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Proteger nuestros bmp
Replies: 4
Views: 598

Proteger nuestros bmp

Se pueden proteger los archivos Bitmaps que colocamos en los resource de nuestro exe para que si alguien lo abre por ejemplo con pellec no pueda tomar los mismos
by MdaSolution
Mon Jan 25, 2010 11:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Limit ---- RESOLVED!!!
Replies: 12
Views: 1801

Re: Ribbon Limit

FOUND !!!!!!!!!!! #include "fivewin.ch" ************* function MAIN ************* local oDlg define dialog oDlg from 0, 0 to 400, 600 pixel * Posiciona o cursor do mouse @10, 10 button "Posicionar" of oDlg action setcursorpos( 200, 300 )     pixel * Mostra o Mouse na Tela @30, 10...
by MdaSolution
Mon Jan 25, 2010 11:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Limit ---- RESOLVED!!!
Replies: 12
Views: 1801

Re: Ribbon Limit

Mr Antonio, I can call clipcursor function ? DllImport("user32.dll", CharSet:=CharSet.Auto, ExactSpelling:=True)> Public Shared Function ClipCursor(ByRef rcClip As RECT) As BooleanEnd Function I found on foxpro DECLARE SHORT ClipCursor IN user32 STRING lpRect http://www.news2news.com/vfp/?...
by MdaSolution
Sat Jan 23, 2010 4:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TO ANTONIO TEST TRANPARENT NOT RUN OK
Replies: 0
Views: 221

TO ANTONIO TEST TRANPARENT NOT RUN OK

http://img24.imageshack.us/img24/8408/trasparent.jpg WHY IT IS NOT TRANSPARENT ? #include "fivewin.ch" #define GRID_X    20 #define GRID_Y    20 static oWnd function test() Local cBitmap:="C:\FWH\bitmaps\32x32\star.bmp" Local oSprite DEFINE WINDOW oWnd TITLE "Transparent te...
by MdaSolution
Sat Jan 23, 2010 3:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Limit ---- RESOLVED!!!
Replies: 12
Views: 1801

Re: Ribbon Limit

I make a try and I have the same value :

oSprite is the bitmap

oSprite:bMoved := { | nRow, nCol | msginfo(oRbar:nheight,oSprite:nTop) }
by MdaSolution
Sat Jan 23, 2010 11:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Limit ---- RESOLVED!!!
Replies: 12
Views: 1801

Re: Ribbon Limit

Thanks Maestro,
But I have a bitmap to move into a ownd with ribbon control and I must not move a window on the screen.
I need it to create a plan of the room of restaurant, to set the tables.
by MdaSolution
Fri Jan 22, 2010 10:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Limit ---- RESOLVED!!!
Replies: 12
Views: 1801

Re: Ribbon Limit

Antonio, (?) Yo y mi amigo que usted sabe que estamos trabajando juntos en otro proyecto para un restaurante También hemos usado ese MdaSolution cuenta que es mi empresa italiana Traté de hacer una pequeña prueba para que usted trate de resolver el problema Cuando se mueve el bitmap que se oculta ba...
by MdaSolution
Fri Jan 22, 2010 8:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Vscroll on Tpanel
Replies: 6
Views: 695

Re: Vscroll on Tpanel

ahora funciona
gracias Maestro Antonio

Necesito una lista de todos los registros con la clase de Tsection ( http://forums.fivetechsupport.com/viewt ... =3&t=17804)
by MdaSolution
Fri Jan 22, 2010 8:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Limit ---- RESOLVED!!!
Replies: 12
Views: 1801

Re: Ribbon Limit

Antonio, I found on xharbour.com guide MSetBounds( [<nTop>], [<nLeft>], [<nBottom>], [<nRight>] ) --> NIL Arguments <nTop> A numeric value indicating the screen coordinate for the top boundary of the restricting rectangle. The default value is 0. <nLeft> A numeric value indicating the screen coordin...
by MdaSolution
Fri Jan 22, 2010 7:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Limit ---- RESOLVED!!!
Replies: 12
Views: 1801

Re: Ribbon Limit

thanks Antonio, But with fivewin we not have any function to set it ? I use this code to move the bitmaps @ nRow, nCol BITMAP oSprite; RESOURCE cBitmap; PIXEL NOBORDER of oWnd oSprite:lTransparent = .T. oSprite:Move(oSprite:nTop,; oSprite:nLeft,; ,; ) oSprite:lDrag := .T. oSprite:bMoved := {|| oSpri...
by MdaSolution
Fri Jan 22, 2010 6:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Limit ---- RESOLVED!!!
Replies: 12
Views: 1801

Re: Ribbon Limit

Any Idea ?

I want the user can move a bitmap only on the child window and not move the bitmap over the ribbon or near to border of child window
by MdaSolution
Fri Jan 22, 2010 3:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Vscroll on Tpanel
Replies: 6
Views: 695

Re: Vscroll on Tpanel

Mr Rao Nages NOT RUN OK PLEASE TRY THIS I use a bitmap with 800 of width #include "fivewin.ch" static  oTest Function Main() LOCAL oWnd, oBar, oPanel  DEFINE WINDOW oWnd ;       FROM 0, 0 TO 600, 800 PIXEL;       TITLE "test" ;       MDI  DEFINE BUTTONBAR oBar 3D SIZE 64, 64 OF  ...
by MdaSolution
Fri Jan 22, 2010 7:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Vscroll on Tpanel
Replies: 6
Views: 695

Re: Vscroll on Tpanel

Can have a sample please ?
because on Tpanel class I not see vscroll method
I have fwh 9.10
by MdaSolution
Thu Jan 21, 2010 11:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Vscroll on Tpanel
Replies: 6
Views: 695

Vscroll on Tpanel

Can we insert a vertical scroll to Tpanel ?