In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.
Componentes de terceros para Xailer 2 / Third party components for Xailer 2
- ignacio
- Site Admin
- Mensajes: 9461
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Componentes de terceros para Xailer 2 / Third party components for Xailer 2
Estimados usuarios de Xailer,
Tenemos el placer de anunciaros el soporte de componentes de terceros en
Xailer y su completa integración con el IDE.
Más información en http://xailer.info/esp/?p=130
--
Dear Xailer users,
We are proud to announce the support of third party components in Xailer and
its complete integration with Xailer's IDE.
More information at http://xailer.info/eng/?p=42
Best regards,
--
[Xailer team]
http://www.xailer.com
http://www.xailer.info
Tenemos el placer de anunciaros el soporte de componentes de terceros en
Xailer y su completa integración con el IDE.
Más información en http://xailer.info/esp/?p=130
--
Dear Xailer users,
We are proud to announce the support of third party components in Xailer and
its complete integration with Xailer's IDE.
More information at http://xailer.info/eng/?p=42
Best regards,
--
[Xailer team]
http://www.xailer.com
http://www.xailer.info
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
-
- Mensajes: 384
- Registrado: Mar May 01, 2007 5:49 pm
Componentes de terceros para Xailer 2 / Third party components for Xailer 2
Hi Ignacio,
This looks a very interesting new feature .... good stuff.
We already have a TDbfDataSet inherited from your class ... to include for
arrays of our Index objects and support for our own Memo file handling
through a separate dbf.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
CLASS TDbfDataSet FROM XDbfDataSet
PUBLISHED:
PROPERTY aIndex INIT {}
PROPERTY aMemos INIT {}
DATA alLog INIT { TRUE, TRUE } // Success & Failure
logging on
METHOD SetOrder
METHOD Open
// Override the TDbfDataSet Save & Delete Methods for Memos ...
METHOD Save
METHOD Delete
// Replicate cDdbfName from DbfX Class
ACCESS cDbfName
// memo methods
method GetMemoObj // Return memo object for
FldNumber
method LoadMemo // Load memo from dbf
method PutMemo // Put memo to dbf
method AccessMemo // Access MemoFld cMemo
method AssignMemo // Assign MemoFld cMemo
method SetMemoChanged // Set oMemo:lMemoChanged
flag
method ClearMemos // Clear memo object(s)
method SetLog
ENDCLASS
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
So the news means I can probably ( maybe with some learning 7 work ) ......
1. Add this to the samples tab ?
2. Drop it on a form ?
3. Set its new & inherited properties through the object inspector ?
4. The object would appear in say a DataAware Edit oDataset property
editor ?
This would be really good.
Regards
Chris
We already have out own
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Estimados usuarios de Xailer,
>
> Tenemos el placer de anunciaros el soporte de componentes de terceros en
> Xailer y su completa integración con el IDE.
>
> Más información en http://xailer.info/esp/?p=130
>
> --
>
> Dear Xailer users,
> We are proud to announce the support of third party components in Xailer
> and its complete integration with Xailer's IDE.
> More information at http://xailer.info/eng/?p=42
> Best regards,
>
> --
> [Xailer team]
> http://www.xailer.com
> http://www.xailer.info
>
This looks a very interesting new feature .... good stuff.
We already have a TDbfDataSet inherited from your class ... to include for
arrays of our Index objects and support for our own Memo file handling
through a separate dbf.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
CLASS TDbfDataSet FROM XDbfDataSet
PUBLISHED:
PROPERTY aIndex INIT {}
PROPERTY aMemos INIT {}
DATA alLog INIT { TRUE, TRUE } // Success & Failure
logging on
METHOD SetOrder
METHOD Open
// Override the TDbfDataSet Save & Delete Methods for Memos ...
METHOD Save
METHOD Delete
// Replicate cDdbfName from DbfX Class
ACCESS cDbfName
// memo methods
method GetMemoObj // Return memo object for
FldNumber
method LoadMemo // Load memo from dbf
method PutMemo // Put memo to dbf
method AccessMemo // Access MemoFld cMemo
method AssignMemo // Assign MemoFld cMemo
method SetMemoChanged // Set oMemo:lMemoChanged
flag
method ClearMemos // Clear memo object(s)
method SetLog
ENDCLASS
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
So the news means I can probably ( maybe with some learning 7 work ) ......
1. Add this to the samples tab ?
2. Drop it on a form ?
3. Set its new & inherited properties through the object inspector ?
4. The object would appear in say a DataAware Edit oDataset property
editor ?
This would be really good.
Regards
Chris
We already have out own
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Estimados usuarios de Xailer,
>
> Tenemos el placer de anunciaros el soporte de componentes de terceros en
> Xailer y su completa integración con el IDE.
>
> Más información en http://xailer.info/esp/?p=130
>
> --
>
> Dear Xailer users,
> We are proud to announce the support of third party components in Xailer
> and its complete integration with Xailer's IDE.
> More information at http://xailer.info/eng/?p=42
> Best regards,
>
> --
> [Xailer team]
> http://www.xailer.com
> http://www.xailer.info
>
- ignacio
- Site Admin
- Mensajes: 9461
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Componentes de terceros para Xailer 2 / Third party components for Xailer 2
Chris,
I'm glad you like this new feature, we are really excited with it.
> 1. Add this to the samples tab ?
Yes, or your own personal Tab
> 2. Drop it on a form ?
Of course yes
> 3. Set its new & inherited properties through the object inspector ?
Yes, for sure!
> 4. The object would appear in say a DataAware Edit oDataset property
> editor ?
Yes again.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
news:[email=497dca0c@svctag-j7w3v3j....]497dca0c@svctag-j7w3v3j....[/email]
> Hi Ignacio,
>
> This looks a very interesting new feature .... good stuff.
>
> We already have a TDbfDataSet inherited from your class ... to include for
> arrays of our Index objects and support for our own Memo file handling
> through a separate dbf.
>
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>
> CLASS TDbfDataSet FROM XDbfDataSet
>
> PUBLISHED:
>
> PROPERTY aIndex INIT {}
> PROPERTY aMemos INIT {}
> DATA alLog INIT { TRUE, TRUE } // Success & Failure
> logging on
>
> METHOD SetOrder
> METHOD Open
>
> // Override the TDbfDataSet Save & Delete Methods for Memos ...
> METHOD Save
> METHOD Delete
>
> // Replicate cDdbfName from DbfX Class
> ACCESS cDbfName
>
> // memo methods
> method GetMemoObj // Return memo object for
> FldNumber
> method LoadMemo // Load memo from dbf
> method PutMemo // Put memo to dbf
> method AccessMemo // Access MemoFld cMemo
> method AssignMemo // Assign MemoFld cMemo
> method SetMemoChanged // Set oMemo:lMemoChanged
> flag
> method ClearMemos // Clear memo object(s)
> method SetLog
>
> ENDCLASS
>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>
> So the news means I can probably ( maybe with some learning 7 work )
> ......
>
> 1. Add this to the samples tab ?
> 2. Drop it on a form ?
> 3. Set its new & inherited properties through the object inspector ?
> 4. The object would appear in say a DataAware Edit oDataset property
> editor ?
>
> This would be really good.
>
> Regards
>
> Chris
>
> We already have out own
> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
> news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Estimados usuarios de Xailer,
>>
>> Tenemos el placer de anunciaros el soporte de componentes de terceros en
>> Xailer y su completa integración con el IDE.
>>
>> Más información en http://xailer.info/esp/?p=130
>>
>> --
>>
>> Dear Xailer users,
>> We are proud to announce the support of third party components in Xailer
>> and its complete integration with Xailer's IDE.
>> More information at http://xailer.info/eng/?p=42
>> Best regards,
>>
>> --
>> [Xailer team]
>> http://www.xailer.com
>> http://www.xailer.info
>>
>
>
>
I'm glad you like this new feature, we are really excited with it.
> 1. Add this to the samples tab ?
Yes, or your own personal Tab

