Jump to content
Fivewin Brasil

GET em 3D


netsys

Recommended Posts

#include "Fivewin.ch"

STATIC oDlg, hBorland

*--------------

Function Main()

*--------------

Local oBmp, oProd

Local cProd:=Space(15)

hBorland := loadlibrary("BWCC.DLL")

Set Resources TO "TESTE.DLL"

SET 3DLOOK ON

Define DIALOG oDlg Resource "T7SUP1A"

Redefine Get oProd Var cProd ID 101 of oDlg

oProd:Set3dLook()

Activate DIALOG oDlg

Return Nil

// Teste.Dll contém uma única Dialog T7SUP1A com 1 get (101)

// Abraços!

// Zamai

Link to comment
Share on other sites

#include "Fivewin.ch"

STATIC oDlg, hBorland

*--------------

Function Main()

*--------------

Local oBmp, oProd

Local cProd:=Space(15)

hBorland := loadlibrary("BWCC.DLL")

Set Resources TO "TESTE.DLL"

SET 3DLOOK ON

Define DIALOG oDlg Resource "T7SUP1A"

Redefine Get oProd Var cProd ID 101 of oDlg

oProd:Set3dLook()

Activate DIALOG oDlg

Return Nil

// Teste.Dll contém uma única Dialog T7SUP1A com 1 get (101)

// Abraços!

// Zamai

Link to comment
Share on other sites

#include "Fivewin.ch"

STATIC oDlg, hBorland

*--------------

Function Main()

*--------------

Local oBmp, oProd

Local cProd:=Space(15)

hBorland := loadlibrary("BWCC.DLL")

Set Resources TO "TESTE.DLL"

SET 3DLOOK ON

Define DIALOG oDlg Resource "T7SUP1A"

Redefine Get oProd Var cProd ID 101 of oDlg

oProd:Set3dLook()

Activate DIALOG oDlg

Return Nil

// Teste.Dll contém uma única Dialog T7SUP1A com 1 get (101)

// Abraços!

// Zamai

Link to comment
Share on other sites

REDEFINE GET oNome VAR Nome PICTURE "@K!" ;

ID 101 OF oDlg ;

FONT oFont UPDATE ;

COLORS CLR_HRED, CLR_YELLOW

SE ISTO ESTIVER OCORRENDO NO WINDOWS XP, AVISE.

TERCEIRO ENCONTRO DE FIVEWINNERS NOVEMBRO DE 2005 EU APOIO E VOU.

Bad Boy - São Paulo.

kmt_karinha@pop.com.br

FW 2.3C CLIPPER 5.3B BLINKER 7.0 WORKSHOP.EXE

Link to comment
Share on other sites

click duas vezes na sua dialog

veja window style

window type

popup

dialog style

system menu -> ligado

thick frame -> ligado

absolute align -> ligado

visible -> ligado

click duas vezes no get

case insensitive - ligado

multiple line -> ligado

tab stop ligado

border -> ligado

visible -> ligado

center -> ligado

no menu do workshop

options

preferences

dialog ->ligado

thick frame -> ligado

wyswyg -> ligado

use ctl3dv2.dll -> ligado -> deve estar em c:\workshop\bin

Use o <1,2> do WorkShop.exe Para Identar os Gets, ponha pelo menos 2 - Idente-os. Teste com o veja se a 'queda' deles esta correta.

Salve

TERCEIRO ENCONTRO DE FIVEWINNERS NOVEMBRO DE 2005 EU APOIO E VOU.

Bad Boy - São Paulo.

kmt_karinha@pop.com.br

FW 2.3C CLIPPER 5.3B BLINKER 7.0 WORKSHOP.EXE

Editado por - kapiaba on 06/09/2005 09:26:34

Link to comment
Share on other sites

Ola Kapiaba!

Obrigado pela paciência! Desculpe a demora mas estava testando todas as dicas que vc forneceu. Infelizmente o prob continua. Fiz todas as verificações no programa e

no Workshop e estão exatamente como vc sugeriu. Também testei no Win 98 / Me / 2000 e Xp e acontece o mesmo. Tem mais alguma alteração?

Grato

Zamai

Link to comment
Share on other sites

solucao, é enviar-me para eu ver. Não faço ideia do que esteja errado. Deveria funcionar.

Teste alguma coisa do samples... quem sabe... Abraços.

TERCEIRO ENCONTRO DE FIVEWINNERS NOVEMBRO DE 2005 EU APOIO E VOU.

Bad Boy - São Paulo.

kmt_karinha@pop.com.br

FW 2.3C CLIPPER 5.3B BLINKER 7.0 WORKSHOP.EXE

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...