Página 1 de 1

test

Publicado: Lun Feb 05, 2007 11:50 pm
por Stephan Hennekens

test

Publicado: Mié Feb 07, 2007 2:08 am
por Capsol Coder
test LS.

test

Publicado: Mié Feb 07, 2007 3:36 am
por Capsol Coder
G'day xailer,
Why does xailer rewrite the Main sub all the time.?
How do I get my stuff into main?
Regards,
Leigh.

test

Publicado: Mié Feb 07, 2007 10:00 am
por ignacio
Capsol,
The Main sub is the entry point to the application. That part of code is
modified by Xailer's IDE to establish the main form and open it when the
applications starts. This module should be considered as a read only module
and I suggest you put your initialization code on the Main form OnInitialize
event.
BTW, a safe way to modify the startup module is creating a function below
IDE's code and make a simple call to that function before the call to the
Show() method. Be aware that you must pass a dummy argument to that
function in order to avoid the IDE modification:
Procedure Main()
Application:cTitle := "DbfEditor"
MyInit( "whatever" )
TFrmMain():New( Application ):Show()
Application:Run()
Return
Function MyInit()
SET DELETED ON
return nil
Regards,
--
Ignacio Ortiz de Zúñiga
http://www.xailer.com
"Capsol Coder" <nick__NOSPAM__@capsol.com.au> escribió en el mensaje
news:[email=45c93b25@news.xailer.com...]45c93b25@news.xailer.com...[/email]
> G'day xailer,
>
> Why does xailer rewrite the Main sub all the time.?
> How do I get my stuff into main?
>
> Regards,
> Leigh.
>

test

Publicado: Mié Feb 07, 2007 10:40 am
por jfgimenez
Capsol,
> Why does xailer rewrite the Main sub all the time.?
> How do I get my stuff into main?
Take a look at this articles:
http://sailingwithxailer.blogspot.com/2 ... nced-xaile r-techniques-application_27.html
http://sailingwithxailer.blogspot.com/2 ... nced-xaile r-techniques-application.html
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info

test

Publicado: Vie Feb 09, 2007 1:21 pm
por david fung
Jose F. Gimenez wrote:
> http://sailingwithxailer.blogspot.com/2 ... nced-xaile r-techniques-application.html
>
The source file is missing from http://www.xailer.com/files/tecnicas2.zip

test

Publicado: Jue Feb 15, 2007 12:57 pm
por jfgimenez
David,
>> http://sailingwithxailer.blogspot.com/2 ... nced-xaile r-techniques-application.html
>>
>
> The source file is missing from http://www.xailer.com/files/tecnicas2.zip
sorry. It can be downloaded from
http://xailer.info/esp/esp/wp-content/u ... /12/tecnic as2.zip
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info