kirupa
08-20 06:25 PM
Cake - that is by design. Place the contents of your grid inside a ViewBox control (WPF only I believe). Once you have done that, you will see the contents of your grid scale as its height gets altered.
My earlier XAML snippet could be used when pasted between the <Window> tags. To try out what I just mentioned in this post, create a new WPF project called Animation and overwrite all of the XAML in Window1.xaml with the following:
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Animation.Window1"
x:Name="Window"
Title="Window1"
Width="640" Height="480">
<Window.Resources>
<Storyboard x:Key="Storyboard1">
<DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid" Storyboard.TargetProperty="(FrameworkElement.Height)">
<SplineDoubleKeyFrame KeyTime="00:00:00.5000000" Value="0"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid1" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Childr en)[0].(ScaleTransform.ScaleY)">
<SplineDoubleKeyFrame KeyTime="00:00:00.5000000" Value="2.93"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid1" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Childr en)[3].(TranslateTransform.Y)">
<SplineDoubleKeyFrame KeyTime="00:00:00.5000000" Value="96.5"/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</Window.Resources>
<Window.Triggers>
<EventTrigger RoutedEvent="FrameworkElement.Loaded">
<BeginStoryboard Storyboard="{StaticResource Storyboard1}"/>
</EventTrigger>
</Window.Triggers>
<Grid x:Name="LayoutRoot">
<StackPanel>
<Grid Height="100" Background="#FFF5FF00" x:Name="grid">
<Viewbox HorizontalAlignment="Left" Width="100">
<Button Content="Button"/>
</Viewbox>
</Grid>
<Grid Height="100" Background="#FF00B3FF" RenderTransformOrigin="0.5,0.5" x:Name="grid1">
<Grid.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="1" ScaleY="1"/>
<SkewTransform AngleX="0" AngleY="0"/>
<RotateTransform Angle="0"/>
<TranslateTransform X="0" Y="0"/>
</TransformGroup>
</Grid.RenderTransform>
</Grid>
</StackPanel>
</Grid>
</Window>
:)
My earlier XAML snippet could be used when pasted between the <Window> tags. To try out what I just mentioned in this post, create a new WPF project called Animation and overwrite all of the XAML in Window1.xaml with the following:
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Animation.Window1"
x:Name="Window"
Title="Window1"
Width="640" Height="480">
<Window.Resources>
<Storyboard x:Key="Storyboard1">
<DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid" Storyboard.TargetProperty="(FrameworkElement.Height)">
<SplineDoubleKeyFrame KeyTime="00:00:00.5000000" Value="0"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid1" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Childr en)[0].(ScaleTransform.ScaleY)">
<SplineDoubleKeyFrame KeyTime="00:00:00.5000000" Value="2.93"/>
</DoubleAnimationUsingKeyFrames>
<DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid1" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Childr en)[3].(TranslateTransform.Y)">
<SplineDoubleKeyFrame KeyTime="00:00:00.5000000" Value="96.5"/>
</DoubleAnimationUsingKeyFrames>
</Storyboard>
</Window.Resources>
<Window.Triggers>
<EventTrigger RoutedEvent="FrameworkElement.Loaded">
<BeginStoryboard Storyboard="{StaticResource Storyboard1}"/>
</EventTrigger>
</Window.Triggers>
<Grid x:Name="LayoutRoot">
<StackPanel>
<Grid Height="100" Background="#FFF5FF00" x:Name="grid">
<Viewbox HorizontalAlignment="Left" Width="100">
<Button Content="Button"/>
</Viewbox>
</Grid>
<Grid Height="100" Background="#FF00B3FF" RenderTransformOrigin="0.5,0.5" x:Name="grid1">
<Grid.RenderTransform>
<TransformGroup>
<ScaleTransform ScaleX="1" ScaleY="1"/>
<SkewTransform AngleX="0" AngleY="0"/>
<RotateTransform Angle="0"/>
<TranslateTransform X="0" Y="0"/>
</TransformGroup>
</Grid.RenderTransform>
</Grid>
</StackPanel>
</Grid>
</Window>
:)
Fran
08-14 11:57 AM
Similar threads have been started before as lot of LUD's have been seen on 07/22 07/28 08/05 and 08/12. I think concensus was that this has nothing to do with 485 data entry as check cashing did not match the LUD dates. But interesting pooint raised in this thread that it might be about which july apps to batch transfer from LIN to SRC. 07/22 might be around the time when LIN started to look at first few july filers apps.
rkg000
05-12 04:47 PM
Fall1998, I am still waiting. I am a July 2007 filer. Don't worry you have company. If you are current in May, then one thing you can be sure of is that you'll be current from here on :).
helpful_leo
06-17 01:44 PM
..if someone started now?
If a major corporation (i.e. bonafide company, no fraud, etc) started the labor process for an employee tomorrow, how long (in a ballpark sense) would it take before the person could file for I140 and I1485 concurrently?
...and do you think the dates wd remain current (for India) till then? And is there anything that can be done from the employee or employer's side to speed up the process? All comments will be appreciated.
Thanks all for your time
leo
If a major corporation (i.e. bonafide company, no fraud, etc) started the labor process for an employee tomorrow, how long (in a ballpark sense) would it take before the person could file for I140 and I1485 concurrently?
...and do you think the dates wd remain current (for India) till then? And is there anything that can be done from the employee or employer's side to speed up the process? All comments will be appreciated.
Thanks all for your time
leo
more...
nogc_noproblem
04-15 03:24 PM
It is good that at last you came out of the trap. Best wishes.
My employer is horrible to work with. But after hearing horror stories about other consulting companies i decided to stick with known devil... Moreover i did not want to take up permanent job assignment on h1 due to layoff fear...
My employer is horrible to work with. But after hearing horror stories about other consulting companies i decided to stick with known devil... Moreover i did not want to take up permanent job assignment on h1 due to layoff fear...
ras
05-28 01:57 PM
If the fee is reduced then it will have impact on the number of personnel that USCIS can employ which inturn delays the whole application process. So rather with the fee let the USCIS have enough personnel to dispose of the cases.
And of course as mentioned above it is good idea that the attorneys take less fee so the burden is less on the applicant. And may be USCIS could simplify and come up with application procedures such that there is not much of an attorney intervention to comply with the law.
And of course as mentioned above it is good idea that the attorneys take less fee so the burden is less on the applicant. And may be USCIS could simplify and come up with application procedures such that there is not much of an attorney intervention to comply with the law.
more...
cchaitu
07-24 04:34 PM
Hi,
If I have a permanent offer after 180 days of Receipt date (I 485)...
Is this offer should be in the same location (state) where my labor got filed ???
Please advice...
Thanks
Please Advice
If I have a permanent offer after 180 days of Receipt date (I 485)...
Is this offer should be in the same location (state) where my labor got filed ???
Please advice...
Thanks
Please Advice
knowDOL
08-15 10:55 AM
Yes only after I-140 approval of both LC's.
When we do dual filing with PERM...
Can we transfer the PD of (approved : EB3 + I140 ) to PERM ( EB2 )?
When we do dual filing with PERM...
Can we transfer the PD of (approved : EB3 + I140 ) to PERM ( EB2 )?
more...
onthelines
10-06 03:25 PM
This is Incredible..Thanks IV for all the hard work.
BECsufferer
10-02 01:17 PM
Literally, windsor(Canada) and Detroit (USA) are seperated by river, so keeping GC and PR is like riding in two boats ... not possible. While Canadians are liberal in allowing their immigrants to travel daily into US to conduct their jobs ( that brings easy tax $$), it would be inconvienent to track daily movements out of country for GC. Remember at US citizenship, you will be asked to provide detailed log of trvels outside the country. So trip to Windsor is technically outside the country.
I had Canadian PR and am giving it up, because I finally got GC. With GCI can trvel freely into Canada. Plus even before Canadian PR, I never lived in Canada nor do I plan to in future. So why bother.
I had Canadian PR and am giving it up, because I finally got GC. With GCI can trvel freely into Canada. Plus even before Canadian PR, I never lived in Canada nor do I plan to in future. So why bother.
more...
Blog Feeds
12-28 04:50 AM
The Congressional starter pistol on comprehensive immigration reform (CIR) has been fired skyward with the release of a 644-page mish-mash of proposed changes to the Immigration and Nationality Act that will both please and infuriate pro- and anti-immigration combatants in the Capitol and throughout the land. Introduced by Rep. Luis V. Gutierrez (D-IL), the bill with three names (the ��Comprehensive Immigration Reform for America�s Security and Prosperity Act of 2009,�� the ��Comprehensive Immigration Reform ASAP Act of 2009,��and the ��CIR ASAP Act of 2009��) is the first sortie in the coming Congressional ground war over immigration policy. With the release...
More... (http://blogs.ilw.com/angelopaparelli/2009/12/cir-asap-an-immigration-hard-slap-to-business.html)
More... (http://blogs.ilw.com/angelopaparelli/2009/12/cir-asap-an-immigration-hard-slap-to-business.html)
mohitb272
03-20 06:25 PM
Anyone???
more...
webm
05-05 04:37 PM
You missed the 2 year EAD and AP man. ;)
This is still under review by USCIS..man..not finalized yet..fyi..
This is still under review by USCIS..man..not finalized yet..fyi..
waitingGC
03-21 10:58 AM
My wife will apply for H1 this April. I also have some questions:
1. can she transfer her H1 to another company before she starts to work for the company which sponsors her H1B?
2. if she does not want to join the sponsoring company, can she transfer back to H4 after getting H1B approval but before Oct. 1st? Under this circumstance, is she subject to H1 quota in the future?
1. can she transfer her H1 to another company before she starts to work for the company which sponsors her H1B?
2. if she does not want to join the sponsoring company, can she transfer back to H4 after getting H1B approval but before Oct. 1st? Under this circumstance, is she subject to H1 quota in the future?
more...
madooripraveen
03-25 01:59 PM
On March 12 2009 I got an query on my I-485.
Requesting discrepancy in the labor applied on Nov'7 2002 and present working place.
My company(abc ltd) applied labor on Nov'07 2002 while I was working at the clients(xyz) place in Los Angeles.
I got my I-140 approved on Feb'15 2006, while I was with the same client(xyz) at that time.
On Dec'04 2006 I moved to Detroit, started working with different client.
RFE goes like this.
The Documentation submitted with your application and/or a review of service records indicate that you no longer reside in the same state or geographical location as the underlying form i-140 immigration petitioner and /or job location specified by your intended permanent employer.
There fore submit a currently dated letter from your original form I-140 employer which which address this discrepancy.
I am still working with the same employer who filed my labor certification.
Any gurus who can suggest me on the query would be greatly appreciated.
Requesting discrepancy in the labor applied on Nov'7 2002 and present working place.
My company(abc ltd) applied labor on Nov'07 2002 while I was working at the clients(xyz) place in Los Angeles.
I got my I-140 approved on Feb'15 2006, while I was with the same client(xyz) at that time.
On Dec'04 2006 I moved to Detroit, started working with different client.
RFE goes like this.
The Documentation submitted with your application and/or a review of service records indicate that you no longer reside in the same state or geographical location as the underlying form i-140 immigration petitioner and /or job location specified by your intended permanent employer.
There fore submit a currently dated letter from your original form I-140 employer which which address this discrepancy.
I am still working with the same employer who filed my labor certification.
Any gurus who can suggest me on the query would be greatly appreciated.
javacool2008
09-17 12:41 PM
I have the same problem. My application mailed to NE at July 13th. Now I am looking at a receipt on Sep. 7th. Funny I fax a letter to NE on Sep. 6th after the long wait. Then my application was transfered to Texas the very next day and issued a receipt notice on Sep. 7th.
I am thinking the worker is trying to cover for his or her irresponsibility. Of course I have no prove of such, but the paper work never lies.
Welcome to the America. DC is the way to go.
I am thinking the worker is trying to cover for his or her irresponsibility. Of course I have no prove of such, but the paper work never lies.
Welcome to the America. DC is the way to go.
more...
dc2007
08-05 06:09 PM
This really helped me. I just did that and find out that I have so many addresses there. As I said initially because of my job status I moved a lot within US..
But I am still confused.
For India I am clear. For the period when I was in India, I will put Indian address
But while I was in US, what addresses should I put in g-325a form - The places where I actually lived or as the addresses I put in my US tax returns ?
I have no problem in providing all US addresses, but that contradicts with my addresses in US Tax returns.
If USCIS will do background check, are they more concerned about
(a) That addresses in my tax return should match with my residence addresses in g-325a form ?
OR
(c) They are more inclined towards that addresses should match with the actual addresses where I lived ?
from annualcreditreport.com (this is a site from the 3 credit agencies), you can see all the addresses that your credit card bills went to. So there is a record of where you actually lived in the last 3-5 years.
By the way, by law you are entitled to a free credit report annually. You can get it from the afore mentioned site.
But I am still confused.
For India I am clear. For the period when I was in India, I will put Indian address
But while I was in US, what addresses should I put in g-325a form - The places where I actually lived or as the addresses I put in my US tax returns ?
I have no problem in providing all US addresses, but that contradicts with my addresses in US Tax returns.
If USCIS will do background check, are they more concerned about
(a) That addresses in my tax return should match with my residence addresses in g-325a form ?
OR
(c) They are more inclined towards that addresses should match with the actual addresses where I lived ?
from annualcreditreport.com (this is a site from the 3 credit agencies), you can see all the addresses that your credit card bills went to. So there is a record of where you actually lived in the last 3-5 years.
By the way, by law you are entitled to a free credit report annually. You can get it from the afore mentioned site.
BB_1976
06-17 09:20 AM
My H1B expires in Oct 2006, I applied extension for my 7th year and got approval till Oct 2007, based on pending labor with company A. I am planning to change employer soon. They are planning to file my Labour before end of 6th year. Still I am confused. My 7th year starts from Jan 2007, will this H1B be valid even if company A is withdrawing my application or even if the company closes?
I saw in the earlier posting that 8th year extension is valid even if the employer withdraws the pending LC
I heard for someone else that my 7th year H1B becomes invalid when the company A withdraws or closes.
Please advice. I really appreciate your help.
thanks:)
I saw in the earlier posting that 8th year extension is valid even if the employer withdraws the pending LC
I heard for someone else that my 7th year H1B becomes invalid when the company A withdraws or closes.
Please advice. I really appreciate your help.
thanks:)
styrum
01-18 12:50 PM
INS doesn't process Labor Certification. So it was either DOL who denied Labors or INS/USCIS who denied 140's. The latter is doubtful, because 140 is filed only with an approved Labor (except for EB1s and NIW), but everything is possible with USCIS. There is a will there is a way, there is no will there are excuses (not enough visas, too many of you, too few processing capacity, we gotta protect American workers from you, damn job stealers, etc.)
Berkeleybee
05-30 02:31 PM
As many of you have experienced, the pace of things here in general is slower than that of our home countries. Working in the project management, I often realize how hard it is to make the other party move faster when it is not involving the interest of the other side.
That is what makes me feel skeptical how much they would move, when we demand faster processing of our green card. Probably, the voice of our employer will be more effective. But is our employer losing anything from this slow process?
Even if our demand for more visa numbers is met and the retrogression problem is resolved, there is a big trap ahead waiting for us. Nobody really knows how much time it will take in the 3rd stage after all of us jump in and process our 485. It will be disastrous if it will be the same thing all over again.
It will do no good finger pointing for the lost time of ours in the past years. It does only good when we unite our voice and demand specific things to make up for the past.
Why is the green card so valuable to you? For me, it is the freedom of chaning jobs without making the new employer feel embarrassed.
If only they can allow us to submit I-485 regardless even though they can not process it until Visa number becomes current and if only they can remove the restrictions on AC-21 portability, these will save so many lives from being trapped.
These two legal changes which may be easier for the Congress, will actually make up for the lost time in our life waiting in line.
Maybe, it is time to be practical, realistic, and specific. Maybe, it is time to get smarter.
Asian,
Not sure what you are getting at here.
The managers amendment of S. 2611 does have the provision of filing I-485 even when visa numbers are not available. This provision exists precisely because IV asked for it.
Read the post on http://immigrationvoice.org/forum/showpost.php?p=15093&postcount=2
Berkeleybee
That is what makes me feel skeptical how much they would move, when we demand faster processing of our green card. Probably, the voice of our employer will be more effective. But is our employer losing anything from this slow process?
Even if our demand for more visa numbers is met and the retrogression problem is resolved, there is a big trap ahead waiting for us. Nobody really knows how much time it will take in the 3rd stage after all of us jump in and process our 485. It will be disastrous if it will be the same thing all over again.
It will do no good finger pointing for the lost time of ours in the past years. It does only good when we unite our voice and demand specific things to make up for the past.
Why is the green card so valuable to you? For me, it is the freedom of chaning jobs without making the new employer feel embarrassed.
If only they can allow us to submit I-485 regardless even though they can not process it until Visa number becomes current and if only they can remove the restrictions on AC-21 portability, these will save so many lives from being trapped.
These two legal changes which may be easier for the Congress, will actually make up for the lost time in our life waiting in line.
Maybe, it is time to be practical, realistic, and specific. Maybe, it is time to get smarter.
Asian,
Not sure what you are getting at here.
The managers amendment of S. 2611 does have the provision of filing I-485 even when visa numbers are not available. This provision exists precisely because IV asked for it.
Read the post on http://immigrationvoice.org/forum/showpost.php?p=15093&postcount=2
Berkeleybee
chanduv23
09-25 12:17 PM
Thanks for the information logiclife. Being a low level mod myself, was a bit concerned, but now we have this information.
No comments:
Post a Comment