I want to save the state of my treeview so when the application starts, the
treeview is shown as I have it in the designer. How can I do this? Do I
programmatically have to do this? If so, what event should I program the
TreeViewItem states? The documentation lacks several of the events shown ...
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.
Se encontraron 26 coincidencias
- Vie Jul 28, 2006 12:34 am
- Foro: Xailer English
- Tema: TreeView Save State
- Respuestas: 5
- Vistas: 3483
- Jue Jul 27, 2006 9:58 pm
- Foro: Xailer English
- Tema: Treeview Images
- Respuestas: 3
- Vistas: 2506
Treeview Images
Is there a way to have root elements in a treeview show an image but not in
the child elements? I can assign a TImagelist to the TreeView , but the root
*and* childs indent with a blank space for an image.
the child elements? I can assign a TImagelist to the TreeView , but the root
*and* childs indent with a blank space for an image.
- Jue Jul 27, 2006 7:44 pm
- Foro: Xailer English
- Tema: Strategy Question
- Respuestas: 3
- Vistas: 2485
Strategy Question
In our application, I have several dialogs that contain some of the same
fields. Many of these fields require special handling or calculations, which
are generally handled through valid, action or on change clauses. In our
16-bit FiveWin version, I have had to copy the code for each field and ...
fields. Many of these fields require special handling or calculations, which
are generally handled through valid, action or on change clauses. In our
16-bit FiveWin version, I have had to copy the code for each field and ...
- Jue Jul 27, 2006 4:55 pm
- Foro: Xailer English
- Tema: Datasource Question
- Respuestas: 3
- Vistas: 2257
Datasource Question
<< In the near future (I hope very soon), there will be a special form
called probably 'datamodule', which will allow to drop into it any kind of
component that will be available in the whole project. So, when you open the
list of a oDataSet property, it will show the datasets of the same form ...
called probably 'datamodule', which will allow to drop into it any kind of
component that will be available in the whole project. So, when you open the
list of a oDataSet property, it will show the datasets of the same form ...
- Jue Jul 27, 2006 2:41 am
- Foro: Xailer English
- Tema: Datasource Question
- Respuestas: 3
- Vistas: 2257
Datasource Question
Follow up:
I've noticed in some samples that there is this "kind" of thing (show below)
going on in the Create event of *every* edit field:
oSender:oDataSet := Application:oMainForm:oDbf
I can't imagine that I need to do that for every field. There must be some
other way to inherit a DataSet ...
I've noticed in some samples that there is this "kind" of thing (show below)
going on in the Create event of *every* edit field:
oSender:oDataSet := Application:oMainForm:oDbf
I can't imagine that I need to do that for every field. There must be some
other way to inherit a DataSet ...
- Mié Jul 26, 2006 10:18 pm
- Foro: Xailer English
- Tema: Datasource Question
- Respuestas: 3
- Vistas: 2257
Datasource Question
I have a application Window that contains a browse on a table. When I click
an "Edit" button (this is in my application) I want another dialog to appear
with the detailed edit fields for the highlighted browse line -- pretty
standard stuff. So far no problems. I've used some samples in the ...
an "Edit" button (this is in my application) I want another dialog to appear
with the detailed edit fields for the highlighted browse line -- pretty
standard stuff. So far no problems. I've used some samples in the ...
- Mié Jul 26, 2006 9:46 pm
- Foro: Xailer English
- Tema: Explorer Bar / Treeview bug
- Respuestas: 3
- Vistas: 2173
Explorer Bar / Treeview bug
Thanks for the great support!
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=44c7b624@news.xailer.com...]44c7b624@news.xailer.com...[/email]
> Andrew,
>
> Fixed!
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
>
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=44c7b624@news.xailer.com...]44c7b624@news.xailer.com...[/email]
> Andrew,
>
> Fixed!
>
> --
> Regards,
>
> Jose F. Gimenez
> http://www.xailer.com
>
- Mié Jul 26, 2006 8:05 pm
- Foro: Xailer English
- Tema: Explorer Bar / Treeview bug
- Respuestas: 3
- Vistas: 2173
Explorer Bar / Treeview bug
Add and Explorer bar to a new form, add a treeview to the explorer bar, set
the treeview nAlign property to alLEFT and I get a General protection fault.
I realize that I don't need to set this property, but I was experimenting.
the treeview nAlign property to alLEFT and I get a General protection fault.
I realize that I don't need to set this property, but I was experimenting.
- Mié Jul 26, 2006 7:52 pm
- Foro: Xailer English
- Tema: Adding Subitems to an Options List
- Respuestas: 4
- Vistas: 2642
Adding Subitems to an Options List
<< Sorry, I cannot reproduce the problem. Please, may you show me how to
reproduce it, step by step? Thanks. >>
Add enough items to fill the list box then start adding *subitems* to the
last item *without* an indent property set. You'll see that eventually, you
cannot scroll to the bottom ...
reproduce it, step by step? Thanks. >>
Add enough items to fill the list box then start adding *subitems* to the
last item *without* an indent property set. You'll see that eventually, you
cannot scroll to the bottom ...
- Mié Jul 26, 2006 7:40 pm
- Foro: Xailer English
- Tema: Importing a Dialog
- Respuestas: 1
- Vistas: 1627
Importing a Dialog
No matter what I try, I can't seem to import a dialog. I select a dialog
that opens in Pelles C and Borland C++ 5.0 and Borland Workshop, but when I
select it in Xailer using the Tools/Import Dialog option, the file name
appears, but no dialogs show in the list box below. Is this feature not ...
that opens in Pelles C and Borland C++ 5.0 and Borland Workshop, but when I
select it in Xailer using the Tools/Import Dialog option, the file name
appears, but no dialogs show in the list box below. Is this feature not ...
- Mié Jul 26, 2006 7:12 pm
- Foro: Xailer English
- Tema: Treeview Copy/Paste
- Respuestas: 1
- Vistas: 1731
Treeview Copy/Paste
When copying and pasting a treeview, all items are removed from the
duplicate. I realize that I can copy and paste the items from the atiems
list to the new container, but it's a pain. Also, for each copy/paste event,
a new item is mysteriously added to the original (copy source) treeview ...
duplicate. I realize that I can copy and paste the items from the atiems
list to the new container, but it's a pain. Also, for each copy/paste event,
a new item is mysteriously added to the original (copy source) treeview ...
- Mié Jul 26, 2006 5:43 pm
- Foro: Xailer English
- Tema: Adding Subitems to an Options List
- Respuestas: 4
- Vistas: 2642
Adding Subitems to an Options List
In an Explorer Bar Option List control, adding sub items below the bottom
border (list is to big to fit) cause all options below the border to
"disappear." They are still there, just not visible. I have to click the
Option list control and click the aitems property and click Okay to refresh ...
border (list is to big to fit) cause all options below the border to
"disappear." They are still there, just not visible. I have to click the
Option list control and click the aitems property and click Okay to refresh ...
- Mié Jul 26, 2006 5:28 pm
- Foro: Xailer English
- Tema: No Undo - Option List and Others
- Respuestas: 1
- Vistas: 1636
No Undo - Option List and Others
I am experiencing some frustration with the IDE here and there. On item
lists, such as a option list in an explorer control, when I right click on a
list of items and select delete, all items are deleted. What makes it worse
is there is no undo option -- it's grayed out (disabled).
Also, if ...
lists, such as a option list in an explorer control, when I right click on a
list of items and select delete, all items are deleted. What makes it worse
is there is no undo option -- it's grayed out (disabled).
Also, if ...
- Mar Jul 25, 2006 11:16 pm
- Foro: Xailer English
- Tema: ADS Property Request
- Respuestas: 0
- Vistas: 4187
ADS Property Request
I have a request/suggestion:
When connecting to ADS through a data dictionary, I would like a property in
the data source to auto-open all tables so I don't have to manually click on
each table and set the Open property. This is particularly useful when
switching access types, i.e., Remote ...
When connecting to ADS through a data dictionary, I would like a property in
the data source to auto-open all tables so I don't have to manually click on
each table and set the Open property. This is particularly useful when
switching access types, i.e., Remote ...
- Dom Dic 11, 2005 4:29 pm
- Foro: Xailer Spanish
- Tema: OnActivate with TMdiFrame Form
- Respuestas: 7
- Vistas: 2676
OnActivate with TMdiFrame Form
Jose,
Thanks for the explanation. After experimenting a bit, I was able to achieve
what I wanted to do with the OnShow event. I am trying to avoid manual
coding as much as possible and let Xailer do the work for me.
BTW, the product is just amazing. I am having great fun experimenting with ...
Thanks for the explanation. After experimenting a bit, I was able to achieve
what I wanted to do with the OnShow event. I am trying to avoid manual
coding as much as possible and let Xailer do the work for me.
BTW, the product is just amazing. I am having great fun experimenting with ...
- Sab Dic 10, 2005 4:17 pm
- Foro: Xailer Spanish
- Tema: OnActivate with TMdiFrame Form
- Respuestas: 7
- Vistas: 2676
OnActivate with TMdiFrame Form
Thanks Ingo. I see that I can do it that way. My question was is the
OnActivate event on a form "intentionally" set to fire every time the form
is restored. It's almost like a GotFocus event.
From the help file:
Event that is produced every time that the form is activated.
Parameters ...
OnActivate event on a form "intentionally" set to fire every time the form
is restored. It's almost like a GotFocus event.
From the help file:
Event that is produced every time that the form is activated.
Parameters ...
- Sab Dic 10, 2005 9:29 am
- Foro: Xailer Spanish
- Tema: OnActivate with TMdiFrame Form
- Respuestas: 7
- Vistas: 2676
OnActivate with TMdiFrame Form
Is the OnActivate supposed to fire everytime the form is restored? It seems
to me that the OnShow should but *not* the OnActivate.
I am trying to automatically show a MdiChild at startup, but I cannot use
the OnInitialize event. When I place the code "TMdiChild():New(
Self ):Show()" in the ...
to me that the OnShow should but *not* the OnActivate.
I am trying to automatically show a MdiChild at startup, but I cannot use
the OnInitialize event. When I place the code "TMdiChild():New(
Self ):Show()" in the ...
- Mar Dic 06, 2005 11:07 pm
- Foro: Xailer Spanish
- Tema: Managing TScollBox Images
- Respuestas: 1
- Vistas: 933
Managing TScollBox Images
I need some advice on how to handle images in a TSrcollBox control. What I
want to achieve is something similar to the how Windows manages images when
View/Icons is selected in Explorer. In other words, I want to be able to
drag icons (actually TBtnBmp controls), show the large I beam and when ...
want to achieve is something similar to the how Windows manages images when
View/Icons is selected in Explorer. In other words, I want to be able to
drag icons (actually TBtnBmp controls), show the large I beam and when ...
- Lun Dic 05, 2005 6:33 pm
- Foro: Xailer Spanish
- Tema: OnEndDrag Event
- Respuestas: 6
- Vistas: 2347
OnEndDrag Event
Ignacio,
Thanks for the offer. I did get it working with JG's advice. I was not
returning .T. from OnBeginDrag.
"Ignacio Ortiz de Zúñiga" < InvalidAccount@ozs.com > wrote in message
news:439400fb$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Andrew,
>
>>>am quite ...
Thanks for the offer. I did get it working with JG's advice. I was not
returning .T. from OnBeginDrag.
"Ignacio Ortiz de Zúñiga" < InvalidAccount@ozs.com > wrote in message
news:439400fb$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Andrew,
>
>>>am quite ...
- Sab Dic 03, 2005 7:33 pm
- Foro: Xailer Spanish
- Tema: OnEndDrag Event
- Respuestas: 6
- Vistas: 2347
OnEndDrag Event
Jose,
Thanks! Works perfectly.
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=439192bb@ozsrvnegro.ozlan.local...]439192bb@ozsrvnegro.ozlan.local...[/email]
> Andrew,
>
>> Next, grab the text label (Upper Left) and drag it over the three
>> controls. You will notice ...
Thanks! Works perfectly.
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=439192bb@ozsrvnegro.ozlan.local...]439192bb@ozsrvnegro.ozlan.local...[/email]
> Andrew,
>
>> Next, grab the text label (Upper Left) and drag it over the three
>> controls. You will notice ...
- Sab Dic 03, 2005 12:11 am
- Foro: Xailer Spanish
- Tema: OnEndDrag Event
- Respuestas: 6
- Vistas: 2347
OnEndDrag Event
Ignacio,
<< The OnEndDrag event is fired on the TScrollbox control. >>
I can drag an external file off the desktop and drop it on the TScrollBox
and the event is fired, but I cannot drag a record from a TDBBrowse on a
TScrollBox and get any events to fire except the initial TDBBrowse ...
<< The OnEndDrag event is fired on the TScrollbox control. >>
I can drag an external file off the desktop and drop it on the TScrollBox
and the event is fired, but I cannot drag a record from a TDBBrowse on a
TScrollBox and get any events to fire except the initial TDBBrowse ...
- Vie Dic 02, 2005 8:39 pm
- Foro: Xailer Spanish
- Tema: OnEndDrag Event
- Respuestas: 6
- Vistas: 2347
OnEndDrag Event
When does the OnEndDrag event fire? I am trying to implement a browse where
the user can drag records from a table to a inconical representation on a
TScrollBox control. The OnBeginDrag event fires properly, but I cannot get
the OnEndDrag event to fire.
I have also noticed that there is no ...
the user can drag records from a table to a inconical representation on a
TScrollBox control. The OnBeginDrag event fires properly, but I cannot get
the OnEndDrag event to fire.
I have also noticed that there is no ...
- Mar Sep 20, 2005 9:04 pm
- Foro: Xailer Spanish
- Tema: Data Source/Set/Browse Error
- Respuestas: 4
- Vistas: 1734
Data Source/Set/Browse Error
In Beta 5.0 try the following:
- Create a form
- Add Cdx data source
- Add Dbf data set
- Connect data source to data set
- Change connection path to another path where dbf's reside
- Add a dbf to data set
- Toggle lOpen to True
- Add a TDBBrowse object to the form
- Add the Dbf data set to ...
- Create a form
- Add Cdx data source
- Add Dbf data set
- Connect data source to data set
- Change connection path to another path where dbf's reside
- Add a dbf to data set
- Toggle lOpen to True
- Add a TDBBrowse object to the form
- Add the Dbf data set to ...
- Vie Sep 16, 2005 5:07 pm
- Foro: Xailer Spanish
- Tema: Error(s) in Prerelease 5
- Respuestas: 5
- Vistas: 1865
Error(s) in Prerelease 5
I just opened any of the projects that came with the Xailer install and got
the error at the linking stage.
It's okay now. I reinstalled BC *and* Xailer and everything works fine
now -- very strange.
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4329a3a3@ozsrvnegro ...
the error at the linking stage.
It's okay now. I reinstalled BC *and* Xailer and everything works fine
now -- very strange.
"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote in message
news:[email=4329a3a3@ozsrvnegro ...
- Mié Sep 14, 2005 5:56 pm
- Foro: Xailer Spanish
- Tema: Error(s) in Prerelease 5
- Respuestas: 5
- Vistas: 1865
Error(s) in Prerelease 5
Thanks for the workaround on the splitters issue.
I am using BC++ 5.5.1. The Resource compiler is brc32.exe and has a version
of 5.4 and a date/time of 06/27/2000/5:01 AM. The paths are correct in the
Tools/Options section of Xailer.
BTW, the exe builds and functions correctly. Strange no ...
I am using BC++ 5.5.1. The Resource compiler is brc32.exe and has a version
of 5.4 and a date/time of 06/27/2000/5:01 AM. The paths are correct in the
Tools/Options section of Xailer.
BTW, the exe builds and functions correctly. Strange no ...