How to add a banner through AdDuplex? - windows-phone-8.1

I've added adDuplex to my App,
i've done :
1- set ad unit name
2- Add AdDuplex SDk
But one request i couldn't complete it,
which is "create a banner".I've made the app as template and target to the same app , but i cannot saving it .
Any ideas?
Thanks

To create a banner in AdDuplex you first have to insert 4 lines of text ad and then press save. Saving will fail if these lines are empty.

Related

Custom component for uploading files is sharing instance and not working as expected

In my application I have some modules which should have the possibility to upload images.
I created a child component for handling the image uploading, for easy reuse.
The problem is when I upload image from one of the child components it is always displayed in the first component instance.
I have replicated the issue here:
https://stackblitz.com/edit/angular-ivy-6ug9f6
Anyone knows what the problem is?
Both of your file inputs have the same id, so when you click the second label, it refers back to the first input. Try generating a dynamic id for each input and that should do the trick.

Robot Framework + Selenium can't enter text in a field, throws InvalidElementStateException

Using Robot Framework (with Selenium) to automatically fill a form - it's a checkout page on a ecommerce website,
It bugs at the very last step, when trying to enter the CVC code of a test credit card,
Robot throws a "InvalidElementStateException: Message: invalid element state: Element is not currently interactable and may not be manipulated"
when the field is clearly visible and actionable.
Using Chrome, not Firefox (can't get it to work at all with FF)
I made sure the test scrolls the page down to see the field, but it still considers that field to be hidden or not actionable.
Has anyone run into the same issue here?
Section of the code that fails is here:
Card Payment is Visible
Execute JavaScript window.scrollTo(0,700)
Wait Until Page Contains Expires
Focus xpath=//*[#id="securityNumber"]
I Enter the CC Security Code
Input Text securityNumber ${CHECKOUT_CARD_CODE}
I Click Submit Order
Submit Form forms.payByCardForm
(the bits about "Focus" and "Input Text" are the ones that fail. I validate the text "Expires" is visible, it's right above the CVC field...)
I also tried:
Wait Until Element is Visible id=securityNumber
But it still fails.
It takes a screenshot and it's clearly there...
Oh well...payment forms you don't build yourself will always be trouble. This one is built using AngularJS so it's even more trouble.
I found how to locate the proper field by using a css property, since there is a hidden form that contains the same field with the same ID and Name.
I did have to use "Sleep" for it to work as well (thx Goralight).
And thanks to everyone else.
Use unique identifiers. Had same issue with the "description" field. Upon using View Source [Code] I see "description" in my HEAD META tag. Changed id fields to use "product_description" - error is gone. Code works.

mysqlworkbech 6.1 how to apply inserts data changed

iam new to mysqlworkbench. i am using the latest 6.1 version of it. While iam designing model(EER diagram) i created a table and tried to insert some default data to it in the bottom inserts tab of the respective table.
now when i try to close the bottom tab i get a pop up for saying to apply the changes, but i cant find the apply button anywhere on the GUI , Please help where is the apply button so that i can apply
There's an apply button on the toolbar:

What is the refresh frequency of AdControl in Windows Phone 8

I just added AdControl to my app, and want to frequently change ads on it.
So I set IsAutoRefreshEnabled = True. But I cannot find detailed information about how frequently the adds will be changed.
Can someone help me with this question, please?
Thx
I finally found the answer.
After 1 min. of showing ad a request for another ad is send, and when the new ad is downloaded it is shown. Usualy abouth 1-1,5 min when IsAutoRefreshEnabled set to "True"
Hope it helps :)

Ipod Library access -- Musicplayer not notify

i want to play songs form my application when user select song which is list out in the table view .i successfully list out songs from my iphone itunes to my application but when i select any song it only play song which is play currently in iphone.i apply notification then also it not change the song.so what i have to do to solve this problem.
i am using MPMusicPlayerController and settheQuerywithCollections with MediaItemCollections
Thanks.
It seems that you have turned on "Repeat One Song" function.
If you have correctly set PlaybackQueue, try fixing the repeating problem.