Results 1 to 3 of 3

Thread: A message list about any installation problem in M2000

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    May 2014
    Location
    Kallithea Attikis, Greece
    Posts
    1,289

    A message list about any installation problem in M2000

    I would like to figure if is an installation problem in some configuration (os type, language).
    Daniel duta found that the program run but the "edit a" which supposed to open editor, cannot run. Editor is made from a user control. In version 6.5 and before was a single textbox, now is a unicode aware editor. So maybe is something wrong with the use of user controls.
    So if anyone want to check it please use the source or the exe (is signed)

    You can have the help mdb together.
    You can find ca.crt if you like to save this a root certificate..
    Exe must be Version 7 and revision 8, the latest.

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    May 2014
    Location
    Kallithea Attikis, Greece
    Posts
    1,289

    Re: A message list about any installation problem in M2000

    I see 99 people to read this...but Is there any one to try the Language??
    I want feedback (not nice words).

    Latest version is 7 and revision 8 (yesterday I wrote 9 by mistake)

    In new version we can DECLARE unicode functions (only for now)..to use libraries like USER32
    These two lines needed to open a message box (you can use ASK() for M2000 own messagbox, bu there is an example)
    I make also HWND to read the Hwnd of current window (M2000 uses some layers too)

    DECLARE MessageBox LIB "user32.MessageBoxW" {LONG HWND, LPTEXT$, LPCAPTION$, LONG TYPE}
    Print MessageBox(HWND, "HELLO THERE","GEORGE",2)

    Code for doing the call is from Olaf Schmidt from here
    I do the interface for M2000 (with type checking, list for which parameter is by reference or by value)...For a script language as M2000 is too match, by I would end with the office automation through handling Word sending messages from M2000.

    So I would like to see feedback, from M2000 users (M is from Mathitis, the Pupil...The language has target kids)


    I made an installation program...maybe is better with that revision 12
    Last edited by georgekar; Dec 25th, 2014 at 08:56 AM.

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    May 2014
    Location
    Kallithea Attikis, Greece
    Posts
    1,289

    Re: A message list about any installation problem in M2000

    Latest revision 15

    Now undo for editor work very very good....
    Also F4 and F5 used for changing names...(F4 change the case to any combination and F5 is a replace command)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width