Jump to content
UBot Underground

UI entry fields reset after every refresh = annoying !


Recommended Posts

Hello again...

 

I'm getting frustrated by the UI entry fields getting reset when refreshing.

 

For some reason I have to stop my script to run sometimes and resuming produce most of the time an error in the script (I guess some variables are not reset when resuming).

 

Any idea or tricks so I don't have to fill my UI fields everytime ? (I have like 8 fields and some include spin text, email and stuff so entering everything each time the script has a small issue is very time consuming...)

 

Cheers,

Link to post
Share on other sites

Hello again...

 

I'm getting frustrated by the UI entry fields getting reset when refreshing.

 

For some reason I have to stop my script to run sometimes and resuming produce most of the time an error in the script (I guess some variables are not reset when resuming).

 

Any idea or tricks so I don't have to fill my UI fields everytime ? (I have like 8 fields and some include spin text, email and stuff so entering everything each time the script has a small issue is very time consuming...)

 

Cheers,

You can pull the data from a csv file , table like this there is no need to put the data every time you refresh .

Link to post
Share on other sites

You can pull the data from a csv file , table like this there is no need to put the data every time you refresh .

 

Hi, the problem is a CSV is going to create some problems as the spun content contains commas...

 

Plus it's not pratical at all

Link to post
Share on other sites

Hi, the problem is a CSV is going to create some problems as the spun content contains commas...

 

Plus it's not pratical at all

 

EASY Way

 

Grab it from a list text files.

 

Variable 1 line 1

Variable 2 line 2

etc

 

2nd way

 

Change your spin variable for , to a + and change before posting.

 

Example

 

you want to post

Peter goes to market, he buys milk.

 

you input into bot

 

Peter goes to market+ he buys milk.

 

bot changes + to a , before posting after grabbing from your table.

Link to post
Share on other sites

EASY Way

 

Grab it from a list text files.

 

Variable 1 line 1

Variable 2 line 2

etc

 

2nd way

 

Change your spin variable for , to a + and change before posting.

 

Example

 

you want to post

Peter goes to market, he buys milk.

 

you input into bot

 

Peter goes to market+ he buys milk.

 

bot changes + to a , before posting after grabbing from your table.

 

Thanks I think the list will do the trick (even if i'm quite unhappy with this refresh ubot "feature"). When I was a developer we would have said "the refresh deleting all UI field is something we wanted, it's a feature" whereas our customer would say "what is this crappy bug" LOL !

 

It's not very handy but it'll save me some time

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...