How can I update widget from CardSection? - add-on

I am trying to update widget from CardSection, but I have no ideas to do this task
https://imgur.com/a/fTrkv.
Anyone have an idea how can I do this?

It's not possible. I was trying to find the reference to this, but I cannot find it. I remember reading it though. You cannot update any part of a card that you have already rendered. You can only push a new card onto the stack or update the card in place with another card.

Related

Searchable textblock in adaptive card (Same behavior in manage tags add people)

Good Day! I have a question, is it possible to have a searchable textblock in adaptive card? i have this feature to implement in a task module wherein if i type in a text in the textblock it will filter the result based on what i searched. kinda like the behaviour in managing the tag where you add some people. see image below:
I am looking for a way on how to replicate the same behaviour. maybe you guys can help me that would be great. Thank you.
See Image
Unfortunately this is not possible right now there's an open issue for this here:
https://portal.productboard.com/adaptivecards/1-adaptive-cards-features/c/15-input-choiceset-auto-complete
You can upvote it, its already planned just not finished yet.

UFT image edit , ie updating image

I am using UFT I have captured an image object , but now I want to update this image with another image, so that the code uses the updated image than the previous one, all other objects remain the same, I couldn't find an option for that , could you please guide me how to update the image with something else thanks for your help
UFT typically doesn't use images to identify objects (with one exception), especially since they image you're sharing is from UFT's Object Repository.
I'll assume you want to update the object repository (otherwise I don't understand the question). Check out Shared Object Repositories on how to use an external object repository which can be updated independantly from the test.
Well, I guess the question it's about the update of the object in any Repository.
But You can update every object like this, if they belong at same type.
Short answer, you replace your object. Long answer check the link Motti gave you.
Update Button

How to make a addon which will automaticly load missing image after some interval

I want a firefox add-ons , which will automaticly load the missing image after a given interval. and it will stop after the image load. please anyone help me on this .
thanks in advance.
Brainstorming an idea - may not be the best approach:
Add a mutation observer to each document, walk the tree of that node, if anything in there is an image, attach event listener for onerror, and onerror trigger then you know it failed.
Another way is to use http observer, as you detect its an image (see this topic on how to detect image from http - Firefox addon - monitoring network ) then do some stuff, maybe watch that nsIRequest, and replace it with your own, but keep that original in hand. If the origianl doesnt complete or completes with error code, then try to send the replacement to whatever you want. Sounds cool to me :P just brainstorming - this technique would get the images loaded in css and other places (the first one only gets <img>s)

umbraco Contour textfield side by side

Im trying to make a form in contour for umbraco with to text fields. and I want them to be placed side by side, or at the same "horizontal line"
Im new to contour but I can't find a way to do this, an i'm been trying to google it, but without any luck.
So do anyone know if you can do this in contour? or do you need to make it yourself?
as always, thanks for your time.
So. I just found out how it can be done. and i'm gonna answer this instead of delete it since i got a upvote.
It's simple. you can build your forms up in rows and cols. so this will give you the tools need for it.

How to add container or panel in flash and resize them using actionscript 3.0

I want to show some image in a flash. When I click an image, the image is up as like as image shown below.
when i click the image:
but the problem is when i click the image in that group, there is a gap between images. I want to attach them. I can not solve the problem. please anybody help me to solve the problem.
If you're using Flex, this is fairly trivial. You set the cards in an HGroup (calculating the gap will be difficult, but not impossible) and simply remove selected cards from that group and place them in another. After the card is removed, your other cards will be realigned by the layout automatically.
If you're not using Flex, I suggest extracting the code you used to layout the cards in the first place into a separate function. When a card is selected, you move the card out of the DisplayObjectContainer it is currently in and place it in another and then simply call the layout function again. This is the same method as I would use with Flex, although a little less automated due to the lack of Flex's layout engine.

Resources