> 2. Drop it on a form ?
Of course yes
> 3. Set its new & inherited properties through the object inspector ?
Yes, for sure!
> 4. The object would appear in say a DataAware Edit oDataset property
> editor ?
Yes again.
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
news:[email=497dca0c@svctag-j7w3v3j....]497dca0c@svctag-j7w3v3j....[/email]
> Hi Ignacio,
>
> This looks a very interesting new feature .... good stuff.
>
> We already have a TDbfDataSet inherited from your class ... to include for
> arrays of our Index objects and support for our own Memo file handling
> through a separate dbf.
>
> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>
> CLASS TDbfDataSet FROM XDbfDataSet
>
> PUBLISHED:
>
> PROPERTY aIndex INIT {}
> PROPERTY aMemos INIT {}
> DATA alLog INIT { TRUE, TRUE } // Success & Failure
> logging on
>
> METHOD SetOrder
> METHOD Open
>
> // Override the TDbfDataSet Save & Delete Methods for Memos ...
> METHOD Save
> METHOD Delete
>
> // Replicate cDdbfName from DbfX Class
> ACCESS cDbfName
>
> // memo methods
> method GetMemoObj // Return memo object for
> FldNumber
> method LoadMemo // Load memo from dbf
> method PutMemo // Put memo to dbf
> method AccessMemo // Access MemoFld cMemo
> method AssignMemo // Assign MemoFld cMemo
> method SetMemoChanged // Set oMemo:lMemoChanged
> flag
> method ClearMemos // Clear memo object(s)
> method SetLog
>
> ENDCLASS
>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>
> So the news means I can probably ( maybe with some learning 7 work )
> ......
>
> 1. Add this to the samples tab ?
> 2. Drop it on a form ?
> 3. Set its new & inherited properties through the object inspector ?
> 4. The object would appear in say a DataAware Edit oDataset property
> editor ?
>
> This would be really good.
>
> Regards
>
> Chris
>
> We already have out own
> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
> news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Estimados usuarios de Xailer,
>>
>> Tenemos el placer de anunciaros el soporte de componentes de terceros en
>> Xailer y su completa integración con el IDE.
>>
>> Más información en http://xailer.info/esp/?p=130
>>
>> --
>>
>> Dear Xailer users,
>> We are proud to announce the support of third party components in Xailer
>> and its complete integration with Xailer's IDE.
>> More information at http://xailer.info/eng/?p=42
>> Best regards,
>>
>> --
>> [Xailer team]
>> http://www.xailer.com
>> http://www.xailer.info
>>
>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
-
- Mensajes: 384
- Registrado: Mar May 01, 2007 5:49 pm
Componentes de terceros para Xailer 2 / Third party components for Xailer 2
Ignacio,
Thanks for the reply ... excellent news.
I have studied the samplescontrols folders & code and have had a go.
I have created a lib, a dll, added my own tab to the IDE, added my control
to my tab ( with your planning.ico )
So far so good.
When I add my component to a form I get the gpf shown in the png.
Have zipped up 2 prgs also attached.
My class inherits from a standard xailer one, possibly not doing it quite
right.
Any help would be appreciated.
Regards
Chris
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:497de10a$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Chris,
>
> I'm glad you like this new feature, we are really excited with it.
>
>> 1. Add this to the samples tab ?
> Yes, or your own personal Tab
>
>> 2. Drop it on a form ?
> Of course yes
>
>> 3. Set its new & inherited properties through the object inspector ?
> Yes, for sure!
>
>> 4. The object would appear in say a DataAware Edit oDataset property
>> editor ?
>
> Yes again.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
> news:[email=497dca0c@svctag-j7w3v3j....]497dca0c@svctag-j7w3v3j....[/email]
>> Hi Ignacio,
>>
>> This looks a very interesting new feature .... good stuff.
>>
>> We already have a TDbfDataSet inherited from your class ... to include
>> for
>> arrays of our Index objects and support for our own Memo file handling
>> through a separate dbf.
>>
>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>
>> CLASS TDbfDataSet FROM XDbfDataSet
>>
>> PUBLISHED:
>>
>> PROPERTY aIndex INIT {}
>> PROPERTY aMemos INIT {}
>> DATA alLog INIT { TRUE, TRUE } // Success & Failure
>> logging on
>>
>> METHOD SetOrder
>> METHOD Open
>>
>> // Override the TDbfDataSet Save & Delete Methods for Memos ...
>> METHOD Save
>> METHOD Delete
>>
>> // Replicate cDdbfName from DbfX Class
>> ACCESS cDbfName
>>
>> // memo methods
>> method GetMemoObj // Return memo object
>> for
>> FldNumber
>> method LoadMemo // Load memo from dbf
>> method PutMemo // Put memo to dbf
>> method AccessMemo // Access MemoFld cMemo
>> method AssignMemo // Assign MemoFld cMemo
>> method SetMemoChanged // Set
>> oMemo:lMemoChanged
>> flag
>> method ClearMemos // Clear memo object(s)
>> method SetLog
>>
>> ENDCLASS
>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>
>> So the news means I can probably ( maybe with some learning 7 work )
>> ......
>>
>> 1. Add this to the samples tab ?
>> 2. Drop it on a form ?
>> 3. Set its new & inherited properties through the object inspector ?
>> 4. The object would appear in say a DataAware Edit oDataset property
>> editor ?
>>
>> This would be really good.
>>
>> Regards
>>
>> Chris
>>
>> We already have out own
>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
>> news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>> Estimados usuarios de Xailer,
>>>
>>> Tenemos el placer de anunciaros el soporte de componentes de terceros en
>>> Xailer y su completa integración con el IDE.
>>>
>>> Más información en http://xailer.info/esp/?p=130
>>>
>>> --
>>>
>>> Dear Xailer users,
>>> We are proud to announce the support of third party components in Xailer
>>> and its complete integration with Xailer's IDE.
>>> More information at http://xailer.info/eng/?p=42
>>> Best regards,
>>>
>>> --
>>> [Xailer team]
>>> http://www.xailer.com
>>> http://www.xailer.info
>>>
>>
>>
>>
>
>
Attached files Source.zip (2 KB)Â
Thanks for the reply ... excellent news.
I have studied the samplescontrols folders & code and have had a go.
I have created a lib, a dll, added my own tab to the IDE, added my control
to my tab ( with your planning.ico )
So far so good.
When I add my component to a form I get the gpf shown in the png.
Have zipped up 2 prgs also attached.
My class inherits from a standard xailer one, possibly not doing it quite
right.
Any help would be appreciated.
Regards
Chris
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:497de10a$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Chris,
>
> I'm glad you like this new feature, we are really excited with it.
>
>> 1. Add this to the samples tab ?
> Yes, or your own personal Tab

