Great job Med! Thank you!

On Mon, Aug 28, 2023 at 11:12 AM mohamed hamza <medh...@hotmail.com> wrote:

> Hello All
>
> There is  https://mseide-msegui-talk.narkive.com  but there is not SEARCH
> option.
>
> Med
>
>
> ------------------------------
> *De :* Fred vS <fi...@hotmail.com>
> *Envoyé :* dimanche 27 août 2023 23:52
> *À :* General list for MSEide+MSEgui <
> mseide-msegui-talk@lists.sourceforge.net>
> *Objet :* Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb
>
> Re-hello Med.
>
> And I will stop the download of mseide-msegui mailing list, already more
> than 9 hours and downloaded more than 1 giga!
> It seems to download all, even all the wiki of fpc/lazarus, and many other
> thinks.
>
> I will wait for your zip file or from Sieghard.
>
> Fre;D
>
> ------------------------------
> *De :* Fred vS <fi...@hotmail.com>
> *Envoyé :* lundi 28 août 2023 01:43
> *À :* General list for MSEide+MSEgui <
> mseide-msegui-talk@lists.sourceforge.net>
> *Objet :* Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb
>
> Re-hello Med.
>
> I did your demo in pause because I dont catch something in FB config.
>
> Anyway, I have continued the combat with the demo from mseuniverse.
>
> Indeed, not easy to find a way to select a other row than 0.
> Even with enable co_rowselect to false in options of cols, it is always
> the first row in the dropdownedit text.
>
> It seems that the dropdownedit was designed only for one row.
>
> In recordselected(), it is cols[0] that is hard coded to be selected:
>
> ----------------------
>
>  procedure tdropdownlisteditlb.recordselected(const arecordnum: integer;
>                                                             const akey:
> keyty);
> var
>  bo1: boolean;
> begin
>  bo1:= false;
>  if arecordnum >= 0 then begin
>   with tdropdownlistcontrollerlb(fdropdown) do begin
>
>  setdropdowntext(flookupbuffer.textvaluephys(cols[0].ffieldno,arecordnum),
> // here cols[0]
>                                               true,false,akey);
>   end;
>   exit;
>  end .....
>
> -----------------------
>
> ------------------------------
> *De :* Fred vS <fi...@hotmail.com>
> *Envoyé :* dimanche 27 août 2023 23:31
> *À :* General list for MSEide+MSEgui <
> mseide-msegui-talk@lists.sourceforge.net>
> *Objet :* Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb
>
> Hello Med.
>
> I try to run your demo but I have error on connexion fo FB.
>
> To install Firebird I did:
>
> $ sudo apt-get install firebird-server
>
> But it seems it is not enough, when I try to run your demo via console
> there is that error:
>
> $ /med_dropdown/dbtest
>
> An unhandled exception occurred at $000000000072EA08 :
> efberror : tfb3connection1: dointernalconnect
> operating system directive access failed
> -Not a directory
>   $000000000072EA08  CHECKSTATUS,  line 562 of
> ../../../../../../../../../mseide-msegui/lib/common/db/msefb3connection.pas
>
> (Like already said, I am beginner for all those db things...)
>
>
>
> ------------------------------
> *De :* mohamed hamza <medh...@hotmail.com>
> *Envoyé :* dimanche 27 août 2023 19:40
> *À :* General list for MSEide+MSEgui <
> mseide-msegui-talk@lists.sourceforge.net>
> *Objet :* Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb
>
> Re-Hello Fred,
>
> I tried to upload to MseUniverse with no success maybe a server problem ?
> on the other hand I send the  sample . would you like to move it to an
> other directory or simply remove  it.
>
> Med.
> ------------------------------
> *De :* Fred vS <fi...@hotmail.com>
> *Envoyé :* dimanche 27 août 2023 17:00
> *À :* General list for MSEide+MSEgui <
> mseide-msegui-talk@lists.sourceforge.net>
> *Objet :* Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb
>
> Hello Med.
>
> >ps: As Attn there is a sample.
>
> Hum, I dont see anything here.
> I fear you will need to use Github-issue one more time.
>
> Did you read my previous post?
>
> Fre;D
>
> ------------------------------
> *De :* mohamed hamza <medh...@hotmail.com>
> *Envoyé :* dimanche 27 août 2023 18:55
> *À :* General list for MSEide+MSEgui <
> mseide-msegui-talk@lists.sourceforge.net>
> *Objet :* Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb
>
> Hello Fred,
>
> If I come back to the major problem of dropdownlist
> I recognize that you have found where the famous fields are hidden the
> only problem is to know which is the column that the user has chosen in the
> dropdownlist and then select fieldno of this column at
> onAfterCloseDropdown Event?
>
> Thank you, Med
>
> ps: As Attn there is a sample.
> ------------------------------
> *De :* mohamed hamza <medh...@hotmail.com>
> *Envoyé :* dimanche 27 août 2023 16:22
> *À :* General list for MSEide+MSEgui <
> mseide-msegui-talk@lists.sourceforge.net>
> *Objet :* Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb
>
> Hello Fred,
>
> I got error uploading in New Issue · mse-org/mseide-msegui (github.com)
> <https://github.com/mse-org/mseide-msegui/issues/new>
> File size too big:  25 Mb are allowed
>
> Med
> <https://github.com/mse-org/mseide-msegui/issues/new>
> Build software better, together
> <https://github.com/mse-org/mseide-msegui/issues/new>
> GitHub is where people build software. More than 100 million people use
> GitHub to discover, fork, and contribute to over 330 million projects.
> github.com
>
> ------------------------------
> *De :* Fred vS <fi...@hotmail.com>
> *Envoyé :* dimanche 27 août 2023 15:16
> *À :* General list for MSEide+MSEgui <
> mseide-msegui-talk@lists.sourceforge.net>
> *Objet :* Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb
>
> Re-hello Med.
>
> Wow this webhttrack!
>
> To install it in Debian OS:
>
> $ sudo apt-get install webhttrack
>
> Then run it with:
>
> $ webhttrack
>
> And use this link to download all mseide-msegui mailing list (thanks to
> give it):
>
> mail-archive.com/mseide-msegui-talk@lists.sourceforge.net/maillist.html
>
> Ok, it works and is buzy to download.
> Already 30 megas and it is +- 50% done.  (of course it is not yet zipped)
> Lot of meat there!
>
> But after this I am totally allien.
> No idea what to do, how to convert all those data into a database format.
> Even no idea what is the "best" kind of format to use for database.
>
> But I am very interested to learn this world.
>
> Fre;D
>
> ------------------------------
> *De :* mohamed hamza <medh...@hotmail.com>
> *Envoyé :* dimanche 27 août 2023 09:58
> *À :* General list for MSEide+MSEgui <
> mseide-msegui-talk@lists.sourceforge.net>
> *Objet :* Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb
>
> Hello Fred?
>
>   See HTTrack Website Copier - Free Software Offline Browser (GNU GPL)
> <https://www.httrack.com/page/1/en/index.html>
>
> mail-archive.com/mseide-msegui-talk@lists.sourceforge.net/maillist.html
> is    59.9 Mo weight.
>
> Med.
> HTTrack Website Copier - Free Software Offline Browser (GNU GPL)
> <https://www.httrack.com/page/1/en/index.html>
> HTTrack is a free (GPL, libre/free software) and easy-to-use offline
> browser utility. It allows you to download a World Wide Web site from the
> Internet to a local directory, building recursively all directories,
> getting HTML, images, and other files from the server to your computer.
> HTTrack arranges the original site's relative link-structure. Simply open a
> page of the 'mirrored' website in your browser, and you can browse the site
> from link to link, as if you were viewing it online. HTTrack can also
> update an existing mirrored site, and resume interrupted downloads. HTTrack
> is fully configurable, and has an integrated help system. WinHTTrack is the
> Windows 2000/XP/Vista/Seven/8 release of HTTrack, and WebHTTrack the
> Linux/Unix/BSD release.
> www.httrack.com
>
> ------------------------------
> *De :* Fred vS <fi...@hotmail.com>
> *Envoyé :* dimanche 27 août 2023 02:45
> *À :* General list for MSEide+MSEgui <
> mseide-msegui-talk@lists.sourceforge.net>
> *Objet :* Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb
>
> Hello Vasi.
>
> Yes I would be very happy to come back in the database world but for this
> I need a goal.
> I dont need to deal with database at the moment.
>
> But the proposition ( I think it was Med ) to use all the data form
> mseide-msegui-sourceforge-mailing list is a nice chalenge and is a good
> opportunity to jump into database.
> But how to get those backup?
> Nobody has the password of Martin and it is needed to get the mbox files,
> it seems that only administrators may download it:
> https://sourceforge.net/p/forge/documentation/Mailing%20List%20Archives/
>
> Or maybe there are other ways to get the archive, maybe somebody has saved
> it in his mail-reader?
>
> ------------------------------
> *De :* vasi vasi <funl...@gmail.com>
> *Envoyé :* dimanche 27 août 2023 04:20
> *À :* General list for MSEide+MSEgui <
> mseide-msegui-talk@lists.sourceforge.net>
> *Objet :* Re: [MSEide-MSEgui-talk] dropdownedit tdropdownlisteditlb
>
> Fred, that database engine might help you for apps that do not use more
> than 4Gb of data, similar in operation with Clipper and family.  Is a C
> library for which I wrote a Pascal interface. Studying its documentation in
> order to create the database structure and how to use it, is a must but is
> not hard to understand its principles.
> _______________________________________________
> mseide-msegui-talk mailing list
> mseide-msegui-talk@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk
>


-- 
Vasi
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to