Skip to content

Jean Vallee

Forum Replies Created

Viewing 11 posts - 61 through 71 (of 71 total)
  • Author
    Posts
  • in reply to: Modify Table Bug 1.73 #2098
    Jean Vallee
    Participant

    On 2/7/2013 6:28 PM, kromkowski wrote:
    > This may be jumping gun because I see that perhaps somethings are
    > missing from 1.73 install (See Kang's post), but the modify table with
    > respect to display formats (I think with respect to times and dates only
    > – have not really thoroughly checked) does not work. You can directly
    > go into the table and manually edit it and it will apply but if you use
    > the button, neither apply nor ok, make the changes.
    >
    > JDK

    I found this out too. Need to add some fields and neither apply or Ok
    save the settings I had chosen for text and integer fields.
    I'll try editing manually.

    Jean Vallee

    in reply to: IDE features I would like to see #2105
    Jean Vallee
    Participant

    On 2/12/2013 11:34 AM, kromkowski wrote:
    > I just like to see it not crash nearly every time you try to execute
    > after a rebuild. I almost don't even notice now, because I'm so used to
    > rebuild, execute, crash. close down, restart.

    I wholehearted agree! I put a project shortcut on the desktop just cuz I
    know it's going to crash. Crash/fix bug/rebuild/close/project shortcut
    to start again.

    in reply to: statusbar bug #1402
    Jean Vallee
    Participant

    Thanks! that works!

    On 1/28/2013 5:28 PM, jim wrote:
    > This patch works. Do this to the first window you open and you shouldn't
    > have to do it again.
    > .
    >
    > // bugpatch. First window often opens with the status bar someplace in
    > the middle of the page
    > // and the status bar jumps into place when the window is resized. So
    > we open window, wait
    > // for a bit until everything is updated, then resize window in order to
    > make the status bar
    > // go where it belongs.
    > !wait(150000)
    > app.main.setposition(app.main.left, app.main.top, app.main.outerwidth,
    > app.main.outerheight + 1)
    > app.main.setposition(app.main.left, app.main.top, app.main.outerwidth,
    > app.main.outerheight – 1)
    > // end bugpatch.
    >

    in reply to: statusbar bug #1818
    Jean Vallee
    Participant

    Does not do it if you step thru the code… but execute or continue
    thread shows it incorrectly.
    Jean Vallee

    On 12/9/2009 5:51 AM, Neil Robinson wrote:
    > Jim wrote:
    >> Wonderful. Just wonderful. A wxwidgets bug. Of course.
    >>
    >> When I open the window invisible then display it, the first window
    >> opened show the same problem but all subsequent windows seem to be
    >> OK.
    >>
    >> I guess maybe I'll try opening and closing an invisible window on
    >> startup to see if my initial window will then be OK.
    >>
    >
    > I will try and see what I did to fix it. It doesn't happen in SIMPOL
    > Personal, but I can't remember what arcane combination resulted in this.
    >
    > Ciao, Neil
    >

    in reply to: statusbar bug #1817
    Jean Vallee
    Participant

    I am getting it too…
    My opening form is created invisibly, status bar set then window is made
    visible.

    Status bar is 1/3 down from top along left side.

    Does not matter what form is display in window.

    Jean Vallee

    On 12/9/2009 5:51 AM, Neil Robinson wrote:
    > Jim wrote:
    >> Wonderful. Just wonderful. A wxwidgets bug. Of course.
    >>
    >> When I open the window invisible then display it, the first window
    >> opened show the same problem but all subsequent windows seem to be
    >> OK.
    >>
    >> I guess maybe I'll try opening and closing an invisible window on
    >> startup to see if my initial window will then be OK.
    >>
    >
    > I will try and see what I did to fix it. It doesn't happen in SIMPOL
    > Personal, but I can't remember what arcane combination resulted in this.
    >
    > Ciao, Neil
    >

    in reply to: can’t edit smas in uisyshelp.project #2050
    Jean Vallee
    Participant

    still working on it but I see what you are saying…
    be nice if there were working examples of all the libraries supplied…
    Jean

    On 1/9/2013 3:23 PM, kromkowski wrote:
    > When you call the listpicker() one of the parameters is captiontext.
    > If you don't set parameters, it will just use the defaults.
    > If I understand the problem.
    >
    > what does your call to listpicker look like?
    >
    >
    >
    >
    > On 01/09/13 10:35 AM, JV wrote:
    >> Any reason why you can't edit any of the sma's included in uisyshelp?
    >> I want to change the captain in listpicker from "Pick One" to "Please
    >> select a record from the list below…"
    >> What am I missing?
    >> Jean Vallee
    >

    in reply to: uisyshelp.sma question/debug error in datepicker.sma #2046
    Jean Vallee
    Participant

    I was examining getuserinput function. It's in toolbars but I'm not
    using toolbars on this particular form.

    But the real problem is:
    1)importing uisyshelp into project revealed coding error in datepicker
    2)can not edit uisyshelp in IDE to comment it out (ended up using
    notepad to edit and comment out – worked fine)

    On 1/8/2013 5:49 PM, kromkowski wrote:
    > what function is in uisyshelp that is not in appframework?
    >
    >
    > On 01/08/13 1:03 PM, JV wrote:
    >> On 1/8/2013 9:19 AM, JV wrote:
    >>> Getting the following when starting debug:
    >>>
    >>> *****************************************************************
    >>> ——————— 09:11:30 08/01/2013 ———————
    >>> Start debug initialization for "G:simpolaformtestbinaddressbook.smp"
    >>> Error: parsing failure in function "ChgDate"
    >>> Error after the following source code line:
    >>> G:simpolProjectsLibsuisyshelpuisyshelpdatepicker.sma(110):
    >>> dpinfo.currmonth = .toval(sSelMM, .nul, 10 )
    >>> Error: no match between project information and runtime information
    >>> Debug initialization not completed
    >>>
    >>> I added uisyshelp to the addressbook project to use a function in it…
    >>>
    >>> I tried commenting out the include datepicker.sma statement but file
    >>> appears to be read only???
    >>
    >> opening file datapicker.sma in notepad, comment out, save works.
    >> But why can't I do that in IDE?
    >>
    >> Will the error be fixed soon?
    >>>
    >>> Jean Vallee
    >>
    >

    in reply to: uisyshelp.sma question/debug error in datepicker.sma #2040
    Jean Vallee
    Participant

    On 1/8/2013 9:19 AM, JV wrote:
    > Getting the following when starting debug:
    >
    > *****************************************************************
    > ——————— 09:11:30 08/01/2013 ———————
    > Start debug initialization for "G:simpolaformtestbinaddressbook.smp"
    > Error: parsing failure in function "ChgDate"
    > Error after the following source code line:
    > G:simpolProjectsLibsuisyshelpuisyshelpdatepicker.sma(110):
    > dpinfo.currmonth = .toval(sSelMM, .nul, 10 )
    > Error: no match between project information and runtime information
    > Debug initialization not completed
    >
    > I added uisyshelp to the addressbook project to use a function in it…
    >
    > I tried commenting out the include datepicker.sma statement but file
    > appears to be read only???

    opening file datapicker.sma in notepad, comment out, save works.
    But why can't I do that in IDE?

    Will the error be fixed soon?
    >
    > Jean Vallee

    in reply to: copy/paste option button #2033
    Jean Vallee
    Participant

    One more thing…
    When you maximize a form, the part of the screen outside the form is
    always dark gray. Anyway to make that match the background of the form?

    On 1/3/2013 11:36 AM, JV wrote:
    > I could swear I sent this before but I must be having a senior moment.
    >
    > Still having prob with copy/paste of option button but also have a 2nd
    > prob. Create an option button on Page 2, save, close Personal, reopen
    > and option button is now on page 1.
    >
    > While you are looking, I found these other quirks.
    > Bold attribute turns off when you change text alignment
    > Undo does not return you to the page you were on
    > Some text fields do not keep text color (must click on them again to
    > show text in selected color)
    >
    > I've attached a screen cap with notations and the form.
    >
    > Thanks!
    > Jean
    >
    >
    >
    >
    > On 1/2/2013 1:50 PM, Neil Robinson wrote:
    >> On 30/12/2012 17:52, JV wrote:
    >>> Whenever I try to copy and paste an option button, it pastes multiple
    >>> copies (20+).
    >>> Anyway around it?
    >>>
    >>> Jean Vallee
    >>>
    >>
    >> Sounds like a bug to me. Can you send me a copy of the form you are
    >> using so I can try to replicate it?
    >>
    >> Ciao, Neil
    >>
    >

    in reply to: copy/paste option button #2032
    Jean Vallee
    Participant

    While you are looking at FD, would you please add the filename of the
    form to the title bar?

    I have 6 3 page forms that are exactly alike (for now) except for some
    data fields on the 3rd page.

    It would be helpful to know I'm working on the correct form without
    having to go to the 3rd page and inspect a field.

    On 1/3/2013 11:36 AM, JV wrote:
    > I could swear I sent this before but I must be having a senior moment.
    >
    > Still having prob with copy/paste of option button but also have a 2nd
    > prob. Create an option button on Page 2, save, close Personal, reopen
    > and option button is now on page 1.
    >
    > While you are looking, I found these other quirks.
    > Bold attribute turns off when you change text alignment
    > Undo does not return you to the page you were on
    > Some text fields do not keep text color (must click on them again to
    > show text in selected color)
    >
    > I've attached a screen cap with notations and the form.
    >
    > Thanks!
    > Jean
    >
    >
    >
    >
    > On 1/2/2013 1:50 PM, Neil Robinson wrote:
    >> On 30/12/2012 17:52, JV wrote:
    >>> Whenever I try to copy and paste an option button, it pastes multiple
    >>> copies (20+).
    >>> Anyway around it?
    >>>
    >>> Jean Vallee
    >>>
    >>
    >> Sounds like a bug to me. Can you send me a copy of the form you are
    >> using so I can try to replicate it?
    >>
    >> Ciao, Neil
    >>
    >

    in reply to: copy/paste option button #2031
    Jean Vallee
    Participant

    I could swear I sent this before but I must be having a senior moment.

    Still having prob with copy/paste of option button but also have a 2nd
    prob. Create an option button on Page 2, save, close Personal, reopen
    and option button is now on page 1.

    While you are looking, I found these other quirks.
    Bold attribute turns off when you change text alignment
    Undo does not return you to the page you were on
    Some text fields do not keep text color (must click on them again to
    show text in selected color)

    I've attached a screen cap with notations and the form.

    Thanks!
    Jean

    On 1/2/2013 1:50 PM, Neil Robinson wrote:
    > On 30/12/2012 17:52, JV wrote:
    >> Whenever I try to copy and paste an option button, it pastes multiple
    >> copies (20+).
    >> Anyway around it?
    >>
    >> Jean Vallee
    >>
    >
    > Sounds like a bug to me. Can you send me a copy of the form you are using so I can try to replicate it?
    >
    > Ciao, Neil
    >

Viewing 11 posts - 61 through 71 (of 71 total)