>
>> 2. Drop it on a form ?
> Of course yes
>
>> 3. Set its new & inherited properties through the object inspector ?
> Yes, for sure!
>
>> 4. The object would appear in say a DataAware Edit oDataset property
>> editor ?
>
> Yes again.
>
> Regards,
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
> news:[email=497dca0c@svctag-j7w3v3j....]497dca0c@svctag-j7w3v3j....[/email]
>> Hi Ignacio,
>>
>> This looks a very interesting new feature .... good stuff.
>>
>> We already have a TDbfDataSet inherited from your class ... to include
>> for
>> arrays of our Index objects and support for our own Memo file handling
>> through a separate dbf.
>>
>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>
>> CLASS TDbfDataSet FROM XDbfDataSet
>>
>> PUBLISHED:
>>
>> PROPERTY aIndex INIT {}
>> PROPERTY aMemos INIT {}
>> DATA alLog INIT { TRUE, TRUE } // Success & Failure
>> logging on
>>
>> METHOD SetOrder
>> METHOD Open
>>
>> // Override the TDbfDataSet Save & Delete Methods for Memos ...
>> METHOD Save
>> METHOD Delete
>>
>> // Replicate cDdbfName from DbfX Class
>> ACCESS cDbfName
>>
>> // memo methods
>> method GetMemoObj // Return memo object
>> for
>> FldNumber
>> method LoadMemo // Load memo from dbf
>> method PutMemo // Put memo to dbf
>> method AccessMemo // Access MemoFld cMemo
>> method AssignMemo // Assign MemoFld cMemo
>> method SetMemoChanged // Set
>> oMemo:lMemoChanged
>> flag
>> method ClearMemos // Clear memo object(s)
>> method SetLog
>>
>> ENDCLASS
>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>
>> So the news means I can probably ( maybe with some learning 7 work )
>> ......
>>
>> 1. Add this to the samples tab ?
>> 2. Drop it on a form ?
>> 3. Set its new & inherited properties through the object inspector ?
>> 4. The object would appear in say a DataAware Edit oDataset property
>> editor ?
>>
>> This would be really good.
>>
>> Regards
>>
>> Chris
>>
>> We already have out own
>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
>> news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>> Estimados usuarios de Xailer,
>>>
>>> Tenemos el placer de anunciaros el soporte de componentes de terceros en
>>> Xailer y su completa integración con el IDE.
>>>
>>> Más información en http://xailer.info/esp/?p=130
>>>
>>> --
>>>
>>> Dear Xailer users,
>>> We are proud to announce the support of third party components in Xailer
>>> and its complete integration with Xailer's IDE.
>>> More information at http://xailer.info/eng/?p=42
>>> Best regards,
>>>
>>> --
>>> [Xailer team]
>>> http://www.xailer.com
>>> http://www.xailer.info
>>>
>>
>>
>>
>
>
Attached files Source.zip (2 KB)Â
- ignacio
- Site Admin
- Mensajes: 9461
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Componentes de terceros para Xailer 2 / Third party components for Xailer 2
Chris,
Send the complete project please.
BTW:
Your class should not have the same name as the original class it inherits:
CLASS TMyDbfDataSet FROM TDbfDataSet
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
news:[email=497df721@svctag-j7w3v3j....]497df721@svctag-j7w3v3j....[/email]
> Ignacio,
>
> Thanks for the reply ... excellent news.
>
> I have studied the samplescontrols folders & code and have had a go.
>
> I have created a lib, a dll, added my own tab to the IDE, added my control
> to my tab ( with your planning.ico )
>
> So far so good.
>
> When I add my component to a form I get the gpf shown in the png.
>
> Have zipped up 2 prgs also attached.
>
> My class inherits from a standard xailer one, possibly not doing it quite
> right.
>
> Any help would be appreciated.
>
> Regards
>
> Chris
>
> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
> news:497de10a$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Chris,
>>
>> I'm glad you like this new feature, we are really excited with it.
>>
>>> 1. Add this to the samples tab ?
>> Yes, or your own personal Tab
>>
>>> 2. Drop it on a form ?
>> Of course yes
>>
>>> 3. Set its new & inherited properties through the object inspector ?
>> Yes, for sure!
>>
>>> 4. The object would appear in say a DataAware Edit oDataset property
>>> editor ?
>>
>> Yes again.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> Xailer support / Soporte de Xailer
>> http://www.xailer.com
>> http://www.xailer.info
>> "Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
>> news:[email=497dca0c@svctag-j7w3v3j....]497dca0c@svctag-j7w3v3j....[/email]
>>> Hi Ignacio,
>>>
>>> This looks a very interesting new feature .... good stuff.
>>>
>>> We already have a TDbfDataSet inherited from your class ... to include
>>> for
>>> arrays of our Index objects and support for our own Memo file handling
>>> through a separate dbf.
>>>
>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>
>>> CLASS TDbfDataSet FROM XDbfDataSet
>>>
>>> PUBLISHED:
>>>
>>> PROPERTY aIndex INIT {}
>>> PROPERTY aMemos INIT {}
>>> DATA alLog INIT { TRUE, TRUE } // Success & Failure
>>> logging on
>>>
>>> METHOD SetOrder
>>> METHOD Open
>>>
>>> // Override the TDbfDataSet Save & Delete Methods for Memos ...
>>> METHOD Save
>>> METHOD Delete
>>>
>>> // Replicate cDdbfName from DbfX Class
>>> ACCESS cDbfName
>>>
>>> // memo methods
>>> method GetMemoObj // Return memo object
>>> for
>>> FldNumber
>>> method LoadMemo // Load memo from dbf
>>> method PutMemo // Put memo to dbf
>>> method AccessMemo // Access MemoFld cMemo
>>> method AssignMemo // Assign MemoFld cMemo
>>> method SetMemoChanged // Set
>>> oMemo:lMemoChanged
>>> flag
>>> method ClearMemos // Clear memo object(s)
>>> method SetLog
>>>
>>> ENDCLASS
>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>
>>> So the news means I can probably ( maybe with some learning 7 work )
>>> ......
>>>
>>> 1. Add this to the samples tab ?
>>> 2. Drop it on a form ?
>>> 3. Set its new & inherited properties through the object inspector ?
>>> 4. The object would appear in say a DataAware Edit oDataset property
>>> editor ?
>>>
>>> This would be really good.
>>>
>>> Regards
>>>
>>> Chris
>>>
>>> We already have out own
>>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in
>>> message
>>> news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>>> Estimados usuarios de Xailer,
>>>>
>>>> Tenemos el placer de anunciaros el soporte de componentes de terceros
>>>> en
>>>> Xailer y su completa integración con el IDE.
>>>>
>>>> Más información en http://xailer.info/esp/?p=130
>>>>
>>>> --
>>>>
>>>> Dear Xailer users,
>>>> We are proud to announce the support of third party components in
>>>> Xailer
>>>> and its complete integration with Xailer's IDE.
>>>> More information at http://xailer.info/eng/?p=42
>>>> Best regards,
>>>>
>>>> --
>>>> [Xailer team]
>>>> http://www.xailer.com
>>>> http://www.xailer.info
>>>>
>>>
>>>
>>>
>>
>>
>
>
>
Send the complete project please.
BTW:
Your class should not have the same name as the original class it inherits:
CLASS TMyDbfDataSet FROM TDbfDataSet
Regards,
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
news:[email=497df721@svctag-j7w3v3j....]497df721@svctag-j7w3v3j....[/email]
> Ignacio,
>
> Thanks for the reply ... excellent news.
>
> I have studied the samplescontrols folders & code and have had a go.
>
> I have created a lib, a dll, added my own tab to the IDE, added my control
> to my tab ( with your planning.ico )
>
> So far so good.
>
> When I add my component to a form I get the gpf shown in the png.
>
> Have zipped up 2 prgs also attached.
>
> My class inherits from a standard xailer one, possibly not doing it quite
> right.
>
> Any help would be appreciated.
>
> Regards
>
> Chris
>
> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
> news:497de10a$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>> Chris,
>>
>> I'm glad you like this new feature, we are really excited with it.
>>
>>> 1. Add this to the samples tab ?
>> Yes, or your own personal Tab

