Search:

Type: Posts; User: Russell McDougall

Page 1 of 22 1 2 3 4

Search: Search took 0.01 seconds; generated 17 minute(s) ago.

  1. Replies
    10
    Views
    583

    Re: Structs and memory

    Have you avoided copy on write.
    are they slow to fill or slow to manipulate?
  2. Re: DF 19.1 windows application closes now and then without any message

    I have experienced something similar more than once and found it was never a dataflex issue it was always a network card/driver power setting time out issue arising from a new workstation or a...
  3. Replies
    21
    Views
    1,439

    Re: Tabbed Workspaces

    Mark not sure if this is any help but, i don't use skins, instead i do this.


    In the oApplication object i create this property,
    Property tCodejockTheme ptCodejockTheme

    Based on this struct
    ...
  4. Replies
    10
    Views
    1,662

    Re: Case vs If

    Switch / case statements are regarded red as code smells as are if else.

    google the topiics to see if there are cleaner code alternatives.

    the discussion on speed becomes irrelevant if solves...
  5. Replies
    0
    Views
    437

    WinSuggestion Bug 2

    When typing suggested text (normally "Full Text search), the search term is bolded within matching lines that are displayed in the rich text edit used to display matching lines.

    The bug is that...
  6. Replies
    16
    Views
    2,204

    Re: Error_Info_Object Compile error

    Or we could use the modern

    Send IgnoreError of Error_Object_Id ####
    Send TrapError of Error_Object_Id ####

    Rather than
    Send Ignore_Error of Error_Object_Id ####
    Send Trap_Error of...
  7. Replies
    16
    Views
    2,204

    Error_Info_Object Compile error

    Compiled first project.

    The only compile error was the obsolete object "Error_Info_Object" that is no longer defined in dferror.pkg as used in the following legacy code.
    Send Ignore_Error of...
  8. Replies
    5
    Views
    1,328

    Re: Server 2022

    Yes only for a small office less than 10 users.
    no issues whatsoever.
  9. Replies
    5
    Views
    1,328

    Re: Server 2022

    Yes only for a small office less than 10 users.
    no issues whatsoever.
  10. Replies
    1
    Views
    880

    Refactoring aid within studio

    Part of refactoring involves renaming variables to better names.

    Wouldnt it be nice if:

    1. Selecting a variable name definition highlighted all occurences within a method and global functions...
  11. Sysconf_Comctl_Rev missing from Sysconf help page

    It is on the new features only page.
    Probably because it is a relatively new feature.

    Also not high on the priority list but missing nevertheless.
  12. DFBinPath does not cater for Bin64

    Refer Function DFBinPath in cApplication.pkg
    Could be fixed with:



    #IFDEF IS$WIN64
    Move (sRoot+"\bin64") to sRoot
    #ELSE
    Move (sRoot+"\bin") to sRoot
    #ENDDIF
  13. Replies
    9
    Views
    1,737

    Re: Appearance Difference

    Are the manifest files the same?
  14. Replies
    1
    Views
    799

    Text_Extent

    I notice that HDE 8017 was not fixed in the latest DF release so i set about making my own fix to the selection list showsuggestion procedure in winsuggestion.pkg.

    While testing my temporary fix...
  15. Re: Exit edit mode from cDbCJGridColumnSuggestion

    Hi Luca

    Put a breakpoint procedure OnComPreviewKeyDown (cCJGrid.pkg) where all the special key magic happens.

    In the DBCJGrid object of your example, Set pbEditOnKeyNavigation to True and...
  16. Replies
    7
    Views
    1,673

    Re: Crimbo 2021 thread

    Antipodeans are too busy opening their presents.
    Santa starts at the international time line. It’s 6 20 on 25th.
    Some of you will still be in yesterday.

    merry Xmas to all.
  17. Re: Order Entry - Button sample doesn't appear

    Its the same "Blue Men of the Minch" that made my search and replace not work the other day.
    100% sure of what I saw several times, then a day later it worked perfectly.

    Otherwise it is a random...
  18. Find & Replace in multiple files

    Open order entry
    The example I used was dbForm replaced by dbFormex

    The studio finds all the instances and opens the files but does not do a replace.

    I also checked the menu option "Find and...
  19. Replies
    3
    Views
    1,257

    Re: Windows 10 theme in DataFlex 2022

    15024

    A bit insipid but this is the light theme
  20. Replies
    3
    Views
    1,257

    Re: Windows 10 theme in DataFlex 2022

    Peter try this
    Send ApplyVisualTheme "Windows10.dll" "Windows10Light.ini"
    I have it in Procedure OnCreateCommandBars in a subclass based on cSigCJRibbonBar


    There are two Ini themes within the...
  21. Replies
    1
    Views
    982

    cjGrid Focus Cell Rectangle

    Suggestion

    The above is very hard to see because the pen width value is 1 (Pixel)

    In the onComDrawItem Procedure of cjGrid.pkg
    Changing the value to say 4 makes it much more visible.

    Move...
  22. Replies
    1
    Views
    1,080

    Codejock missing XTPThemes

    Codejock style/theme files Windows7.dll and Windows10.dll has the following ini sections.

    Windows10Light.ini
    Windows10Dark.ini
    Windows 7Light.ini
    Windows7Dark.ini
    Windows7Scenic.ini
    ...
  23. Replies
    3
    Views
    1,233

    Re: Codejock help book missing

    Thanks.

    Found SymbolsReference.chm in DF 20.1 Help Folder.
    Exactly what i wanted.

    Regards from NZ
  24. Replies
    0
    Views
    764

    windows 11 Segoe Fluent Font

    The above font is now a standard component of Windows 11.

    I have used the DF alpha 2022 version to update the ui of an app and refactor existing code at the same time.

    Firstly i wish to put a...
  25. Replies
    1
    Views
    1,050

    Win 11 Comctl32.exe

    I don't seek comment rather this is just FYI.

    Windows 11 beta channel version 22000.194.

    I updated ComCtl32.dll contained in Windows System32 and SysWow64 folders with the equivalent versions...
Results 1 to 25 of 534
Page 1 of 22 1 2 3 4