Welcome to TalkGraphics.com
Page 4 of 4 FirstFirst ... 234
Results 31 to 40 of 40

Thread: X1-Tune update

  1. #31
    Join Date
    Aug 2000
    Location
    RWC, CA, USA
    Posts
    4,472

    Default

    Extra feature?? The only thing I can see is the "Show Original Outlines" as a difference in that area compared to Dmitry's offering. Is that it?? http://www.talkgraphics.com/images/smilies/biggrin.gif

    Can't find the About Box either!! http://www.talkgraphics.com/images/smilies/confused.gif
    Richard

    ---Wolff On The Prowl---

  2. #32
    Join Date
    May 2004
    Location
    Hemel Hempstead, UK
    Posts
    33

    Default

    I take it back about XP coming with .Net Framework. I am now downloading 23.1mb onto my home machine...

    RAMWolff - nope, that's not the feature. Dmitry's has that one too... you're not far off, though. The about box is not hidden, it's in the "normal" place for a little dialog app like this (i.e. one that has no "normal" menu at the top...)

    AlexL

  3. #33
    Join Date
    Dec 2003
    Location
    Brest, Belarus
    Posts
    765

    Default

    Richard, Thanks for screenshots. I had idea with
    tabs, but it is ONE MORE component on form http://www.talkgraphics.com/images/smilies/smile.gif
    The goal was SIMPLIEST and SMALLEST app.

    Alex, Richard's screenshots are enought to me.
    Don't waste a time for static linking http://www.talkgraphics.com/images/smilies/smile.gif

    as for C++ (OT http://www.talkgraphics.com/images/smilies/smile.gif) I think it is very funny language.
    maybe Im wrong, but it is definitively too much
    to write (even more then with Pascal's Begin...end)
    Poor C++ programmers...

    as for registry API, I use registy like this:

    <BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>
    r:=(form1.bitbtn1.color) and $FF;
    g:=(form1.bitbtn1.color shr 8) and $FF;
    b:=(form1.bitbtn1.color shr 16) and $FF;

    SetRegINT(HKEY_CURRENT_USER,'SoftwareXaraXaraX1Opt ionsLayers','GuideLayerRed',r);
    SetRegINT(HKEY_CURRENT_USER,'SoftwareXaraXaraX1Opt ionsLayers','GuideLayerGreen',g);
    SetRegINT(HKEY_CURRENT_USER,'SoftwareXaraXaraX1Opt ionsLayers','GuideLayerBlue',b);

    <HR></BLOCKQUOTE>
    ...could it be easier?
    Regards, Dmitry.
    Useful utils for Xara: http://xaraxtv.at.tut.by

  4. #34
    Join Date
    Dec 2003
    Location
    Brest, Belarus
    Posts
    765

    Default

    Alex.

    About description box in your app.
    I planed to make the same, but with
    my English Im afraid I could not to make descriptions more clear then parameters names http://www.talkgraphics.com/images/smilies/smile.gif
    Regards, Dmitry.
    Useful utils for Xara: http://xaraxtv.at.tut.by

  5. #35
    Join Date
    Aug 2000
    Location
    RWC, CA, USA
    Posts
    4,472

    Default

    Perhaps the two of you should colaborate then Dmitry.

    Ideas, language and all that good stuff, sometimes it takes two!! http://www.talkgraphics.com/images/smilies/smile.gif
    Richard

    ---Wolff On The Prowl---

  6. #36
    Join Date
    May 2004
    Location
    Hemel Hempstead, UK
    Posts
    33

    Default

    <BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by Access:
    Richard, Thanks for screenshots. I had idea with
    tabs, but it is ONE MORE component on form http://www.talkgraphics.com/images/smilies/smile.gif
    The goal was SIMPLIEST and SMALLEST app. <HR></BLOCKQUOTE>I agree - there's not that much UI to display. I fancied having a go at the tab control. Next time I might try a tree control on the left like some other apps do (IIRC, Netscape's options was like that?)

    AlexL

  7. #37
    Join Date
    May 2004
    Location
    Hemel Hempstead, UK
    Posts
    33

    Default

    <BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by RAMWolff:
    Perhaps the two of you should colaborate then Dmitry.

    Ideas, language and all that good stuff, sometimes it takes two!! http://www.talkgraphics.com/images/smilies/smile.gif <HR></BLOCKQUOTE>Yeah, whatever. My goal was not a product that's in direct competition. I'd be more than happy to send Dmitry my C# code, if he can understand it!!

    AlexL

  8. #38
    Join Date
    May 2004
    Location
    Hemel Hempstead, UK
    Posts
    33

    Default

    <BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by Access:
    as for registry API, I use registy like this:
    <snip>
    ...could it be easier? <HR></BLOCKQUOTE>I guess the SetRegINT (etc.) functions are provided by KOL. In C++ I use the Win32 functions directly which makes them cumbersome and verbose. Hence the C# classes were much nicer to use.

    AlexL

  9. #39
    Join Date
    Dec 2003
    Location
    Brest, Belarus
    Posts
    765

    Default

    <BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by AlexL:
    Next time I might try a tree control on the left like some other apps do (IIRC, Netscape's options was like that?)
    AlexL <HR></BLOCKQUOTE>

    I had this idea too. Maybe if there will more
    options added..

    About C# code - I think I can understand it.
    Im curious what code will be more compact.

    Gary -------
    new version with default export depth is available.

    Also XARCMX plugin for Total Commander with X1 support.
    Regards, Dmitry.
    Useful utils for Xara: http://xaraxtv.at.tut.by

  10. #40

    Default

    Thank you again Dmitry!

 

 

Bookmarks

Posting Permissions

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