>>
>>> 2. Drop it on a form ?
>> Of course yes
>>
>>> 3. Set its new & inherited properties through the object inspector ?
>> Yes, for sure!
>>
>>> 4. The object would appear in say a DataAware Edit oDataset property
>>> editor ?
>>
>> Yes again.
>>
>> Regards,
>>
>> --
>> Ignacio Ortiz de Zúñiga
>> Xailer support / Soporte de Xailer
>> http://www.xailer.com
>> http://www.xailer.info
>> "Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
>> news:[email=497dca0c@svctag-j7w3v3j....]497dca0c@svctag-j7w3v3j....[/email]
>>> Hi Ignacio,
>>>
>>> This looks a very interesting new feature .... good stuff.
>>>
>>> We already have a TDbfDataSet inherited from your class ... to include
>>> for
>>> arrays of our Index objects and support for our own Memo file handling
>>> through a separate dbf.
>>>
>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>
>>> CLASS TDbfDataSet FROM XDbfDataSet
>>>
>>> PUBLISHED:
>>>
>>> PROPERTY aIndex INIT {}
>>> PROPERTY aMemos INIT {}
>>> DATA alLog INIT { TRUE, TRUE } // Success & Failure
>>> logging on
>>>
>>> METHOD SetOrder
>>> METHOD Open
>>>
>>> // Override the TDbfDataSet Save & Delete Methods for Memos ...
>>> METHOD Save
>>> METHOD Delete
>>>
>>> // Replicate cDdbfName from DbfX Class
>>> ACCESS cDbfName
>>>
>>> // memo methods
>>> method GetMemoObj // Return memo object
>>> for
>>> FldNumber
>>> method LoadMemo // Load memo from dbf
>>> method PutMemo // Put memo to dbf
>>> method AccessMemo // Access MemoFld cMemo
>>> method AssignMemo // Assign MemoFld cMemo
>>> method SetMemoChanged // Set
>>> oMemo:lMemoChanged
>>> flag
>>> method ClearMemos // Clear memo object(s)
>>> method SetLog
>>>
>>> ENDCLASS
>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>
>>> So the news means I can probably ( maybe with some learning 7 work )
>>> ......
>>>
>>> 1. Add this to the samples tab ?
>>> 2. Drop it on a form ?
>>> 3. Set its new & inherited properties through the object inspector ?
>>> 4. The object would appear in say a DataAware Edit oDataset property
>>> editor ?
>>>
>>> This would be really good.
>>>
>>> Regards
>>>
>>> Chris
>>>
>>> We already have out own
>>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in
>>> message
>>> news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>>> Estimados usuarios de Xailer,
>>>>
>>>> Tenemos el placer de anunciaros el soporte de componentes de terceros
>>>> en
>>>> Xailer y su completa integración con el IDE.
>>>>
>>>> Más información en http://xailer.info/esp/?p=130
>>>>
>>>> --
>>>>
>>>> Dear Xailer users,
>>>> We are proud to announce the support of third party components in
>>>> Xailer
>>>> and its complete integration with Xailer's IDE.
>>>> More information at http://xailer.info/eng/?p=42
>>>> Best regards,
>>>>
>>>> --
>>>> [Xailer team]
>>>> http://www.xailer.com
>>>> http://www.xailer.info
>>>>
>>>
>>>
>>>
>>
>>
>
>
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
-
- Mensajes: 384
- Registrado: Mar May 01, 2007 5:49 pm
Componentes de terceros para Xailer 2 / Third party components for Xailer 2
Jose, Ignacio,
Changed the name of my class to TbsDbfdataSet .... works a treat.
See attached image.
This is great progress.
Thank you for your help this evening ... good end to the day.
Regards
Chris
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:497dfa6d$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Chris,
>
> Send the complete project please.
>
> BTW:
>
> Your class should not have the same name as the original class it
> inherits:
>
> CLASS TMyDbfDataSet FROM TDbfDataSet
>
> Regards,
>
>
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
> news:[email=497df721@svctag-j7w3v3j....]497df721@svctag-j7w3v3j....[/email]
>> Ignacio,
>>
>> Thanks for the reply ... excellent news.
>>
>> I have studied the samplescontrols folders & code and have had a go.
>>
>> I have created a lib, a dll, added my own tab to the IDE, added my
>> control
>> to my tab ( with your planning.ico )
>>
>> So far so good.
>>
>> When I add my component to a form I get the gpf shown in the png.
>>
>> Have zipped up 2 prgs also attached.
>>
>> My class inherits from a standard xailer one, possibly not doing it quite
>> right.
>>
>> Any help would be appreciated.
>>
>> Regards
>>
>> Chris
>>
>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
>> news:497de10a$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>> Chris,
>>>
>>> I'm glad you like this new feature, we are really excited with it.
>>>
>>>> 1. Add this to the samples tab ?
>>> Yes, or your own personal Tab
>>>
>>>> 2. Drop it on a form ?
>>> Of course yes
>>>
>>>> 3. Set its new & inherited properties through the object inspector ?
>>> Yes, for sure!
>>>
>>>> 4. The object would appear in say a DataAware Edit oDataset property
>>>> editor ?
>>>
>>> Yes again.
>>>
>>> Regards,
>>>
>>> --
>>> Ignacio Ortiz de Zúñiga
>>> Xailer support / Soporte de Xailer
>>> http://www.xailer.com
>>> http://www.xailer.info
>>> "Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
>>> news:[email=497dca0c@svctag-j7w3v3j....]497dca0c@svctag-j7w3v3j....[/email]
>>>> Hi Ignacio,
>>>>
>>>> This looks a very interesting new feature .... good stuff.
>>>>
>>>> We already have a TDbfDataSet inherited from your class ... to include
>>>> for
>>>> arrays of our Index objects and support for our own Memo file handling
>>>> through a separate dbf.
>>>>
>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>>
>>>> CLASS TDbfDataSet FROM XDbfDataSet
>>>>
>>>> PUBLISHED:
>>>>
>>>> PROPERTY aIndex INIT {}
>>>> PROPERTY aMemos INIT {}
>>>> DATA alLog INIT { TRUE, TRUE } // Success &
>>>> Failure
>>>> logging on
>>>>
>>>> METHOD SetOrder
>>>> METHOD Open
>>>>
>>>> // Override the TDbfDataSet Save & Delete Methods for Memos ...
>>>> METHOD Save
>>>> METHOD Delete
>>>>
>>>> // Replicate cDdbfName from DbfX Class
>>>> ACCESS cDbfName
>>>>
>>>> // memo methods
>>>> method GetMemoObj // Return memo object
>>>> for
>>>> FldNumber
>>>> method LoadMemo // Load memo from dbf
>>>> method PutMemo // Put memo to dbf
>>>> method AccessMemo // Access MemoFld
>>>> cMemo
>>>> method AssignMemo // Assign MemoFld
>>>> cMemo
>>>> method SetMemoChanged // Set
>>>> oMemo:lMemoChanged
>>>> flag
>>>> method ClearMemos // Clear memo
>>>> object(s)
>>>> method SetLog
>>>>
>>>> ENDCLASS
>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>
>>>> So the news means I can probably ( maybe with some learning 7 work )
>>>> ......
>>>>
>>>> 1. Add this to the samples tab ?
>>>> 2. Drop it on a form ?
>>>> 3. Set its new & inherited properties through the object inspector ?
>>>> 4. The object would appear in say a DataAware Edit oDataset property
>>>> editor ?
>>>>
>>>> This would be really good.
>>>>
>>>> Regards
>>>>
>>>> Chris
>>>>
>>>> We already have out own
>>>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in
>>>> message
>>>> news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>>>> Estimados usuarios de Xailer,
>>>>>
>>>>> Tenemos el placer de anunciaros el soporte de componentes de terceros
>>>>> en
>>>>> Xailer y su completa integración con el IDE.
>>>>>
>>>>> Más información en http://xailer.info/esp/?p=130
>>>>>
>>>>> --
>>>>>
>>>>> Dear Xailer users,
>>>>> We are proud to announce the support of third party components in
>>>>> Xailer
>>>>> and its complete integration with Xailer's IDE.
>>>>> More information at http://xailer.info/eng/?p=42
>>>>> Best regards,
>>>>>
>>>>> --
>>>>> [Xailer team]
>>>>> http://www.xailer.com
>>>>> http://www.xailer.info
>>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>
Attached files
Changed the name of my class to TbsDbfdataSet .... works a treat.
See attached image.
This is great progress.
Thank you for your help this evening ... good end to the day.
Regards
Chris
"Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
news:497dfa6d$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Chris,
>
> Send the complete project please.
>
> BTW:
>
> Your class should not have the same name as the original class it
> inherits:
>
> CLASS TMyDbfDataSet FROM TDbfDataSet
>
> Regards,
>
>
>
> --
> Ignacio Ortiz de Zúñiga
> Xailer support / Soporte de Xailer
> http://www.xailer.com
> http://www.xailer.info
> "Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
> news:[email=497df721@svctag-j7w3v3j....]497df721@svctag-j7w3v3j....[/email]
>> Ignacio,
>>
>> Thanks for the reply ... excellent news.
>>
>> I have studied the samplescontrols folders & code and have had a go.
>>
>> I have created a lib, a dll, added my own tab to the IDE, added my
>> control
>> to my tab ( with your planning.ico )
>>
>> So far so good.
>>
>> When I add my component to a form I get the gpf shown in the png.
>>
>> Have zipped up 2 prgs also attached.
>>
>> My class inherits from a standard xailer one, possibly not doing it quite
>> right.
>>
>> Any help would be appreciated.
>>
>> Regards
>>
>> Chris
>>
>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in message
>> news:497de10a$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>> Chris,
>>>
>>> I'm glad you like this new feature, we are really excited with it.
>>>
>>>> 1. Add this to the samples tab ?
>>> Yes, or your own personal Tab

