Jump to content

Inter app communication questions


Recommended Posts

Im looking to split my application up into 3 maybe 4 apps. My thinking the first app would be the main control gui(buttons, interface and such), the other 2-3 apps would be the main functions and results of the button presses. The apps would be broken up into their main respective duties. I first thought to use a hidden gui to set and get data but decided against it. I've come across the listed apps that will facilitate direct communication between my apps (I believe) without a need for a hidden app/gui.

'?do=embed' frameborder='0' data-embedContent>>

'?do=embed' frameborder='0' data-embedContent>>

'?do=embed' frameborder='0' data-embedContent>>

'?do=embed' frameborder='0' data-embedContent>>

'?do=embed' frameborder='0' data-embedContent>>

'?do=embed' frameborder='0' data-embedContent>>

My questions are simple (mainly because I don't have the time to test all of them while I'm splitting up the apps):

1/ Which is the fastest? One particular function will be looking for updated data AT LEAST every 250ms if not faster

2/ Which is the most stable? ...where data won't get lost or skipped over.

3/ Are these scripts two way or one way? I'm not sure I need two way yet because I don't know how exactly I'm breaking them up, but so I have it in the back of my mind.

4/ How would these work uncompiled while I'm working and testing?

5/ which is the best according to you (I know that's subjective and I know you may not have tried all of them)

Any and all help is appreciated, thanks.

Link to comment
Share on other sites

  • Moderators

Champak,

The only one I have used is MailSlot. It can be 2-way if required and I have found it reliable and not too difficult to code - by all means ask if you need help getting it to work. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...