Club Delphi  
    FTP   CCD     Buscar   Trucos   Trabajo   Foros

Retroceder   Foros Club Delphi > Principal > Varios
Registrarse FAQ Miembros Calendario Guía de estilo Temas de Hoy

Grupo de Teaming del ClubDelphi

Respuesta
 
Herramientas Buscar en Tema Desplegado
  #1  
Antiguo 04-10-2006
Avatar de Caral
[Caral] Caral is offline
Miembro Premium
 
Registrado: ago 2006
Posts: 7.659
Poder: 25
Caral Va por buen camino
Component Create 4.0 ----CompCrea---

Hola a todos
Tengo una curiosidad
Consegui el programa (Component Create 4.0) y queria saber si alguno de vosotros lo conoceis, especificamente es un creador de Componentes (sean visuales o no, Delphi VCL) este de manera visual genera dicho componente en cuestion de minutos con unos cuantos teclazos, con las caracteristicas que desees.
En realidad no lo manejo bien puesto que mi espanglish no es muy bueno pero si alguno de vosotros lo conoce tal vez me podria dar su opinion.
Saludos
Responder Con Cita
  #2  
Antiguo 05-10-2006
Avatar de roman
roman roman is offline
Moderador
 
Registrado: may 2003
Ubicación: Ciudad de México
Posts: 20.269
Poder: 10
roman Es un diamante en brutoroman Es un diamante en brutoroman Es un diamante en bruto
No lo conozco, así que no imagino en qué pueda consistir, como no sea que cree el "esqueleto" del componente- la definición de clase, el proceimiento de registro, etc. que más o menos ya hace el propio Delphi. Pero si comentas algo más o pones algún enlace, quizá pueda formarme una mejor idea.

// Saludos
Responder Con Cita
  #3  
Antiguo 05-10-2006
Avatar de Caral
[Caral] Caral is offline
Miembro Premium
 
Registrado: ago 2006
Posts: 7.659
Poder: 25
Caral Va por buen camino
Hola Roman
El unico enlace que hay en el programa es este:
http://www.compcreate.com.
pero no le veo relacion, ? como puedo pasar un archivo zip en donde esta este, para que lo vean ? si es el caso, la verdad a mi me parece interesante por eso lo comente.
Saludos
Responder Con Cita
  #4  
Antiguo 05-10-2006
Avatar de Caral
[Caral] Caral is offline
Miembro Premium
 
Registrado: ago 2006
Posts: 7.659
Poder: 25
Caral Va por buen camino
Esto dice el archivo de ayuda esta en ingles:
Cita:
Defining a new component
Opening a component definition file
Summary of advanced features

Menus

Component navigator
Main page
Properties page
Methods page
Events page
Variables page

Code editor
Text editor
File viewer

How do I
. . . install my new component onto the Delphi palette?

. . . change the palette bitmap of my new component?

. . . set the default value of an inherited property or hide the property?
. . . add properties with new enumerated types?
. . . publish a set property with many elements?
. . . add properties of object types?
. . . add properties that reference other components?
. . . add properties like the Items and Lines properties in VCL components?

. . . add events with custom types?

. . . create a component that wraps around a Delphi form?

. . . create a component with multiple sub-components?
. . . publish properties and events of sub-components?

. . . create a custom property editor?
. . . register a custom property editor that I already have?

. . . make a component data-aware?

. . . create a data-aware business rule component?

. . . work with multiple component definitions at a time?

Occasionally asked questions

Sample files
y los archivos de ejemplo:
Cita:
The following sample files are provided in your Component Create directory:

Basic component creation (/Basic subdirectory)

clock.cd (TClockLabel): Label that displays current date and time. Illustrates updating of component with TTimer.

inifont.cd (TIniFont): Maintains a font value in its Font property. Links with the .INI file, if any, named in its IniFile property.

monthcmb.cd (TMonthCombo): Combo box with list of months. Illustrates setting fixed contents of a string list property within component, unpublishing inherited properties, using Loaded method to set property values that depend on other properties.

mygrid.cd (TMyGrid): String grid with custom cell drawing.

obj_prop.cd (TObjectPropertyDemo): Illustrates object-type properties and component-type properties (i.e., properties referencing another component).

progress.cd (TProgress): Simple progress bar control. Illustrates painting a component from scratch.

rtfopen.cd (TRtfOpen): Dialog for opening an RTF file. Illustrates descending from a common dialog component, unpublishing an inherited property (Options).

undomemo.cd (TUndoMemo): TMemo control with undo. Illustrates KeyPress handling.

Container component creation (/Contain subdirectory)

