23,783 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
165
views
Error: Infra Phase complete, 0/0 resources updated in 02 seconds
I am trying to create a file cookbook, but it does not create a file for me. I am getting this once I run the command:
[root@ip-172-31-11-135 cookbooks]# chef-client -zr "recipe[test-cookbook::...
0
votes
0
answers
107
views
How to replace HTMLLoader to display PDF inside air application
With the latest version of adobe air the component HTMLLoader has been removing.
In my case, I used it to display pdf files inside my air application.
if ( HTMLLoader.pdfCapability == ...
0
votes
0
answers
64
views
Air desktop application CSS file and image url
I've got a StyleableTextField that displays very basic HTML.
This css file is calling on main class like this :
<fx:Style source="assets/skin/1styles.css"/>
My project directory is ...
0
votes
1
answer
62
views
Flex conditional statement: set VGroup height according to Label Text
In my Flex code I have a Label and a VGroup container. I want to set the height of the VGroup according to the Label text.
Here is the simplified code -
<s:Group height="100%" width="...
0
votes
1
answer
878
views
D365 - Azure Devops - Git Repo - How to check the history of a file which is stored in separate folders in the Main branch
In Our company, we are developing D365 and we export each change as a patch solution, create a branch and then do a pull request and merge with the main.
The patches are merged as separate folders ...
0
votes
1
answer
54
views
How to access data from row in Grid while selecting it so that further it can be used in Text Field below in Adobe Flex (ActionScript)?
I've created a Grid that takes data from an XML file. I need to get the entire row value and display them in the text field below accordingly. I was able to achieve the row index of the selected row ...
0
votes
0
answers
124
views
Actionscript: Access of possibly undefined property id
I have a desktop Actionscript project.
The following line
_rXML.part.instrument.(@id = instruments[@id]);
Produces the error
Access of possibly undefined property id
What is odd is that this error ...
-1
votes
2
answers
492
views
Adobe flex in 2021 [closed]
I have several applications of the type .swf programmed in Adobe Flex, I saw that the browsers are not going to allow more adobe flash content. Applications are used internally in a network ...
0
votes
1
answer
221
views
How i can add cron entry without time using chef
Via cookbook recipe i want to add crontab entry which will help me to start application whenever my VM will restart so with entry i don't want to specify anytime i tried with this code:-
cron '...
0
votes
1
answer
89
views
Equivalent of parent parentDocument from flex
I must turn a Flex code into an Apache Royale one but in my research, there is on attribute for which i dont find the equivalent.
In Flex, to call an actionScipt function from a parent mxml, I have:
&...
1
vote
0
answers
102
views
Captive runtime packaging issue (Failed to load the AIR Runtime) under Catalina 10.15.7 with ADT
I am trying to package my AIR app on mac (Catalina 10.15.7) with ADT after successful compilation step.
Everything is fine with the .air package on mac and with both .air and .exe under Windows.
But ...
-1
votes
1
answer
269
views
Getting error while running curl command via chef
While running curl command using chef getting error. Block which I am trying to execute:
bash 'create_aemadmin' do
code <<-EOF
curl -u admin:admin -FcreateUser=aemadmin -FauthorizableId=...
0
votes
1
answer
144
views
How can I create a context menu on the fly in a textArea in AS3/AIR?
I am migrating an application from Flex/Flash to Flex/AIR 32.
Many years ago I began using the flextenibles SpellCheck module. It creates a custom component for textArea which will underline ...
1
vote
1
answer
1k
views
Flex SDK installer fails to download https://github.com/swfobject/swfobject/archive/2.2.zip
I am trying to install Apache Flex SDK 4.16.1 + AIR 31.0 or AIR 32.0 with the latest Apache Flex installer - tried it on both Win 7 and Win 10. Starting it with administrator rights.
At some point the ...
0
votes
1
answer
85
views
CompressedInt Write?
public static function Read(param1:IDataInput) : int
{
var _loc2_:* = 0;
var _loc3_:int = param1.readUnsignedByte();
var _loc4_:* = (_loc3_ & 64) != 0;
...