Search found 63 matches

by freedom
Sun Aug 16, 2020 1:43 am
Forum: General Instrument Help
Topic: Possibility to develop a panel bigger than the screen
Replies: 12
Views: 4239

Re: Possibility to develop a panel bigger than the screen

After fiddling around with Panel Scripts I managed to successfully implement the panel swap function. Indeed it is a more simplified approach. Having said that, the move() function doesn't yet seem to support animation. Would be nice to see this feature to be included in the future. Thanks gentlemen...
by freedom
Fri Aug 14, 2020 3:48 am
Forum: General Instrument Help
Topic: Possibility to develop a panel bigger than the screen
Replies: 12
Views: 4239

Re: Possibility to develop a panel bigger than the screen

I thought you wanted to move all the instruments associated with a panel. <-- Indeed that's exactly what I want to do. Here is my code: function up_callback() move (All_ins, 0,0, nil,nil,"LINEAR",0.03) end function down_callback() move (All_ins, 0,-700, nil,nil,"LINEAR",0.03) end...
by freedom
Thu Aug 13, 2020 5:16 pm
Forum: General Instrument Help
Topic: Possibility to develop a panel bigger than the screen
Replies: 12
Views: 4239

Re: Possibility to develop a panel bigger than the screen

I managed to move the panel and a test button together using group_add() and move(), however, strange thing happens: 1. When I define the button with image_add, the button move alongside with the panel together 2. When I define the button with button_add, the button interface move alongside with the...
by freedom
Thu Aug 13, 2020 3:46 pm
Forum: General Instrument Help
Topic: Possibility to develop a panel bigger than the screen
Replies: 12
Views: 4239

Re: Possibility to develop a panel bigger than the screen

What about using group_add?

Move everything together with a slider input (or a page swap button). Any thought?
by freedom
Thu Aug 13, 2020 12:29 am
Forum: General Instrument Help
Topic: Possibility to develop a panel bigger than the screen
Replies: 12
Views: 4239

Re: Possibility to develop a panel bigger than the screen

Using a slider may seem to be an option but how can you batch move all the buttons (and graphics) on top along with the panel?
by freedom
Wed Aug 12, 2020 3:47 pm
Forum: General Instrument Help
Topic: Possibility to develop a panel bigger than the screen
Replies: 12
Views: 4239

Possibility to develop a panel bigger than the screen

Is it possible to build a panel which size is bigger than the monitor it is sitting in? With a finger swap through the panel perhaps.

Thanks
by freedom
Sat Aug 08, 2020 3:30 pm
Forum: Air Manager Help
Topic: Touch operation not responsive during AM inactive operation
Replies: 0
Views: 1023

Touch operation not responsive during AM inactive operation

For reasons like operating keyboard shortcuts or entering flight plan parameters I need to keep X-Plane 11 as active app. However when I touch the buttons of the AM panel they are not responsive until I deselect X-Plane from active (by clicking the desktop of the second monitor). I have tried "...
by freedom
Fri Jul 31, 2020 11:27 pm
Forum: Instrument Graphics Help
Topic: Spacing and width of text
Replies: 3
Views: 3170

Re: Spacing and width of text

Thx. May explore further on the graphical approach
by freedom
Fri Jul 31, 2020 11:23 am
Forum: Instrument Graphics Help
Topic: Spacing and width of text
Replies: 3
Views: 3170

Spacing and width of text

Is there a way to adjust the spacing or width of text being displayed? Thanks!
by freedom
Fri Jul 31, 2020 1:58 am
Forum: Lua and API Scripting Help
Topic: How to load a blinking image
Replies: 8
Views: 3003

Re: How to load a blinking image

Hi Jacques and Ralph What a big shame on the loss of the files! Your artwork is among the best I have ever seen from the community. A lot of efforts has been put into the details. I feel the pain for losing them! I have an idea, my work on Toliss is now half done (FCU 50%, EFIS, Warning/Caution, ECP...