ol_panel.cd (TOutlinePanel): Outline plus Shrink and Expand buttons to control it. Several sub-component properties and events are published.

ol.dfm: Source file from which ol_panel.cd was imported.

Custom property editor registration and generation (/Propedit subdirectory)


propedit.cd (TPropEditDemo): Component that registers property editors.

edit_int.dfm, edit_int.pas: Sample property editor form for integer property.

edit_flt.dfm, edit_flt.pas: Sample property editor form for floating-point property.

edit_str.dfm, edit_str.pas: Sample property editor form for string property.

edit_sl.dfm, edit_sl.pas: Sample property editor form for TStrings or TStringList property.

Data-aware component creation (/DB subdirectory)

dblabel.cd (TDbLabel): Data-aware label, similar to TDbText; illustrates read-only data link

multfld.cd (TMultiFieldLabel): Data-aware label with data links to two fields of a data source

dbunedit.cd (TDbUndoEdit): Data-aware edit box with undo; illustrates read-write data link

Business rules components (/BusComp subdirectory)

This subdirectory contains rzbizcmp.zip, which in turn contains the source code files and form files for the Raize Software Solutions, Inc. business component framework. These files are copyrighted by Raize Software Solutions, Inc. and are included with their permission. The key files are as follows:

empedtr2.dpr, edtr2frm.dfm, edtr2frm.pas: Demo of TRzBusinessComponent, TRzBusinessTable, and TRzErrorHandler components.

rzbizcmp.pas: Source code for TRzBusinessComponent, TRzBusinessTable, and TRzBusinessQuery components.

rzdbemp.pas: Sample business component, TRzDBEmployee.

rzbizreg.pas: Unit for registering TRzBusinessComponent, TRzErrorHandler, TRzBusinessTable, TRzBusinessQuery, and TRzDBEmployee sample in Delphi 1.0 component library.

rzbiz32.pas: Unit for registering TRzBusinessComponent, TRzErrorHandler, TRzBusinessTable, TRzBusinessQuery, and TRzDBEmployee sample in component library for Delphi 2.0 or later.

Thread Component Toolset (/Threads subdirectory)

The 32-bit version of Component Create includes the Thread Component Toolset, which is installed into this directory. See the Threads.hlp file for information on the included files.

The 16-bit version of Component Create includes only the Threads.hlp file in this directory.
creo que en base a una clase se puede crear otra con eventos y procedimientos diferentes.
Saludos
Responder Con Cita
  #5  
Antiguo 05-10-2006
Avatar de dec
dec dec is offline
Moderador
 
Registrado: dic 2004
Ubicación: Alcobendas, Madrid, España
Posts: 13.107
Poder: 34
dec Tiene un aura espectaculardec Tiene un aura espectacular
Hola,

Cita:
Empezado por Caral
? como puedo pasar un archivo zip en donde esta este, para que lo vean ?
Luego de los botones para enviar un mensaje, más abajo de estos, también más abajo de la casilla, propiamente, en donde escribes un mensaje para publicarlo, encontrarás un apartado en el formulario de nombre "manejar archivos adjuntos" . Si consigues ver eso no creo que tengas problemas en todo lo demás.

Por cierto, la URL que has puesto Caral no parece correcta del todo. Echa un vistazo a ver.
__________________
David Esperalta
www.decsoftutils.com

Última edición por dec fecha: 05-10-2006 a las 00:43:19.
Responder Con Cita
  #6  
Antiguo 05-10-2006
Avatar de Caral
[Caral] Caral is offline
Miembro Premium
 
Registrado: ago 2006
Posts: 7.659
Poder: 25
Caral Va por buen camino
Dec Acabo de hacer lo que dijiste pero el archivo es de 1.84m y dice que se excede el limite .
Bueno tal vez haya otra forma, me dicen?
Saludos
Responder Con Cita
Respuesta



Normas de Publicación
no Puedes crear nuevos temas
no Puedes responder a temas
no Puedes adjuntar archivos
no Puedes editar tus mensajes

El código vB está habilitado
Las caritas están habilitado
Código [IMG] está habilitado
Código HTML está deshabilitado
Saltar a Foro

Temas Similares
Tema Autor Foro Respuestas Último mensaje
component one julyus .NET 1 30-08-2006 06:13:04
Upgrade ActiveX Component Pook OOP 1 04-05-2006 12:10:41
serial component raudelink Varios 1 19-10-2004 02:39:48
String to Component? diegofhernando OOP 2 28-06-2004 17:49:19


La franja horaria es GMT +2. Ahora son las 16:48:30.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi
Copyright 1996-2007 Club Delphi