>>>
>>>> 2. Drop it on a form ?
>>> Of course yes
>>>
>>>> 3. Set its new & inherited properties through the object inspector ?
>>> Yes, for sure!
>>>
>>>> 4. The object would appear in say a DataAware Edit oDataset property
>>>> editor ?
>>>
>>> Yes again.
>>>
>>> Regards,
>>>
>>> --
>>> Ignacio Ortiz de Zúñiga
>>> Xailer support / Soporte de Xailer
>>> http://www.xailer.com
>>> http://www.xailer.info
>>> "Chris Gillard" <chris@bluesquare.co.uk> escribió en el mensaje
>>> news:[email=497dca0c@svctag-j7w3v3j....]497dca0c@svctag-j7w3v3j....[/email]
>>>> Hi Ignacio,
>>>>
>>>> This looks a very interesting new feature .... good stuff.
>>>>
>>>> We already have a TDbfDataSet inherited from your class ... to include
>>>> for
>>>> arrays of our Index objects and support for our own Memo file handling
>>>> through a separate dbf.
>>>>
>>>> <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>>
>>>> CLASS TDbfDataSet FROM XDbfDataSet
>>>>
>>>> PUBLISHED:
>>>>
>>>> PROPERTY aIndex INIT {}
>>>> PROPERTY aMemos INIT {}
>>>> DATA alLog INIT { TRUE, TRUE } // Success &
>>>> Failure
>>>> logging on
>>>>
>>>> METHOD SetOrder
>>>> METHOD Open
>>>>
>>>> // Override the TDbfDataSet Save & Delete Methods for Memos ...
>>>> METHOD Save
>>>> METHOD Delete
>>>>
>>>> // Replicate cDdbfName from DbfX Class
>>>> ACCESS cDbfName
>>>>
>>>> // memo methods
>>>> method GetMemoObj // Return memo object
>>>> for
>>>> FldNumber
>>>> method LoadMemo // Load memo from dbf
>>>> method PutMemo // Put memo to dbf
>>>> method AccessMemo // Access MemoFld
>>>> cMemo
>>>> method AssignMemo // Assign MemoFld
>>>> cMemo
>>>> method SetMemoChanged // Set
>>>> oMemo:lMemoChanged
>>>> flag
>>>> method ClearMemos // Clear memo
>>>> object(s)
>>>> method SetLog
>>>>
>>>> ENDCLASS
>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>
>>>> So the news means I can probably ( maybe with some learning 7 work )
>>>> ......
>>>>
>>>> 1. Add this to the samples tab ?
>>>> 2. Drop it on a form ?
>>>> 3. Set its new & inherited properties through the object inspector ?
>>>> 4. The object would appear in say a DataAware Edit oDataset property
>>>> editor ?
>>>>
>>>> This would be really good.
>>>>
>>>> Regards
>>>>
>>>> Chris
>>>>
>>>> We already have out own
>>>> "Ignacio Ortiz de Zúñiga" <NoNameToAvoidSpam@xailer.com> wrote in
>>>> message
>>>> news:4979e993$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
>>>>> Estimados usuarios de Xailer,
>>>>>
>>>>> Tenemos el placer de anunciaros el soporte de componentes de terceros
>>>>> en
>>>>> Xailer y su completa integración con el IDE.
>>>>>
>>>>> Más información en http://xailer.info/esp/?p=130
>>>>>
>>>>> --
>>>>>
>>>>> Dear Xailer users,
>>>>> We are proud to announce the support of third party components in
>>>>> Xailer
>>>>> and its complete integration with Xailer's IDE.
>>>>> More information at http://xailer.info/eng/?p=42
>>>>> Best regards,
>>>>>
>>>>> --
>>>>> [Xailer team]
>>>>> http://www.xailer.com
>>>>> http://www.xailer.info
>>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>>
>
>
Attached files
-
- Mensajes: 1310
- Registrado: Mié Sep 26, 2007 7:12 pm
Componentes de terceros para Xailer 2 / Third party components for Xailer 2
Muy buena esta novedad, otra promesa cumplida, así da gusto.
Pero... un detalle, he cvreado un componente nuevo en una nueva pestaña
y va muy bien, creo un Form y lo incorporo perfectamente, pero
incorporando los vuestros de la pestaña samples, algunos van bien como
el tSearchComboBox, pero otros como tBanner, tEditBanner o tPlanning dan
error cuando los seleccionas y los sueltas sobre el formulario.
Salu2.
Pero... un detalle, he cvreado un componente nuevo en una nueva pestaña
y va muy bien, creo un Form y lo incorporo perfectamente, pero
incorporando los vuestros de la pestaña samples, algunos van bien como
el tSearchComboBox, pero otros como tBanner, tEditBanner o tPlanning dan
error cuando los seleccionas y los sueltas sobre el formulario.
Salu2.
- ignacio
- Site Admin
- Mensajes: 9461
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Componentes de terceros para Xailer 2 / Third party components for Xailer 2
Bingen,
No consigo reproducir el error que comentas. Si has modificado samples.dll
intenta recuperar la versión original.
Un saludo
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Bingen Ugaldebere" <bingen@bisoft.com> escribió en el mensaje
news:[email=497ebc0b@svctag-j7w3v3j....]497ebc0b@svctag-j7w3v3j....[/email]
> Muy buena esta novedad, otra promesa cumplida, así da gusto.
>
> Pero... un detalle, he cvreado un componente nuevo en una nueva pestaña y
> va muy bien, creo un Form y lo incorporo perfectamente, pero incorporando
> los vuestros de la pestaña samples, algunos van bien como el
> tSearchComboBox, pero otros como tBanner, tEditBanner o tPlanning dan
> error cuando los seleccionas y los sueltas sobre el formulario.
>
> Salu2.
>
No consigo reproducir el error que comentas. Si has modificado samples.dll
intenta recuperar la versión original.
Un saludo
--
Ignacio Ortiz de Zúñiga
Xailer support / Soporte de Xailer
http://www.xailer.com
http://www.xailer.info
"Bingen Ugaldebere" <bingen@bisoft.com> escribió en el mensaje
news:[email=497ebc0b@svctag-j7w3v3j....]497ebc0b@svctag-j7w3v3j....[/email]
> Muy buena esta novedad, otra promesa cumplida, así da gusto.
>
> Pero... un detalle, he cvreado un componente nuevo en una nueva pestaña y
> va muy bien, creo un Form y lo incorporo perfectamente, pero incorporando
> los vuestros de la pestaña samples, algunos van bien como el
> tSearchComboBox, pero otros como tBanner, tEditBanner o tPlanning dan
> error cuando los seleccionas y los sueltas sobre el formulario.
>
> Salu2.
>
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
-
- Mensajes: 1310
- Registrado: Mié Sep 26, 2007 7:12 pm
Componentes de terceros para Xailer 2 / Third party components for Xailer 2
No lo siento no he modificado samples.dll sino que he incorporado una
Dll nueva.
Por cierto hay 2 Samples.Dll una en C:XailerBin y otra en
C:XailerSamplesControls que difieren en 1 Kb supongo que la buena es
la primera pero...
Salu2.
Ignacio Ortiz de Zúñiga escribió:
> Bingen,
>
> No consigo reproducir el error que comentas. Si has modificado samples.dll
> intenta recuperar la versión original.
>
> Un saludo
>
Dll nueva.
Por cierto hay 2 Samples.Dll una en C:XailerBin y otra en
C:XailerSamplesControls que difieren en 1 Kb supongo que la buena es
la primera pero...
Salu2.
Ignacio Ortiz de Zúñiga escribió:
> Bingen,
>
> No consigo reproducir el error que comentas. Si has modificado samples.dll
> intenta recuperar la versión original.
>
> Un saludo
>
Componentes de terceros para Xailer 2 / Third party components for Xailer 2
Bingen,
> Muy buena esta novedad, otra promesa cumplida, así da gusto.
>
> Pero... un detalle, he cvreado un componente nuevo en una nueva pestaña y
> va muy bien, creo un Form y lo incorporo perfectamente, pero incorporando
> los vuestros de la pestaña samples, algunos van bien como el
> tSearchComboBox, pero otros como tBanner, tEditBanner o tPlanning dan
> error cuando los seleccionas y los sueltas sobre el formulario.
¿Qué error aparece?
--
Un saludo,
José F. Giménez
http://www.xailer.com
http://www.xailer.info
> Muy buena esta novedad, otra promesa cumplida, así da gusto.
>
> Pero... un detalle, he cvreado un componente nuevo en una nueva pestaña y
> va muy bien, creo un Form y lo incorporo perfectamente, pero incorporando
> los vuestros de la pestaña samples, algunos van bien como el
> tSearchComboBox, pero otros como tBanner, tEditBanner o tPlanning dan
> error cuando los seleccionas y los sueltas sobre el formulario.
¿Qué error aparece?
--
Un saludo,
José F. Giménez
http://www.xailer.com
http://www.xailer.info
-
- Mensajes: 1310
- Registrado: Mié Sep 26, 2007 7:12 pm
Componentes de terceros para Xailer 2 / Third party components for Xailer 2
No me lo puedo creer, vuelvo a probarlo y ahora funciona correctamente.
Supongo que no lo he probado desde la última instalación del ejecutable.
Humildemente pido perdón y muchas gracias por vuestro interés.
Salu2.
Supongo que no lo he probado desde la última instalación del ejecutable.
Humildemente pido perdón y muchas gracias por vuestro interés.
Salu2.