Messages - CodeTRUCKER [ switch to compact view ]

Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 215next
51
Stickies ?

Enable Scrollbars in Options, write your list then resize the sticky to display one line, you can scroll through each line using the mouse wheel.

[ Invalid Attachment ]

Font, background colour, and opacity can be set to whatever you like.  They can be set to be On Top, don't know how it would go with a flight simulator though, (works over normal Windows programs).
I give up... how does one "Enable Scrollbars?"

52
Thanks for the suggestions.  I'll test drive them and see if they will work.  :)

53
I have created a number of checklists for flight simulator.  But, having another Notepad window open to read the text line (checklist item) is quite distracting and the white background of the window makes things difficult to see for night flights.

In a perfect world, it would have the ability to show red, white, etc. text anywhere I moved it over the flight simulator window with an "Always-on-Top" capability.  It would have the ability to shrink to show only one line at a time and possibly with the ability to program a joystick button to move the cursor down one line at a time.

Okay, so this isn't a perfect world, so I will settle for a menu-less, border-less text editor with the capability to make the background black and the text white or green (sort of like Q10).  It would have the ability to shrink it vertically to only see one line at a time.

Another possibility would be an app that can display text one line at a time.  Kind of like the way a spread sheet can hold text.  Feel free to ask for any clarification or better explanation.  I just want to see one line of text at a time and only the text with or without a border.

Any suggestions?

Thanks for your time.


54
Developer's Corner / Re: XML If-Els
« on: August 23, 2015, 02:07 PM »
Aha, the FlightSim context was missing from your OP, but I still wouldn't have known about the if/els structures :-[
...

Thanks for the heads-up.  OP oversight corrected.

55
Developer's Corner / Re: XML If-Els
« on: August 22, 2015, 06:38 PM »
I figured it out! 

While this is not what one normally uses XML for, I figured out what the syntax is supposed to be.  Also, this will only work in the confines of flight simulator and for specific aircraft.

A much different construct than the one in the OP...

<!-- Sets V-Speeds for 138000 @ Flaps 15 -->
      <Element>
         <Select>
            <Value>
               (A:TOTAL WEIGHT,pound) 138001 &lt;
                  if{
                     1   (A:TOTAL WEIGHT,pound) 135999 &gt;
                           if{
                              1   (A:FLAPS HANDLE INDEX,enum) 3 ==  // The position of the flaps handle.
                                    if{
                                       1   134 (&gt;L:v1,knots)
                                          140 (&gt;L:vr,knots)
                                          147 (&gt;L:v2,knots)
                                          162 (&gt;L:fr,knots)
                                          194 (&gt;L:sr,knots)
                                    }
                                    els{
                                       0   0 (&gt;L:v1,knots)
                                          0 (&gt;L:vr,knots)
                                           0 (&gt;L:v2,knots)
                                          0 (&gt;L:fr,knots)
                                          0 (&gt;L:sr,knots)
                                    }
                           }
                           els{
                              0   0 (&gt;L:v1,knots)
                                 0 (&gt;L:vr,knots)
                                 0 (&gt;L:v2,knots)
                                 0 (&gt;L:fr,knots)
                                 0 (&gt;L:sr,knots)
                           }
                  }
                  els{
                     0   0 (&gt;L:v1,knots)
                        0 (&gt;L:vr,knots)
                        0 (&gt;L:v2,knots)
                        0 (&gt;L:fr,knots)
                        0 (&gt;L:sr,knots)
                  }
            </Value>
         </Select>
      </Element>
   </Element>


Thanks for the contributions.

Pages: prev1 ... 6 7 8 9 10 [11] 12 13 14 15 16 ... 215next
Go to full version