AtmoWin - improvement discussion (2 Viewers)

Lightning303

MP Donator
  • Premium Supporter
  • September 12, 2009
    798
    577
    Home Country
    Germany Germany
    So, for This, maybe ask @Lightning303 : We can have the setting control of Atmowin inside Atmolight : on GUI side only.
    The commands i can send to atmowin from atmolight are very limited. Afaik we would need a lot of work on atmowin for that.
     
    B

    BassFan

    Guest
    1. fix problem on first start if nothing select on Device and click Channelassigment AtmoWin crash. (fixed)
    2. Channelassigment added to profile to so you can have 10 per profile to. (finish)
    3. Channelassigment can delete now from every Profile entry (finish)
    4. Settingsdialog should be allways on top after reload dummy window (finish)
    5. you can no more use double names in Channelassigment Listbox (finish)
    6. IDC_CB_DEVPROVILES (fixed) LOL :ROFLMAO:
    the old XML is no longer compatible..
    also delete it so AtmoWin can create a new.

    if your has a profile Sample: Test!
    Then you can create a ChannelAssignment!
    now you can never put the same name in it..
    you create a ChannelAssignment with Name myChannelOne
    then the ChannelAssignment show like this..
    <section name="Test_ChannelAssignment_myChannelOne">
    <setting name="name" value="myChannelOne"/>
    you can also create 9 ChannelAssignment for every Profile
    Profile can change now from Tray without open Settings Window for this!

    greets
     
    Last edited by a moderator:

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Hi BassFan, i did some testing. In the beginning i had some issues saving channel assignments, but after some fiddling it's working nicely ;)
    ChannelAssignments are nicely saved, based on the Profile name.

    What i did notice is that the default English translation file doesn't have MenuSettings name 11 & 12:
    XML:
            <setting name="11" value="Profiles" />
            <setting name="12" value="Nothing" />

    Attached you find the Dutch Language XML
     

    Attachments

    • Dutch.xml
      9.9 KB
    B

    BassFan

    Guest
    Hi BassFan, i did some testing. In the beginning i had some issues saving channel assignments, but after some fiddling it's working nicely ;)
    ChannelAssignments are nicely saved, based on the Profile name.


    thanks.. :) not finish yet
    if delete a Profile the Profile Name not removed from Array to (work on it)
    Many Messageboxes used different language strings so should add to Language XML.
    the first entry is allways for Default you can edit ChannelAssignments after create a new Profile to.


    greets
     
    Last edited by a moderator:

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,984
    5,663
    France - IDF
    Home Country
    France France
    hum; i don't understand how, i can make for save channelassignement ...
    all my channelassignement are not available ...
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    hum; i don't understand how, i can make for save channelassignement ...
    all my channelassignement are not available ...
    You need to redo them, since the Settings file on first start will be empty and the info isn't read from registry.
    Would be nice though, if that was possible. If the program detects an empty XML, read settings from registry and auto-save to XML? @BassFan is that possible? :D
     
    B

    BassFan

    Guest
    Would be nice though, if that was possible. If the program detects an empty XML, read settings from registry and auto-save to XML? @BassFan is that possible?


    NO! :)
    registry is not compatible to my Settings... why? i have Change it.!
    the old source with a Loop which save ChannelAssignments Depending on the index.

    For Index = 1 to 10 // MAx Channel
    after that the Name Change then to ChannelAssignments_1 // if the index 1 on this time.

    If you has 10 Channel and remove Index 4 then the Loop allways Fails after that
    so i have Change it to identify it on your Profile Name and Listbox entry which you has give for this Profile.
    so i have a warranty that found 100% the right entry and reorganize it after Change.

    argghh.. bad english i hope you understand what i mean.

    @HomeY You need to redo them, since the Settings file on first start will be empty and the info isn't read from registry.
    which registry? i never use any from registry (only Comobject that can not be changed!)

    @HomeY What i did notice is that the default English translation file doesn't have MenuSettings name 11 & 12:
    i have on GitHub ;)

    greets
     
    Last edited by a moderator:
    B

    BassFan

    Guest
    @azzuro all my channelassignement are not available ...
    hmmm ... think ?
    what your mean not available?
    1. If you are editing
    2. After the edit
    3. or restarting the application
    if so that your never see any Changed after restart (Hardware) then i should compare the source with the old to.
    so i can see what are wrong.
    you will see it after click on edit then i must restart the comboject after Edit.
    this is not available in Old source to.

    greets
     
    Last edited by a moderator:
    B

    BassFan

    Guest
    1. Add Strings in Language.xml for Messages to
    2. fix bad array index after delete a profile
    3. add Message Dialog so you can change delete your profile to
    4. all data from ChannelAssignment for profile which delete lost now, and remove from XML

    should now finish..
    if you found any Problem tell me.

    greets
     
    Last edited by a moderator:

    Users who are viewing this thread

    Top Bottom