Questions tagged [freeform]

The free form layout was introduced in Fortran 90. This source-code dialect for Fortran allows overcoming the limitations of the (previous) fixed format (either 77 or 132 columns). There are some differences between the two, for instance continuation lines. Fortran compilers typically rely on the source code suffix (i.e. file extension) to determine whether to use one or another dialect.

43 questions
0
votes
0 answers

How to correctly see Label's proportional height to View in Freeform ViewController

I have a ScrollView in my ViewController and inside I have a vertical StackView which has 30 Labels. Each label's height is proportional (6%) to the ViewController's View. To see all the labels in interface builder, I have to change View Controller…
Kashif
  • 4,074
  • 6
  • 39
  • 82
0
votes
1 answer

Boot up in Free form mode for android O

I am working on Android O source code and I have a requirement to use the free form mode. Right now, if we want to go into free form mode then we need user's intervention. I want to avoid that step and directly go to free form mode. How can I…
0
votes
2 answers

What's wrong with this data set?

I am learning R and I'm trying out this data set. http://ww2.amstat.org/publications/jse/datasets/airport.dat.txt unfortunately, using ap <- read.table("http://ww2.amstat.org/publications/jse/datasets/airport.dat.txt") does gives erroneous…
mahela007
  • 1,299
  • 4
  • 18
  • 28
0
votes
2 answers

Call java method from RPGLE (as400)

I need to call a java method from RPGLE, Im getting following error. I think the way I did prototype the method is wrong. Cause . . . . . : RPG procedure TESTJ in program TESTLIB/TESTJ received Java exception "java.lang.NoSuchMethodError: …
yrk
  • 57
  • 2
  • 10
0
votes
2 answers

Removing duplicates from dropdown using javascript

I'm currently removing duplicates from a dropdown menu using the following script, but I now need to try to remove all duplicates apart from the LAST option to enable the search criteria to be remembered by Solspace's Freeform. Does anyone cleverer…
Tom Perkins
  • 469
  • 2
  • 7
  • 16
0
votes
0 answers

How the booking system works in expressionengine?

Suggest any plugin used for the booking process using freeform entries. How the booking process works for expression engine as it works for word-press website?(any rental booking website). I just want the same flow for my site (using expression…
bunny
  • 1
  • 1
0
votes
1 answer

gcc compiler directive free-form instead of fixed-form

Is there a compiler directive to tell gfortran-gcc compiler that the code is written in free-form? I have code written in a file with '.for' as extension (which is recognized as fixed-form), but the language is f95 free-form. Adding a flag to the…
0
votes
0 answers

UITextfield inside UIScrollview inherits X,Y position of the active text field far away from the actual window size

In my application i have header and banner images included on the top and bottom of the view, and also included a scrollview with more 15 UITextfields. I used anyW, anyH auto layout and height of parent view is set as freeform with the height of…
cloudVision
  • 279
  • 1
  • 12
0
votes
1 answer

Secure Forms Timeout - ExpressionEngine - FreeForm

Using freeform with ExpressionEngine 2.7.0 returns the following error on submit: You are not authorized to perform this action - Reason: Secure Forms Timeout
Bradley Flood
  • 8,235
  • 2
  • 41
  • 41
0
votes
1 answer

xcode 4:6 load interface builder freeform with scroll view height bigger then iPhone screen

I have a view controller that loads a free form with the size 320 x 950. But the screen of the iPhone is only 480 pixels height. I created a xib file and set on : Utilities > Show the attributes inspector > Simulated metrics > Size > Freeform On…
0
votes
1 answer

fine uploader - freeform - expression engine

i have a form created in 'freeform' that uses the 'file browse' input to allow people to upload an image file. thing is we'd like to give some feedback to the users regarding how much of the file has uploaded so i thought using 'fine uploader' would…
Tim
  • 13
  • 3
-1
votes
1 answer

Unclassifiable statement at 1 Error

I am writing a code in Fortran90. I have the following code: subroutine QualModel(CCS, TI, AIdex,t_max) use Global implicit none DOUBLE PRECISION :: CCS, TI, AIdex DOUBLE PRECISION,DIMENSION(10) :: t_max CCS = 0.0 TI = 0.0 AIdex = 0.0 CCS =…
Sid411
  • 603
  • 2
  • 9
  • 22
-1
votes
1 answer

What solutions exist for including free format rich text data within an Excel file

What solutions exist (and what are the pros/cons) for including free-format, rich text data in an Excel file (along side the normal tabular data)? This is the kind of data I'd like to include (in a separate worksheet): Note that we're currently…
eddiewould
  • 1,308
  • 14
  • 32
1 2
3