Operating System:Windows 10
Operating System Bit:64bit
Software Version:3.9.9 DV
Ok just a rundown of what my bot consists of.
1. Main Form
2. Tweet Form
Click tweet on the main form it hides and opens the tweet form.
Tweet form has textbox1 and tweet button (go button)
textbox1 has a variable called tweets that is stored in module tweet action which logs me in and clicks tweet button and puts variable tweets into the tweet box on twitter.
Ok so now the issue. module tweet logs in, selects tweet, nothing comes over from the variable which is set in textbox1 or the tweet form.
Now the bug. If I go to operate textbox action I:
Choose form tweet (where textbox1 is)
Then Choose Control Textbox1
Then Select Function Get Text
Variable Source Module
Module Name tweetaction
Save to variable tweets
This is what happens when I add
Now I see the variable work but it does not populate the tweet box in twitter with anything. Even with my textbox1 set to the correct variable. Please let me know if it is something I have done improperly or if it is a bug.