Skip to content

Steven Kang

Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Dialog Frames #2224
    Steven Kang
    Participant

    Neil Robinson wrote:

    > We will either add a proper one, or we will add a cobbled together one,
    depending. There are stll a number of things I would like
    > to see added, and I thoroughly agree with you about this one.

    > Ciao, Neil

    OK. In the meantime, please can we have a code snippet of a dialogframe
    from one of the Simpol Personal dialogs to show the rectangle lines
    default properties.

    Incidentally, the dialogframes in the Page Setup dialog are missing the
    2nd rectangles and look odd.

    Steven

    in reply to: Menu speed keys in record and table views #2223
    Steven Kang
    Participant

    The problem is more with the Alt + Key combinations and it turns out to be
    an issue even in formview.

    1. Load the checkin.sxf form in Personal but do not use the mouse to place
    focus on the form nor on the menu bar.

    2. Pressing the Alt key will cause the the menu bar items to display the
    speedkey letter underscore characters but Alt+F etc will not cause the
    respective menu (e.g. File menu) to open (drop down). Nor will Alt+N cause
    the "Notes" push button to fire nor Alt+S select the "Smoker" checkbox.
    Once focus has been placed on a menu bar item or on a form control with
    the mouse, then the Alt+Key combinations work as they should.

    3. Ctrl+R and Ctrl+T will switch to record and table views but the
    Alt+MenuKey combinations will not work unless focus is first placed in a
    record or table field using the mouse.

    4. Ctrl+F will switch back to formview but the user still cannot drop down
    the file menus using the Alt+Key combinations. However, Alt+N and Alt+S
    will now work after switching back to form view even if no formcontrol
    appears to have the focus.

    5. The Addressbook and SB Air applications display the same (mis)behaviour.

    If these are not bugs, but require some workaround, then that should be
    demonstrated in the Addressbook and SB Air applications, both in
    Auto-Locking and Explicit-Locking modes as I suspect the workaround will
    not be very obvous to most people (especially in explicit-locking mode).

    Steven

    in reply to: Modify Table Bug 1.73 #2109
    Steven Kang
    Participant

    It is not possible to apply or save any any modified display formats in
    version 1.74 either.

    S.

    in reply to: Optionbutton group behaviour unacceptable #2163
    Steven Kang
    Participant

    OK. Thanks for the explanation.

    The check option control appears to have identical event handlers to the
    option button control yet tabbing in to it only selects the legend and the
    user can then toggle the control on or off using the space bar.

    Assume it is the code to group the option buttons together that makes it
    impossible to fix this?

    in reply to: Passing parameters #1512
    Steven Kang
    Participant

    Steven Kang wrote:
    >
    > It has to be explicityly passed:

    > appw.createformdirect(appw, functionname ="addressform").

    > Also, why does the IDE inline help not show the appwindow parameter for
    > both functions?

    > Incidenally, the createformdirect function is missing from the appwindow
    > properties table in the programming manual.

    > S.

    I've found the problem. Not only is the createformdirect function missing
    from the appwindow properties table in the programming manual, it is also
    missing from the appwindow type definition in the appframework.sma!

    Once the missing declaration:

    "function createformdirect readonly"

    is added to the type defintion then and the re-compiled appframework.sml
    used, then:

    appw.createformdirect(appw, functionname ="addressform") now results in an
    error 200 ("object has no value") but:

    appw.createformdirect(functionname ="addressform")now works as expected
    and passes the appwindow object as the "Me" parameter.

    What are the differences between how "Me" works in SIMPOL compared to its
    use in SBL?

    S.

    in reply to: V1.73 appframework =3D non-responsive forms #1580
    Steven Kang
    Participant

    Ignore above. Just noticed bug-fix release posted yesterday which fixes
    this.

    S.

    in reply to: ppcs/CUST examples #1976
    Steven Kang
    Participant

    Hi John,

    The getprivateprofilestring function is retrieving the Ipaddress from the
    sbmecust.ini file located in the project bin directory. That file contains
    a single entry:

    [Config]
    ppcsserver=ppcs.superbase.co.uk:1280

    So you have to edit that to stop it being reset.

    Neil,

    Both "www.superbase.co.uk:1280" and "www.simpol.com:1280" work in Simpol
    Personal (with the very occasional error 10 on the first attempt).
    However, I *alway*s get an error 10 when using them in the openudpfile
    method in the various supplied samples mentioned above.

    Steven.

    in reply to: V1.61 usisyshelp project missing files #1534
    Steven Kang
    Participant

    I suspect all the associated and needed calendar and arrow bmp files are
    also missing from the bin directory.

    Steven

    in reply to: Form and Page Designer RGB readout bug #1844
    Steven Kang
    Participant

    It does now update if the colour is changed.

    However, the first time the dialog is opened, it does not update to
    reflect the correct page background colour. It still always reads "236 233
    216" regardless of the actual colour whereas the pushbutton to the left of
    the RGB readout updates to display the correct colour.

    Steven

    in reply to: Form and Page Designer RGB readout bug #1498
    Steven Kang
    Participant

    Message should have read Form and Page *Dialog*

    S.

    in reply to: Form controls appearance on Win XP #1842
    Steven Kang
    Participant

    Neil Robinson wrote:

    > This shouldn't be the case. Can you check and see if the
    > smpwin32.exe.manifest file is present in your bin directory? That is the
    > file that decides whether the theme is supported or not.

    > Ciao, Neil

    No "smpwin32.exe.manifest" file present (only the smpwin32.exe). I have
    rolled back previous versions to 1.0 and none installs this file as far as
    I can see.

    Steven

    in reply to: Error 908 #1595
    Steven Kang
    Participant

    Oops…posted before finished message:….

    If you try to delete a record from the supplied Address Book or SBAir
    applications, you get an error 908:

    "PPCS-only. Attempt to lock one or more records where they are already
    locked."

    The error is generated on line:

    appw.form.lock(error=e)

    in the deleterecord() function in the supplied Applicaton.sma (part of the
    ApplicationFramework library).

    Does this function need re-working.

    Also, I don't understand why the manual says this is a "PPCS-only" error
    as neither of these applications appears to be using PPCS.

    Steven

Viewing 12 posts - 1 through 12 (of 12 total)