Re: Still problem with using it
- From: "Liz" <liz_wants_no_spam@xxxxxxxxxxxxxxxxxxxxx>
- Date: 31 Jan 2006 12:52:53 -0700
claude.lec wrote:
> I try to use for the first time the JEDI component. Well the help is
> no help, I cannot find explanation, example, I mean a full exemple .
There are a whole plentitude of examples with the jedi components, Ive
had very few instances where I couldnt find out what I needed
> I try to use the component JvSelectDirectory. Ok On the example
> project, there is what I found alone the execute command. Ok but How
> do I get the information, of the path in that case.
Same as you do for most of those dialog type components
If jvselectdirectory1.execute then
showmessage(jvselectdirectory1.directory);
the execute causes the window to show, and if exited cleanly, then the
variables are set.. In this case the string holding the selected
directory is called .directory.
(easily spotted with code completion)
> What do I do
> whith such a component, where can I find in the help or elsewhere
> those informations.
Normally people try and mimic their components to perform similarly to
others of the same vein so you dont need to be that rocket scientist to
work it out. All the dialog, savedialog, loaddialog etc all work in
this manner
> The same with the JvDirectoryListBox1 component.
> Ok I put it on my form, it is very nice but how do I get
> informations. I notice that the items encrease while you go down the
> tre ok.But do you have to count to know which items you want? In
> other word I don't get the philosophy of those component. Can someone
> help?
Again, the highlighted option is found under the
jvdirectorylistbox1.directory property
--
Liz the Brit
Delphi things I have released: http://www.xcalibur.co.uk/DelphiThings
.
- References:
- Still problem with using it
- From: claude.lec
- Still problem with using it
- Prev by Date: Re: Paket instal probleme (JEDI)
- Next by Date: Re: Forwarding an e-mail using Indy
- Previous by thread: Still problem with using it
- Next by thread: ARev Tables
- Index(es):